Browse Source

Better shutdown 2

Penta 1 month ago
parent
commit
af52f2e839
1 changed files with 0 additions and 3 deletions
  1. 0 3
      myanimebot.py

+ 0 - 3
myanimebot.py

@@ -85,6 +85,3 @@ if __name__ == "__main__":
 		globals.client.run(globals.token)
 	except Exception as e:
 		globals.logger.error("Encountered exception while running the bot: {}".format(e))
-
-	exit_app()
-