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