zhangyong 9 months ago
parent
commit
999b8a4da6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      xiaoniangao/xiaoniangao_author/xiaoniangao_author_v2.py

+ 3 - 3
xiaoniangao/xiaoniangao_author/xiaoniangao_author_v2.py

@@ -6,11 +6,11 @@ import time
 import uuid
 import requests
 
-from common.mq import MQ
-from common.redis_db import SyncRedisHelper
 
-sys.path.append(os.getcwd())
 
+sys.path.append(os.getcwd())
+from common.mq import MQ
+from common.redis_db import SyncRedisHelper
 from common.common import Common
 from common import AliyunLogger, PiaoQuanPipeline
 from common.public import get_config_from_mysql, clean_title