From 50a9decb0a86e5838a009a245b844305e7530087 Mon Sep 17 00:00:00 2001 From: omg-xtao <100690902+omg-xtao@users.noreply.github.com> Date: Fri, 10 Mar 2023 14:15:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20Update=202.46.1=20ds=20salt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/apihelper/utility/helpers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/apihelper/utility/helpers.py b/modules/apihelper/utility/helpers.py index 391088a0..4828e631 100644 --- a/modules/apihelper/utility/helpers.py +++ b/modules/apihelper/utility/helpers.py @@ -54,13 +54,13 @@ def get_ds(ds_type: str = None, new_ds: bool = False, data: Any = None, params: c = hex_digest(f"salt={salt}&t={t}&r={r}") return f"{t},{r},{c}" - app_version = "2.44.1" + app_version = "2.46.1" client_type = "5" - salt = "IEIZiKYaput2OCKQprNuGsog1NZc1FkS" + salt = "X7UOLLnTuNS3kgTJ1BUHOvKpiqp3kmym" ds = old() if ds_type in {"android", "2"}: client_type = "2" - salt = "dZAwGk4e9aC0MXXItkwnHamjA1x30IYw" + salt = "KZazpG4cO2QECFDBUCxdhS8cYCsQHfzn" ds = old() elif ds_type == "android_new": client_type = "2"