Ver código fonte

gettattr -> getattr

tags/v0.1^2
Ben Kurtovic 12 anos atrás
pai
commit
e1ff76ba9f
1 arquivos alterados com 1 adições e 1 exclusões
  1. +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:
gettattr(self._cookiejar, "save")()
getattr(self._cookiejar, "save")()
except (NotImplementedError, ValueError):
pass



Carregando…
Cancelar
Salvar