mirror of
https://github.com/codingo/Interlace.git
synced 2026-02-02 13:34:19 +01:00
@@ -1,4 +1,5 @@
|
||||
import threading
|
||||
import subprocess
|
||||
import os
|
||||
|
||||
|
||||
@@ -20,7 +21,7 @@ class Worker(object):
|
||||
|
||||
@staticmethod
|
||||
def run_task(task):
|
||||
os.system(task)
|
||||
subprocess.call(task, shell=true)
|
||||
|
||||
|
||||
class Pool(object):
|
||||
|
||||
Reference in New Issue
Block a user