summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/LogMarker.py
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2016-01-30 20:55:47 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2016-01-30 20:55:47 +0100
commit2d5a4fa4a04fd054f03f3b708d609c12bda5f7dc (patch)
tree4c2e07cf8b5d8b1a670eded37efb1ed0137a46ba /module/plugins/hooks/LogMarker.py
parent[ExternalScripts] Version up (diff)
downloadpyload-2d5a4fa4a04fd054f03f3b708d609c12bda5f7dc.tar.xz
[LogMarker] Update
Diffstat (limited to 'module/plugins/hooks/LogMarker.py')
-rw-r--r--module/plugins/hooks/LogMarker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/LogMarker.py b/module/plugins/hooks/LogMarker.py
index e73fa01e6..4786b7463 100644
--- a/module/plugins/hooks/LogMarker.py
+++ b/module/plugins/hooks/LogMarker.py
@@ -2,14 +2,14 @@
import datetime
-from module.plugins.internal.Addon import Addon, Expose
+from module.plugins.internal.Addon import Addon
from module.plugins.internal.misc import seconds_to_nexthour
class LogMarker(Addon):
__name__ = "LogMarker"
__type__ = "hook"
- __version__ = "0.06"
+ __version__ = "0.07"
__status__ = "testing"
__config__ = [("activated", "bool", "Activated" , False),