🚨 Fixed DeepSource issues

This commit is contained in:
Mawoka
2023-06-14 16:33:44 +02:00
parent 6673a77b8a
commit db26082a00
28 changed files with 47 additions and 68 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
import random
import time
import sys
import socketio
@@ -63,4 +64,4 @@ if __name__ == "__main__":
try:
__main__()
except KeyboardInterrupt:
exit(1)
sys.exit(1)