diff options
| author | 2010-12-29 21:31:29 +0100 | |
|---|---|---|
| committer | 2010-12-29 21:31:29 +0100 | |
| commit | 0c42de51c21aeb91328752a8e93fa31e20527e37 (patch) | |
| tree | 650aac5fde5b6e2d4fdba770903df5da55be745b /module/network/HTTPDownload.py | |
| parent | hotfile fix (diff) | |
| download | pyload-0c42de51c21aeb91328752a8e93fa31e20527e37.tar.xz | |
fixed typo
Diffstat (limited to 'module/network/HTTPDownload.py')
| -rw-r--r-- | module/network/HTTPDownload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py index 3bd9a1184..77c5f480f 100644 --- a/module/network/HTTPDownload.py +++ b/module/network/HTTPDownload.py @@ -114,7 +114,7 @@ class HTTPDownload(): try: self._download(chunks, resume) finally: - self.clean() + self.close() def _download(self, chunks, resume): if not resume: |
