X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/dfe98478e79cf926b2867677b3e1b90e6b679024..615e31f78190bfc6d32f198b735eb1198b73df7f:/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)