Ver código fonte

Removing exit function

Penta 5 anos atrás
pai
commit
51b295f8dd
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      myanimebot.py

+ 0 - 2
myanimebot.py

@@ -52,8 +52,6 @@ def exit_app(signum=None, frame=None):
 	
 	globals.logger.critical("Script halted.")
 
-	exit(0)
-
 
 # Starting main function	
 if __name__ == "__main__":