New handling system everywhere
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import threading
|
||||
import subprocess
|
||||
import time
|
||||
|
||||
|
||||
def run_threaded(func, *args):
|
||||
try:
|
||||
threading.Thread(target=func, args=args).start()
|
||||
|
||||
Reference in New Issue
Block a user