New handling system everywhere

This commit is contained in:
BarsTiger
2022-03-01 14:21:42 +02:00
parent a70570225f
commit d35c72bf02
8 changed files with 34 additions and 138 deletions

View File

@@ -1,7 +1,7 @@
import threading
import subprocess
import time
def run_threaded(func, *args):
try:
threading.Thread(target=func, args=args).start()