BloodyInside commited on
Commit
c1db350
·
1 Parent(s): 0cf2cff

show me sth

Browse files
backend/invoke_worker/chapter_queue.py CHANGED
@@ -104,8 +104,8 @@ class Job(Thread):
104
  cwd=os.path.join(BASE_DIR, "backend", "module", "utils", "image_translator"),
105
  shell=True,
106
  check=True,
107
- stdout=file,
108
- stderr=file,
109
  text=True,
110
  )
111
  if result.returncode != 0: raise Exception("Image Translator Execution error!")
 
104
  cwd=os.path.join(BASE_DIR, "backend", "module", "utils", "image_translator"),
105
  shell=True,
106
  check=True,
107
+ # stdout=file,
108
+ # stderr=file,
109
  text=True,
110
  )
111
  if result.returncode != 0: raise Exception("Image Translator Execution error!")