Update with the good username

This commit is contained in:
Jérémi N ‘EndMove’ 2022-03-15 09:56:35 +01:00
parent c44aa83c64
commit d0e4fdbf6c
Signed by: EndMove
GPG Key ID: 65C4A02E1F5371A4

View File

@ -15,7 +15,7 @@ class MainWindow:
self.passw = tk.StringVar() self.passw = tk.StringVar()
self.passw.set("aaaaa") self.passw.set("aaaaa")
self.login = tk.StringVar() self.login = tk.StringVar()
self.login.set("aa") self.login.set("aaaaa")
self.tls = tk.BooleanVar() self.tls = tk.BooleanVar()
self.tls.set(True) self.tls.set(True)
self.port = tk.IntVar() self.port = tk.IntVar()