remove now-unused variable
[saartuer.git] / tuerd
diff --git a/tuerd b/tuerd
index e828ebb6d5ecc85725163e5bd626292bd6239cb4..8290c83cf718fa0f22c1357ef7f50cca89361da9 100755 (executable)
--- 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)