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
gettattr -> getattr
tags/v0.1^2
Ben Kurtovic
há 12 anos
ascendente
482db43b2e
cometimento
e1ff76ba9f
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/site.py
+ 1
- 1
earwigbot/wiki/site.py
Ver ficheiro
@@ -447,7 +447,7 @@ class Site(object):
"""
if hasattr(self._cookiejar, "save"):
try:
get
t
attr(self._cookiejar, "save")()
getattr(self._cookiejar, "save")()
except (NotImplementedError, ValueError):
pass
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar