mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-24 01:52:29 +02:00
Add web config
This commit is contained in:
@@ -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}"
|
||||
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user