罗俊辉 преди 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,