diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2016-01-30 20:55:47 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2016-01-30 20:55:47 +0100 |
commit | 2d5a4fa4a04fd054f03f3b708d609c12bda5f7dc (patch) | |
tree | 4c2e07cf8b5d8b1a670eded37efb1ed0137a46ba /module/plugins/hooks/LogMarker.py | |
parent | [ExternalScripts] Version up (diff) | |
download | pyload-2d5a4fa4a04fd054f03f3b708d609c12bda5f7dc.tar.xz |
[LogMarker] Update
Diffstat (limited to 'module/plugins/hooks/LogMarker.py')
-rw-r--r-- | module/plugins/hooks/LogMarker.py | 4 |
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), |