diff --git a/bot/api/base.py b/bot/api/base.py index bb87b0b..f0efe02 100644 --- a/bot/api/base.py +++ b/bot/api/base.py @@ -26,7 +26,7 @@ def headers(self) -> dict[str, Any]: @property def cookies(self) -> dict[str, Any]: return { - 'tt_webid_v2': str(uuid.uuid4()) + 'tt_webid_v2': '1234567890123456789' } @property