Fix bug?
This commit is contained in:
parent
3cb654982f
commit
5c0f8fa8be
|
@ -34,7 +34,6 @@ try:
|
|||
client_secret=client_secret)
|
||||
# Success!
|
||||
sys.stdout.write(f"User:{username}@lain.faith\r\n")
|
||||
sys.exit(0)
|
||||
except:
|
||||
# Auth error
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in New Issue