Skip to content

Commit

Permalink
Update examples/local-example.py
Browse files Browse the repository at this point in the history
Co-authored-by: Haili Hu <[email protected]>
  • Loading branch information
lnauta and hailihu authored Sep 16, 2024
1 parent 4050ce0 commit 7584f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/local-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7584f1f

Please sign in to comment.