renyupeng 1 年之前
父节点
当前提交
a2cd650772
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      utils/PromoterInfoWebHook.py

+ 1 - 2
utils/PromoterInfoWebHook.py

@@ -99,7 +99,6 @@ def webhook_get_promoter():
         promoterId = rep["promoterId"]
         cookie = douyin_cookie_update.get_cookie_handler()[0]
         roll = SpiderDouyinHeader().DouyinHandler(promoterId, cookie)
-        print(roll,'------------------')
         return roll
 
 
@@ -113,4 +112,4 @@ def webhook_update_promoter():
 
 
 if __name__ == '__main__':
-    app.run(port=9999, host='127.0.0.1', debug=True)
+    app.run(port=9999, host=ConfConstant.URL, debug=True)