Add missing return

This commit is contained in:
Andrew Morgan 2020-04-06 21:44:15 +01:00
parent 6b7224a61e
commit 2700cfcd7b

View file

@ -78,6 +78,7 @@ async def main():
else:
# We don't know why this was raised. Throw it at the user
logger.fatal("Error logging in: %s", e)
return False
# Login succeeded!