diff --git a/main.py b/main.py index 79610ad..4d40fdc 100644 --- a/main.py +++ b/main.py @@ -510,7 +510,7 @@ class ArduinoGUI: def on_closing(self): userInput = simpledialog.askstring("Masterpasswort eingeben", "Zum Ausführen dieses Befehls ist das Masterpasswort notwendig.\n") - if userInput == "changeme": + if userInput == "976638": self.running = False if self.arduino: self.arduino.close()