Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
earwigbot
espelho de
https://github.com/earwig/earwigbot
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
4
Trabalho
Ver a proveniência
Fix param name.
tags/v0.2
Ben Kurtovic
há 10 anos
ascendente
0e28f89466
cometimento
d672e670fa
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
earwigbot/wiki/copyvios/__init__.py
+ 1
- 1
earwigbot/wiki/copyvios/__init__.py
Ver ficheiro
@@ -182,7 +182,7 @@ class _CopyvioWorker(object):
if max_time <= 0:
return
try:
url = self._workspace.dequeue(
timeout=
max_time)
url = self._workspace.dequeue(max_time)
except Empty:
return
else:
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar