diff --git a/main.py b/main.py index d5ac33c..da74640 100644 --- a/main.py +++ b/main.py @@ -79,7 +79,7 @@ iqRobot: iq.IQRobot = iq.IQRobot(hub) # Führe Funktionen aus unser Robot Klasse aus: iqRobot.show('HAPPY') -def huenchenaufgabe(self): +def huenchenaufgabe(): iqRobot.fahre_gerade_aus(40,60) iqRobot.drehe(-40,True) iqRobot.fahre_gerade_aus(20,60)