|
@@ -447,7 +447,7 @@ class Site(object): |
|
|
""" |
|
|
""" |
|
|
if hasattr(self._cookiejar, "save"): |
|
|
if hasattr(self._cookiejar, "save"): |
|
|
try: |
|
|
try: |
|
|
gettattr(self._cookiejar, "save")() |
|
|
|
|
|
|
|
|
getattr(self._cookiejar, "save")() |
|
|
except (NotImplementedError, ValueError): |
|
|
except (NotImplementedError, ValueError): |
|
|
pass |
|
|
pass |
|
|
|
|
|
|
|
|