diff options
| author | 2015-09-21 23:35:58 +0200 | |
|---|---|---|
| committer | 2015-09-21 23:35:58 +0200 | |
| commit | 34244c7a49b099d30456e0bd80cf26a2be3a3208 (patch) | |
| tree | 306e77f19f37eb8f1af775c321c9df8de6b394c0 /module/plugins/internal/Addon.py | |
| parent | [FastixRu] Fixup (diff) | |
| download | pyload-34244c7a49b099d30456e0bd80cf26a2be3a3208.tar.xz | |
Spare improvements and fixes (2)
Diffstat (limited to 'module/plugins/internal/Addon.py')
| -rw-r--r-- | module/plugins/internal/Addon.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/plugins/internal/Addon.py b/module/plugins/internal/Addon.py index 2609c6033..5150e88f6 100644 --- a/module/plugins/internal/Addon.py +++ b/module/plugins/internal/Addon.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- -import traceback - from module.plugins.internal.Plugin import Plugin @@ -103,8 +101,6 @@ class Addon(Plugin): except Exception, e: self.log_error(_("Error executing periodical task: %s") % e) - if self.pyload.debug: - traceback.print_exc() self.cb = self.pyload.scheduler.addJob(self.interval, self._periodical, [threaded], threaded=threaded) |
