Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
gettattr -> getattr
tags/v0.1^2
Ben Kurtovic
hace 12 años
padre
482db43b2e
commit
e1ff76ba9f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
earwigbot/wiki/site.py
+ 1
- 1
earwigbot/wiki/site.py
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar