diff options
author | mkaay <mkaay@mkaay.de> | 2009-11-22 15:04:30 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-11-22 15:04:30 +0100 |
commit | 7579e0750c7bd81c916012e2842c8a96ad8fa414 (patch) | |
tree | 2c0f0b8b561182596b2fb38786efcc27ea635872 /module/file_list.py | |
parent | indentation fix, 3nd try.. (diff) | |
download | pyload-7579e0750c7bd81c916012e2842c8a96ad8fa414.tar.xz |
secure xmlrpc
Diffstat (limited to 'module/file_list.py')
-rw-r--r-- | module/file_list.py | 2 |
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() |