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):
|
def on_closing(self):
|
||||||
userInput = simpledialog.askstring("Masterpasswort eingeben", "Zum Ausführen dieses Befehls ist das Masterpasswort notwendig.\n")
|
userInput = simpledialog.askstring("Masterpasswort eingeben", "Zum Ausführen dieses Befehls ist das Masterpasswort notwendig.\n")
|
||||||
if userInput == "changeme":
|
if userInput == "976638":
|
||||||
self.running = False
|
self.running = False
|
||||||
if self.arduino:
|
if self.arduino:
|
||||||
self.arduino.close()
|
self.arduino.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user