Compare commits
6 Commits
dev
...
5b0a3517ee
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b0a3517ee | |||
| d80d97bb9b | |||
| 19b8d7fb49 | |||
| 818affc74b | |||
| 93fe1beb2f | |||
| 8dc0781e96 |
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "oxidetwitch"
|
||||
version = "1.2.5"
|
||||
version = "1.2.4"
|
||||
description = "Client for Twitch API"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
|
||||
|
||||
@ -93,9 +93,6 @@ 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