From 7e5ac14e84e29ea1a274f42860881ce1a599b520 Mon Sep 17 00:00:00 2001 From: Womsxd <45663319+Womsxd@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:21:23 +0800 Subject: [PATCH] Update tools.py --- tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.py b/tools.py index 8f2560a..b44eef6 100644 --- a/tools.py +++ b/tools.py @@ -40,7 +40,7 @@ def get_ds2(q: str, b: str) -> str: n = setting.mihoyobbs_salt_x6 i = str(timestamp()) r = str(random.randint(100001, 200000)) - c = md5(f'salt=salt={n}&t={i}&r={r}&b={b}&q={q}') + c = md5(f'salt={n}&t={i}&r={r}&b={b}&q={q}') return f"{i},{r},{c}"