From 009574e91848c34908b4d3f2613de7d42d67b69a Mon Sep 17 00:00:00 2001 From: wbt5 Date: Sun, 7 Nov 2021 20:46:06 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=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 --- 9xiu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9xiu.py b/9xiu.py index 49b5c0c..dc204f2 100644 --- a/9xiu.py +++ b/9xiu.py @@ -10,7 +10,7 @@ class JXiu: def get_real_url(self): with requests.Session() as s: - url = 'https://h5.9xiu.com/room/live/enterRoom?rid=' + str( self.rid) + url = f'https://h5.9xiu.com/room/live/enterRoom?rid={self.rid}' headers = { 'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) ' 'AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1'