motor test
This commit is contained in:
		@@ -88,7 +88,7 @@ def motor_test(motor, position):
 | 
				
			|||||||
        m1.start()
 | 
					        m1.start()
 | 
				
			||||||
        m1.gehe_zu(int(position))
 | 
					        m1.gehe_zu(int(position))
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    return 'Drehen: ' + 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')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user