mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-30 17:09:36 +00:00
Change client type to android app
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user