罗俊辉 пре 10 месеци
родитељ
комит
d05be7bec7
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      applications/pipeline.py

+ 2 - 1
applications/pipeline.py

@@ -21,7 +21,8 @@ class LongArticlesPipeline(object):
         """
         print("开始请求")
         print(account_name)
-        url = "http://localhost:6060/title_list"
+        print(index_list)
+        url = "http://47.98.154.124:6060/title_list"
         response = requests.request(
             "POST",
             url=url,