Explorar o código

测试GPU性能

罗俊辉 hai 10 meses
pai
achega
d05be7bec7
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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,