diff options
Diffstat (limited to 'module/network/Request.py')
-rwxr-xr-x | module/network/Request.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/network/Request.py b/module/network/Request.py index bc62a0cc9..14c9f0a7a 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -393,6 +393,8 @@ class Request: def __del__(self): self.clean() + if hasattr(self, "pycurl"): + del self.pycurl def clean(self): try: |