From ef1e83bd244b5b4dbebfa64d09afb32262b406b7 Mon Sep 17 00:00:00 2001 From: Lovi-0 Date: Sun, 7 Jul 2024 08:33:33 +0200 Subject: [PATCH] Fix warning '\' --- Src/Api/ddlstreamitaly/Core/Class/ScrapeSerie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Api/ddlstreamitaly/Core/Class/ScrapeSerie.py b/Src/Api/ddlstreamitaly/Core/Class/ScrapeSerie.py index 2e083f9..cbb557e 100644 --- a/Src/Api/ddlstreamitaly/Core/Class/ScrapeSerie.py +++ b/Src/Api/ddlstreamitaly/Core/Class/ScrapeSerie.py @@ -56,7 +56,7 @@ class GetSerieInfo: response.raise_for_status() except Exception as e: - logging.error(f"Insert value for [ips4_device_key, ips4_member_id, ips4_login_key] in config.json file SITE \ ddlstreamitaly \ cookie. Use browser debug and cookie request with a valid account, filter by DOC.") + logging.error(f"Insert value for [ips4_device_key, ips4_member_id, ips4_login_key] in config.json file SITE \\ ddlstreamitaly \\ cookie. Use browser debug and cookie request with a valid account, filter by DOC.") sys.exit(0) # Parse HTML content of the page