Skip to content
Snippets Groups Projects
Commit fae0f46b authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Fix the on_stop callback

parent 6e1fc0e0
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ def run():
eng.subscribe(count)
eng.on_start(on_start)
eng.on_start(on_start)
eng.on_stop(on_stop)
eng.run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment