From f92b855c9ddac6eb67061c9f31e20dd7212c1951 Mon Sep 17 00:00:00 2001 From: Nazar Date: Mon, 5 Aug 2024 21:57:49 +0300 Subject: [PATCH] Change client type to android app --- twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch.py b/twitch.py index 62e1e835..65c1c82f 100644 --- a/twitch.py +++ b/twitch.py @@ -424,7 +424,7 @@ def __init__(self, settings: Settings): self._drops: dict[str, TimedDrop] = {} self._mnt_triggers: deque[datetime] = deque() # Client type, session and auth - self._client_type: ClientInfo = ClientType.MOBILE_WEB + self._client_type: ClientInfo = ClientType.ANDROID_APP self._session: aiohttp.ClientSession | None = None self._auth_state: _AuthState = _AuthState(self) # GUI