Skip to content

Commit 2726557

Browse files
committed
upload modifing file
1 parent 1300696 commit 2726557

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BlueHub_GUI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def __init__(self,master):
7878
tk.Label(master, text='Gmail Account: ').place(x=50, y= 150)
7979
tk.Label(master, text='Password: ').place(x=50, y= 190)
8080

81-
#Blue12345py
8281
self.var_usr_name = tk.StringVar()
8382
self.entry_usr_name = tk.Entry(master,width=30, textvariable=self.var_usr_name)
8483
self.entry_usr_name.place(x=160, y=150)

0 commit comments

Comments
 (0)