summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-10 23:13:26 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-10 23:13:26 +0200
commit67e178572d532328dad451f835ceea7045f36290 (patch)
tree60c9318c9bae91662317791eb095a58b51c14665 /module/plugins/hooks
parentwebservers working, hotfolder hook (diff)
downloadpyload-67e178572d532328dad451f835ceea7045f36290.tar.xz
package finished event
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r--module/plugins/hooks/HotFolder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/HotFolder.py b/module/plugins/hooks/HotFolder.py
index 3b6c88d82..6c6825954 100644
--- a/module/plugins/hooks/HotFolder.py
+++ b/module/plugins/hooks/HotFolder.py
@@ -36,7 +36,7 @@ class HotFolder(Hook):
("folder", "str", "Folder to observe", "container"),
("watch_file", "bool", "Observe link file", "False"),
("keep", "bool", "Keep added containers", "True"),
- ("file", "str", "link file", "links.txt")]
+ ("file", "str", "Link file", "links.txt")]
__threaded__ = []
__author_name__ = ("RaNaN")
__author_mail__ = ("RaNaN@pyload.de")