瀏覽代碼

Allow even more time for a URL to time out.

tags/v0.2
Ben Kurtovic 10 年之前
父節點
當前提交
1501341000
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      earwigbot/wiki/copyvios/__init__.py

+ 1
- 1
earwigbot/wiki/copyvios/__init__.py 查看文件

@@ -216,7 +216,7 @@ class CopyvioMixIn(object):
num_queries, ctime, article_chain,
best_chains)

def copyvio_compare(self, url, min_confidence=0.5, max_time=15):
def copyvio_compare(self, url, min_confidence=0.5, max_time=30):
"""Check the page like :py:meth:`copyvio_check` against a specific URL.

This is essentially a reduced version of the above - a copyivo


Loading…
取消
儲存