motor test

This commit is contained in:
Bernd Reuther 2021-03-04 15:58:00 +01:00
parent c6d07ea915
commit bacc5def87

View File

@ -88,7 +88,7 @@ def motor_test(motor, position):
m1.start()
m1.gehe_zu(int(position))
return 'Drehen: ' + m1.pos
return 'Drehen: ' + str(m1.pos)
if __name__ == "__main__":
kamera_server.run(host='0.0.0.0')