Explorar el Código

Allow even more time for a URL to time out.

tags/v0.2
Ben Kurtovic hace 10 años
padre
commit
1501341000
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/wiki/copyvios/__init__.py

+ 1
- 1
earwigbot/wiki/copyvios/__init__.py Ver fichero

@@ -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


Cargando…
Cancelar
Guardar