We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1300696 commit 2726557Copy full SHA for 2726557
BlueHub_GUI.py
@@ -78,7 +78,6 @@ def __init__(self,master):
78
tk.Label(master, text='Gmail Account: ').place(x=50, y= 150)
79
tk.Label(master, text='Password: ').place(x=50, y= 190)
80
81
- #Blue12345py
82
self.var_usr_name = tk.StringVar()
83
self.entry_usr_name = tk.Entry(master,width=30, textvariable=self.var_usr_name)
84
self.entry_usr_name.place(x=160, y=150)
0 commit comments