diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-06-27 00:59:12 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-27 00:59:12 +0200 |
commit | 2945a72664d4b6e8ca6b50fa8efde483edfb9723 (patch) | |
tree | fc9ff3f92be31743a050b04cc7011d47584875ef /module/plugins/hooks/HotFolder.py | |
parent | [UpdateManager] Fix removePlugins method (diff) | |
download | pyload-2945a72664d4b6e8ca6b50fa8efde483edfb9723.tar.xz |
Spare fixes
Diffstat (limited to 'module/plugins/hooks/HotFolder.py')
-rw-r--r-- | module/plugins/hooks/HotFolder.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hooks/HotFolder.py b/module/plugins/hooks/HotFolder.py index 38bcaf440..a63b314d1 100644 --- a/module/plugins/hooks/HotFolder.py +++ b/module/plugins/hooks/HotFolder.py @@ -38,7 +38,6 @@ class HotFolder(Hook): ("watch_file", "bool", "Observe link file", False), ("keep", "bool", "Keep added containers", True), ("file", "str", "Link file", "links.txt")] - __threaded__ = [] __author_name__ = "RaNaN" __author_mail__ = "RaNaN@pyload.de" |