Passwort geändert auf 976638.
This commit is contained in:
2
main.py
2
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()
|
||||
|
||||
Reference in New Issue
Block a user