We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38051b2 commit 194bfdaCopy full SHA for 194bfda
addons/source-python/packages/source-python/listeners/tick/repeat.py
@@ -194,6 +194,9 @@ def resume(self):
194
'TickRepeat.resume - TickRepeatStatus.' +
195
'PAUSED - Resuming TickRepeat')
196
197
+ # Set the status to running
198
+ self._status = TickRepeatStatus.RUNNING
199
+
200
# Start the delay
201
self._delay = tick_delays.delay(self._loop_time, self._execute)
202
0 commit comments