Spaces:
Sleeping
Sleeping
Commit
·
704d219
1
Parent(s):
3c549ce
sheSS
Browse files
backend/invoke_worker/chapter_queue.py
CHANGED
@@ -109,6 +109,7 @@ class Job(Thread):
|
|
109 |
stderr=file,
|
110 |
text=True,
|
111 |
)
|
|
|
112 |
print("IT DONE AND PRINT OUTPUT???")
|
113 |
with open(os.path.join(LOG_DIR,"image_translator_output.log"), "r") as file:
|
114 |
print(file.read())
|
|
|
109 |
stderr=file,
|
110 |
text=True,
|
111 |
)
|
112 |
+
|
113 |
print("IT DONE AND PRINT OUTPUT???")
|
114 |
with open(os.path.join(LOG_DIR,"image_translator_output.log"), "r") as file:
|
115 |
print(file.read())
|