[modules/yubikey] Update less frequently
This commit is contained in:
parent
b87dcad9c2
commit
d0a264da21
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import core.widget
|
|||
import core.decorators
|
||||
|
||||
class Module(core.module.Module):
|
||||
@core.decorators.every(seconds=1)
|
||||
@core.decorators.every(seconds=5)
|
||||
def __init__(self, config):
|
||||
super().__init__(config, core.widget.Widget(self.keystate))
|
||||
self.__keystate = 'No YubiKey'
|
||||
|
|
Loading…
Reference in a new issue