X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/faba368ee235609ed7ff9d32bbf0a892eef0ddb2..b4ca24f8e8708dbb26c2ddd20c90a36217cc322f:/tuerd diff --git a/tuerd b/tuerd index e828ebb..8290c83 100755 --- a/tuerd +++ b/tuerd @@ -30,7 +30,7 @@ GPIO.setmode(GPIO.BOARD) # bring 'em all up the_actor = actor.Actor() -the_waker = waker.Waker(the_machine) +the_waker = waker.Waker() the_machine = statemachine.StateMachine(the_actor, the_waker, args.fallback) the_socket = tysock.TySocket(the_machine) the_pins = pins.PinsWatcher(the_machine)