From b5f16b76f2ce330036be90e2620ed8288fa0568d Mon Sep 17 00:00:00 2001 From: xtaodada Date: Sat, 17 Jun 2023 00:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20Update=202.53.0=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 99d6d8d..15f4439 100644 --- a/modules/apihelper/utility/helpers.py +++ b/modules/apihelper/utility/helpers.py @@ -62,13 +62,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.46.1" + app_version = "2.53.0" client_type = "5" - salt = "X7UOLLnTuNS3kgTJ1BUHOvKpiqp3kmym" + salt = "0PUWkNIBnLcg8GgRNRJc14kSn4SrPBsS" ds = old() if ds_type in {"android", "2"}: client_type = "2" - salt = "KZazpG4cO2QECFDBUCxdhS8cYCsQHfzn" + salt = "yuzHvf4MkGYyoS4837hHOwLMyVOmtPuY" ds = old() elif ds_type == "android_new": client_type = "2"