We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5164a52 commit 63b2422Copy full SHA for 63b2422
2 files changed
.gitignore
@@ -1,9 +1,9 @@
1
.venv
2
-static/video
+hackyplayer/static/video
3
__pycache__
4
temp
5
config_local.py
6
logs/
7
input/
8
-static/swaggerui
+hackyplayer/static/swaggerui
9
result*
hackyplayer/config.py
@@ -34,6 +34,7 @@
34
"result_backend": "redis://localhost",
35
"task_ignore_result": False,
36
},
37
+ "LOG_DIR": pathlib.Path("logs")
38
}
39
40
def celery_init_app(app):
0 commit comments