瀏覽代碼

Fix repo names.

tags/v1.0^2
Ben Kurtovic 10 年之前
父節點
當前提交
11b460eaa0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      bitshift/crawler/crawler.py

+ 2
- 2
bitshift/crawler/crawler.py 查看文件

@@ -86,8 +86,8 @@ class GitHubCrawler(threading.Thread):
time.sleep(1)

self.clone_queue.put(indexer.GitRepository(
repo["html_url"], repo["full_name"].replace("/", ""),
"GitHub", repo_ranks[repo["full_name"]]))
repo["html_url"], repo["full_name"], "GitHub",
repo_ranks[repo["full_name"]]))

if int(resp.headers["x-ratelimit-remaining"]) == 0:
time.sleep(int(resp.headers["x-ratelimit-reset"]) -


Loading…
取消
儲存