Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
earwigbot
espelhamento de
https://github.com/earwig/earwigbot
Observar
1
Favorito
1
Fork
0
Código
Versões
4
Atividade
Ver código fonte
gettattr -> getattr
tags/v0.1^2
Ben Kurtovic
12 anos atrás
pai
482db43b2e
commit
e1ff76ba9f
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
earwigbot/wiki/site.py
+ 1
- 1
earwigbot/wiki/site.py
Ver arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar