[modules/time] update once per second

fixes #676
This commit is contained in:
tobi-wan-kenobi 2021-01-17 15:35:39 +01:00
parent a27c284869
commit 406eadeac7

View file

@ -12,7 +12,6 @@ from .datetime import Module
class Module(Module): class Module(Module):
@core.decorators.every(seconds=59) # ensures one update per minute
def __init__(self, config, theme): def __init__(self, config, theme):
super().__init__(config, theme) super().__init__(config, theme)