renyupeng 1 year ago
parent
commit
a2cd650772
1 changed files with 1 additions and 2 deletions
  1. 1 2
      utils/PromoterInfoWebHook.py

+ 1 - 2
utils/PromoterInfoWebHook.py

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