webserver test

This commit is contained in:
Bernd Reuther 2021-03-04 16:30:24 +01:00
parent cb2a78fe29
commit 3604a86468

View File

@ -90,6 +90,7 @@ def motor_test(motor, position):
return 'Drehen: ' + str(m1.pos) return 'Drehen: ' + str(m1.pos)
if __name__ == "__main__": #if __name__ == "__main__":
kamera_server.run(host='0.0.0.0') # kamera_server.run(host='0.0.0.0')
application = kamera_server