diff --git a/kamera_server.py b/kamera_server.py index 78d301c..054d32f 100644 --- a/kamera_server.py +++ b/kamera_server.py @@ -69,6 +69,7 @@ def action(changePin, action): @kamera_server.route("/motor1_test") def motor_test(): m1.vorwaerts(10) + print 'Motortest' # Pass the template data into the template main.html and return it to the user return 'fertig'