diff options
| author | 2010-04-29 20:26:18 +0200 | |
|---|---|---|
| committer | 2010-04-29 20:26:18 +0200 | |
| commit | 632fb7eb860675a0375b8e3a8669335ec97f6d81 (patch) | |
| tree | 8b0cb62f009727b91923946e4e713017b739cea5 /module/network | |
| parent | Some design modifications (diff) | |
| download | pyload-632fb7eb860675a0375b8e3a8669335ec97f6d81.tar.xz | |
fixed updater, moved config files, folder for each package now optional
Diffstat (limited to 'module/network')
| -rwxr-xr-x | module/network/Request.py | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/module/network/Request.py b/module/network/Request.py index 76f94ae41..d035048ff 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -343,11 +343,7 @@ def getURL(url):      """      req = Request()      c = req.load(url) -    if req.curl: -        try: -            req.pycurl.close() -        except: -            pass +    req.pycurl.close()      return c  if __name__ == "__main__":  | 
