소스 검색

测试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):