Compare commits
2 Commits
5b0a3517ee
...
latest
| Author | SHA1 | Date | |
|---|---|---|---|
| 2206c689a8 | |||
| b1ba63c09b |
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "oxidetwitch"
|
||||
version = "1.2.4"
|
||||
version = "1.2.5"
|
||||
description = "Client for Twitch API"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
|
||||
|
||||
@ -93,6 +93,9 @@ class TwitchAPIClient(OxideHTTP):
|
||||
if isinstance(result.pagination, s.Pagination):
|
||||
after = result.pagination.cursor
|
||||
|
||||
else:
|
||||
after = None
|
||||
|
||||
if after is None:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user