Formatage

This commit is contained in:
Maximilien LEDOUX 2022-03-13 15:48:22 +01:00
parent c44aa83c64
commit c8be5fe1c8

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()