From 406eadeac749307d5f7f63d7d038a0a02b9487aa Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Sun, 17 Jan 2021 15:35:39 +0100 Subject: [PATCH] [modules/time] update once per second fixes #676 --- bumblebee_status/modules/core/time.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bumblebee_status/modules/core/time.py b/bumblebee_status/modules/core/time.py index 1c2c4b1..020bef1 100644 --- a/bumblebee_status/modules/core/time.py +++ b/bumblebee_status/modules/core/time.py @@ -12,7 +12,6 @@ from .datetime import Module class Module(Module): - @core.decorators.every(seconds=59) # ensures one update per minute def __init__(self, config, theme): super().__init__(config, theme)