diff --git a/twitch.py b/twitch.py index d13d766..f08aeb8 100644 --- a/twitch.py +++ b/twitch.py @@ -1408,7 +1408,7 @@ class Twitch: else: return orig_response await asyncio.sleep(delay) - raise GQLException("Retry loop was broken") + raise RuntimeError("Retry loop was broken") def _merge_data(self, primary_data: JsonType, secondary_data: JsonType) -> JsonType: merged = {}