summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-11-22 15:04:30 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-11-22 15:04:30 +0100
commit7579e0750c7bd81c916012e2842c8a96ad8fa414 (patch)
tree2c0f0b8b561182596b2fb38786efcc27ea635872 /module/file_list.py
parentindentation fix, 3nd try.. (diff)
downloadpyload-7579e0750c7bd81c916012e2842c8a96ad8fa414.tar.xz
secure xmlrpc
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/file_list.py b/module/file_list.py
index c55ce5bc6..1701b801b 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -113,7 +113,7 @@ class File_List(object):
output = open('links.pkl', 'wb')
cPickle.dump(self.data, output, -1)
- self.inform_client()
+ #self.inform_client()
self.lock.release()