Explorar el Código

gettattr -> getattr

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
e1ff76ba9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +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:
gettattr(self._cookiejar, "save")()
getattr(self._cookiejar, "save")()
except (NotImplementedError, ValueError):
pass



Cargando…
Cancelar
Guardar