Fixed some left-overs from the old authentication system

This commit is contained in:
Jeppe Klitgaard 2015-04-06 02:13:34 +02:00
parent ce19872115
commit 651357e8e8

View File

@ -51,7 +51,7 @@ def main():
try:
auth_token.authenticate(options.username, options.password)
except YggdrasilError as e:
print(e.error)
print(e)
sys.exit()
print("Logged in as " + auth_token.username)