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 25cd3f1 commit db8808bCopy full SHA for db8808b
twitchio/ext/routines/__init__.py
@@ -68,7 +68,7 @@ def __init__(
68
iterations: Optional[int] = None,
69
time: Optional[datetime.datetime] = None,
70
delta: Optional[float] = None,
71
- wait_first: Optional[bool] = False
+ wait_first: Optional[bool] = False,
72
):
73
self._coro = coro
74
self._loop = loop or asyncio.get_event_loop()
@@ -309,7 +309,7 @@ def routine(
309
hours: Optional[float] = 0,
310
311
312
313
314
"""A decorator to assign a coroutine as a :class:`Routine`.
315
0 commit comments