浏览代码

测试GPU性能

罗俊辉 10 月之前
父节点
当前提交
c4f4adbb73
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/functions/article_account.py

+ 1 - 1
applications/functions/article_account.py

@@ -10,7 +10,7 @@ class ArticleRank(object):
     """
     账号排序
     """
-    url = "http://localhost:6062/score_list"
+    url = "http://localhost:6060/score_list"
 
     @classmethod
     def rank(cls, account_list, text_list):