Update v1.12.py

This commit is contained in:
Evan Su 2021-04-03 21:14:23 -04:00 committed by GitHub
parent c1c854aa7f
commit 737c9dde43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ def doPasswordsMatch():
return
matches = passwordInput.get()==cPasswordInput.get()
if passwordInput.get() and matches:
passwordMatchesString.set("")
passwordMatchesString.set("")
style.configure("PasswordMatches.TLabel",foreground="#149414")
startBtn["state"] = "normal"
startBtn.config(cursor="hand2")