fehlerkorrektur
This commit is contained in:
parent
d4b83ccccf
commit
45210b3156
@ -96,7 +96,7 @@ def action(changePin, action):
|
||||
return render_template('main.html', **templateData)
|
||||
|
||||
@kamera_server.route("/position/<drehen>/<pos1/<kippen>/<pos2>/<zoom>/<pos3>")
|
||||
def motor_test(motor, position):
|
||||
def motor_test(drehen, pos1, kippen, pos2, zoom, pos3):
|
||||
if drehen == "drehen":
|
||||
#m1.gehe_zu(int(position))
|
||||
th1 = motor_bewegen(m1, (int(pos1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user