Spaces:
Sleeping
Sleeping
Commit
·
3c549ce
1
Parent(s):
0cc6ad1
she;
Browse files
backend/invoke_worker/chapter_queue.py
CHANGED
@@ -104,7 +104,6 @@ class Job(Thread):
|
|
104 |
result = subprocess.run(
|
105 |
script,
|
106 |
cwd=os.path.join(BASE_DIR, "backend", "module", "utils", "image_translator"),
|
107 |
-
shell=True,
|
108 |
check=True,
|
109 |
stdout=file,
|
110 |
stderr=file,
|
|
|
104 |
result = subprocess.run(
|
105 |
script,
|
106 |
cwd=os.path.join(BASE_DIR, "backend", "module", "utils", "image_translator"),
|
|
|
107 |
check=True,
|
108 |
stdout=file,
|
109 |
stderr=file,
|