diff --git a/taskbartool.py b/taskbartool.py index e24cde2..2fdf84f 100644 --- a/taskbartool.py +++ b/taskbartool.py @@ -49,8 +49,8 @@ class TaskBarIcon(wx.adv.TaskBarIcon): #self.close_popup() def on_login(self, event): - settings["username"] = "Cole" - settings["password"] = "12345" + settings["username"] = "frontend" + settings["password"] = "qwertyuiop" settings["login"] = True def on_exit(self, event):