diff --git a/examples/local-example.py b/examples/local-example.py index f4a4fd4..10a5a77 100755 --- a/examples/local-example.py +++ b/examples/local-example.py @@ -27,7 +27,7 @@ log = logging.getLogger(__name__) -class ExampleActor(RunActorWithStop): +class ExampleActor(RunActor): """ The ExampleActor is the custom implementation of a RunActor that the user needs for the processing. Feel free to adjust to whatever you need, a template can be found at: example-template.py