summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-09-02 13:19:43 +0200
committerGravatar spoob <spoob@gmx.de> 2009-09-02 13:19:43 +0200
commit583f139f4411b06edf3b68fc63679a4d9e618346 (patch)
tree7f32d3c09cf90ad68666b6985f1a170b685bca55 /module/network
parentdowntime patch (diff)
downloadpyload-583f139f4411b06edf3b68fc63679a4d9e618346.tar.xz
cleaning
Diffstat (limited to 'module/network')
-rwxr-xr-xmodule/network/Request.py3
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()