diff options
author | mkaay <mkaay@mkaay.de> | 2011-01-25 22:41:17 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-01-25 22:41:17 +0100 |
commit | 7a9f05ecc3f1020dfd5fbc4b9f8c1242c88877f5 (patch) | |
tree | 2abe89a7667a1f52df8df3b6e6d4cb02831d69d2 /module/plugins | |
parent | fixed gui progress issue (diff) | |
download | pyload-7a9f05ecc3f1020dfd5fbc4b9f8c1242c88877f5.tar.xz |
moved hooks periodical call to scheduler
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/Hook.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index 93454b131..1b3c05ba1 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -36,7 +36,6 @@ class Hook(): self.config = core.config self.interval = 60 - self.lastCall = 0 self.setup() |