fehlerkorrektur

This commit is contained in:
Bernd Reuther 2021-03-05 16:07:29 +01:00
parent 7fe14c717d
commit 7f6ebf4fc5

View File

@ -7,7 +7,7 @@ import pigpio
pi = pigpio.pi()
from src.einstellungen import *
from src.schrittmotor import motor
from src.schrittmotor import motor, motor_bewegen
kamera_server = Flask(__name__)