We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6e639 commit a3a1daaCopy full SHA for a3a1daa
interface.py
@@ -8,6 +8,7 @@ def chkauth():
8
l1.configure(background="green",text="Successful")
9
else:
10
l1.configure(background="red",text="Invalid")
11
+ refresh()
12
13
def refresh():
14
global cap
0 commit comments