Add web config

This commit is contained in:
Nirvana
2025-12-21 13:21:56 +01:00
parent 81a16a6adc
commit 64bd0dcbd4
2 changed files with 2 additions and 3 deletions
@@ -574,7 +574,6 @@ class MagentaAuthenticator(BaseAuthenticator):
# Add the specific headers from your working example
headers.update({
'Authorization': f'Bearer {self._current_token.access_token}',
'Refresh_token': self._current_token.refresh_token,
'channel': 'Tv',
})
@@ -73,10 +73,10 @@ MIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEA0EsuGonW8+y5Oq2Hopru5oFCaXEDMBrWPDkz
# Application Configuration
# ============================================================================
APP_VERSION = "02.0.1080"
APP_VERSION = "02.0.1340"
OS = "Linux"
BROWSER = "Chrome"
BROWSER_VERSION = "132"
BROWSER_VERSION = "143"
DEVICE_NAME = f"{OS} - {BROWSER}"
# ============================================================================