|
@@ -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
|