Browse Source

Removing the exit code

Penta 5 năm trước cách đây
mục cha
commit
529ed5a7aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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