mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Improved notification system.
This commit is contained in:
2
app/external/pytaw/pytaw/utils.py
vendored
2
app/external/pytaw/pytaw/utils.py
vendored
@ -89,4 +89,4 @@ def iterate_chunks(iterable: typing.Iterable, chunk_size: int):
|
||||
chunk = tuple(itertools.islice(it, chunk_size))
|
||||
if not chunk:
|
||||
return
|
||||
yield chunk
|
||||
yield chunk
|
||||
|
Reference in New Issue
Block a user