From 9bf0338563fb9848fee595829883ae3099b188b1 Mon Sep 17 00:00:00 2001 From: LIL-JABA <82034934+LIL-JABA@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:11:18 +0300 Subject: [PATCH] referer changed / 3.18.4.2 --- src/codeparts/auth.py | 2 +- src/system/ver.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/codeparts/auth.py b/src/codeparts/auth.py index 88d2bad..b5f215f 100644 --- a/src/codeparts/auth.py +++ b/src/codeparts/auth.py @@ -100,7 +100,7 @@ async def auth(self, logpass: str = None, username: str = None, password: str = "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8", "Accept-Language": "en-US,en;q=0.9", "Accept-Encoding": "gzip, deflate", - "referer":"https://www.riotgames.com/" + "referer":"https://riotgames.com/" } r = client.put(Constants.AUTH_URL, json=data, headers=headers) body = r.text diff --git a/src/system/ver.txt b/src/system/ver.txt index 69e34ef..16c3c6e 100644 --- a/src/system/ver.txt +++ b/src/system/ver.txt @@ -1 +1 @@ -3.18.4.1 \ No newline at end of file +3.18.4.2 \ No newline at end of file