Browse Source

[tasks] Reset iteration count when loop terminates.

pull/2152/head
Rapptz 6 years ago
parent
commit
bcdecd4e07
  1. 1
      discord/ext/tasks/__init__.py

1
discord/ext/tasks/__init__.py

@ -86,6 +86,7 @@ class Loop:
finally:
await self._call_loop_function('after_loop')
self._is_being_cancelled = False
self._current_loop = 0
def __get__(self, obj, objtype):
if obj is None:

Loading…
Cancel
Save