We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3259519 commit fb206b1Copy full SHA for fb206b1
mudpi/extensions/toggle/__init__.py
@@ -95,6 +95,7 @@ def update(self):
95
if self.duration > self.max_duration:
96
# Failsafe cutoff duration
97
self.turn_off()
98
+ self.reset_duration()
99
100
def restore_state(self, state):
101
""" This is called on start to
0 commit comments