Explorar el Código

Pass parameter to recursive call.

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

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

@@ -155,7 +155,7 @@ class ExclusionsDB(object):
log = u"Database for {0} is still fresh (last updated {1} seconds ago)"
self._logger.debug(log.format(sitename, time_since_update))
if sitename != "all":
self.sync("all")
self.sync("all", force=force)

def check(self, sitename, url):
"""Check whether a given URL is in the exclusions database.


Cargando…
Cancelar
Guardar