motor test

This commit is contained in:
Bernd Reuther 2021-03-04 12:18:15 +01:00
parent cbaf4b1652
commit 1423da5638

View File

@ -69,7 +69,7 @@ def action(changePin, action):
@kamera_server.route("/motor1_test")
def motor_test():
m1.vorwaerts(10)
print 'Motortest'
print('Motortest')
# Pass the template data into the template main.html and return it to the user
return 'fertig'