Explorar el Código

Removing the exit code

Penta hace 5 años
padre
commit
529ed5a7aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      myanimebot.py

+ 1 - 1
myanimebot.py

@@ -52,7 +52,7 @@ def exit_app(signum=None, frame=None):
 	
 	globals.logger.critical("Script halted.")
 
-	exit(int(signum))
+	exit(0)
 
 
 # Starting main function