Browse Source

last modify

tomoya 2 years ago
parent
commit
b8ec861967
2 changed files with 3 additions and 0 deletions
  1. 1 0
      backend/app/app/aianchor/__init__.py
  2. 2 0
      backend/app/worker-start.sh

+ 1 - 0
backend/app/app/aianchor/__init__.py

@@ -0,0 +1 @@
+from .videomaker import *

+ 2 - 0
backend/app/worker-start.sh

@@ -3,6 +3,8 @@ export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.8/site-packages/:/app
 
 
 set -e
 set -e
 
 
+export STORAGE_IP=192.168.192.252
+
 #python /app/app/celeryworker_pre_start.py
 #python /app/app/celeryworker_pre_start.py
 
 
 celery -A app.worker worker -l info -Q main-queue -c 1
 celery -A app.worker worker -l info -Q main-queue -c 1