mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🍱 Update 2.46.1 ds salt
This commit is contained in:
parent
56c667b9f2
commit
50a9decb0a
@ -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}")
|
c = hex_digest(f"salt={salt}&t={t}&r={r}")
|
||||||
return f"{t},{r},{c}"
|
return f"{t},{r},{c}"
|
||||||
|
|
||||||
app_version = "2.44.1"
|
app_version = "2.46.1"
|
||||||
client_type = "5"
|
client_type = "5"
|
||||||
salt = "IEIZiKYaput2OCKQprNuGsog1NZc1FkS"
|
salt = "X7UOLLnTuNS3kgTJ1BUHOvKpiqp3kmym"
|
||||||
ds = old()
|
ds = old()
|
||||||
if ds_type in {"android", "2"}:
|
if ds_type in {"android", "2"}:
|
||||||
client_type = "2"
|
client_type = "2"
|
||||||
salt = "dZAwGk4e9aC0MXXItkwnHamjA1x30IYw"
|
salt = "KZazpG4cO2QECFDBUCxdhS8cYCsQHfzn"
|
||||||
ds = old()
|
ds = old()
|
||||||
elif ds_type == "android_new":
|
elif ds_type == "android_new":
|
||||||
client_type = "2"
|
client_type = "2"
|
||||||
|
Loading…
Reference in New Issue
Block a user