Commit 074ed033 by fangxingjun

no message

parent e824529d
......@@ -94,7 +94,7 @@ class DwtAsinSync(Templates):
# 1. 只有属于10-25号期间执行才清空syn爬虫表; 2. 月搜索词没有导入进来
sql_truncate = f"truncate {self.table_syn};"
print(f"月搜索词没有导入进来, 需要先清空表, sql_truncate: {sql_truncate}")
# self.engine_pg14.execute(sql_truncate)
self.engine_pg14.execute(sql_truncate)
break
except Exception as e:
print(e, traceback.format_exc())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment