From 5bcf800f6e56034b12a0de0f965b4fbf846410b5 Mon Sep 17 00:00:00 2001 From: wbt5 Date: Sat, 13 Nov 2021 22:00:38 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20Improve=20=E7=BA=A2=E4=BA=BA=E7=9B=B4?= =?UTF-8?q?=E6=92=AD=20-=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hongle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hongle.py b/hongle.py index 9e19445..d48ea1c 100644 --- a/hongle.py +++ b/hongle.py @@ -21,7 +21,7 @@ class HongLe: 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',