diff options
| author | 2009-09-02 13:19:43 +0200 | |
|---|---|---|
| committer | 2009-09-02 13:19:43 +0200 | |
| commit | 583f139f4411b06edf3b68fc63679a4d9e618346 (patch) | |
| tree | 7f32d3c09cf90ad68666b6985f1a170b685bca55 /module/network | |
| parent | downtime patch (diff) | |
| download | pyload-583f139f4411b06edf3b68fc63679a4d9e618346.tar.xz | |
cleaning
Diffstat (limited to 'module/network')
| -rwxr-xr-x | module/network/Request.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/network/Request.py b/module/network/Request.py index 9adfa41a0..e693afa1d 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -219,8 +219,7 @@ class Request: if self.curl: - download_folder = dirname(file_name) + sep - file_temp = download_folder + str(time.time()) + ".part" + file_temp = file_name + ".part" fp = open(file_temp, 'wb') self.init_curl() |
