Showing
1 changed file
with
1 additions
and
1 deletions
@@ -6,7 +6,7 @@ import requests | @@ -6,7 +6,7 @@ import requests | ||
6 | def fetech_all_tasks(): | 6 | def fetech_all_tasks(): |
7 | 7 | ||
8 | # fetech the url list from platform | 8 | # fetech the url list from platform |
9 | - platform_url = "http://http://api.platform.yohoops.org:8088/platform/productUrl/queryUrlList?page=0&size=50000"; | 9 | + platform_url = "http://api.platform.yohoops.org:8088/platform/productUrl/queryUrlList?page=0&size=50000"; |
10 | 10 | ||
11 | r = requests.get(platform_url).json() | 11 | r = requests.get(platform_url).json() |
12 | if r['code'] != 200: | 12 | if r['code'] != 200: |
-
Please register or login to post a comment