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

+ 1 - 1
applications/pipeline.py

@@ -19,7 +19,7 @@ class LongArticlesPipeline(object):
         :param index_list:
         :return:
         """
-        url = "http://localhost:6062/title_list"
+        url = "http://localhost:6060/title_list"
         response = requests.request(
             "POST",
             url=url,