Skip to content

Commit 194bfda

Browse files
committed
Repeat multiple repeats
Fixed a problem where the repeats would just keep on building
1 parent 38051b2 commit 194bfda

File tree

1 file changed

+3
-0
lines changed
  • addons/source-python/packages/source-python/listeners/tick

1 file changed

+3
-0
lines changed

Diff for: addons/source-python/packages/source-python/listeners/tick/repeat.py

+3
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ def resume(self):
194194
'TickRepeat.resume - TickRepeatStatus.' +
195195
'PAUSED - Resuming TickRepeat')
196196

197+
# Set the status to running
198+
self._status = TickRepeatStatus.RUNNING
199+
197200
# Start the delay
198201
self._delay = tick_delays.delay(self._loop_time, self._execute)
199202

0 commit comments

Comments
 (0)