Change client type to android app

This commit is contained in:
Nazar
2024-08-05 21:57:49 +03:00
parent 5409325f75
commit f92b855c9d

View File

@@ -424,7 +424,7 @@ class Twitch:
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