mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-18 23:22:38 +02:00
magentaeu: log headers
This commit is contained in:
@@ -384,12 +384,12 @@ class MagentaEUEpgManager:
|
||||
headers = get_guest_headers(self._country, device_id, session_id)
|
||||
headers.update(
|
||||
{
|
||||
"x-tv-flow": flow,
|
||||
"x-tv-step": step,
|
||||
"x-call-type": "GUEST_USER",
|
||||
"X-Tv-Flow": flow,
|
||||
"X-Tv-Step": step,
|
||||
"x-request-tracking-id": str(uuid.uuid4()),
|
||||
}
|
||||
)
|
||||
logger.debug(f"[MagentaEUEpgManager] Request headers: {headers}")
|
||||
return headers
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user