Skip to content

Commit

Permalink
⚡ Improve 红人直播
Browse files Browse the repository at this point in the history
-优化代码
  • Loading branch information
wbt5 committed Nov 13, 2021
1 parent a3865d8 commit 5bcf800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hongle.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_real_url(self):
pass

tt = int(time.time() * 1000)
url = 'https://service.hongle.tv/v2/userw/login?_st1={}'.format(tt)
url = f'https://service.hongle.tv/v2/userw/login?_st1={tt}'
data = {
'_st1': tt,
'geetest_challenge': '7f4f6fd6257799c0bcac1f38c21c042dl0',
Expand Down

0 comments on commit 5bcf800

Please sign in to comment.