From b0457865d6d62f53670a120f37a902144ece1275 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 11 Oct 2022 20:15:17 -0500 Subject: [PATCH] change test user --- taskbartool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):