Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Womsxd/MihoyoBBSTools
Browse files Browse the repository at this point in the history
  • Loading branch information
Womsxd committed Sep 20, 2023
2 parents 9f72466 + 7e5ac14 commit dd8022a
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 dd8022a

Please sign in to comment.