This commit is contained in:
Bernd Reuther 2021-10-17 23:00:02 +02:00
parent 2d848ea002
commit 39a78eac2c

View File

@ -126,10 +126,6 @@ def motor_test(drehen, pos1, kippen, pos2, zoom, pos3):
th2.join()
th3.join()
while m1.aktiv == 1 or m2.aktiv == 1 or m3.aktiv == 1:
print('warten')
time.sleep(1)
return 'Drehen: ' + str(m1.pos) + ', Kippen: ' + str(m2.pos) + ', Zoom: ' + str(m3.pos)
@kamera_server.route("/eichen")