This commit is contained in:
@ -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