Skip to content

Commit

Permalink
Update tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Womsxd committed Sep 20, 2023
1 parent e3a5ec9 commit 7e5ac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"


Expand Down

0 comments on commit 7e5ac14

Please sign in to comment.