fix: 格式化代码以提高可读性并清理多余空行
This commit is contained in:
parent
89a4fd58e0
commit
e9ef87fe62
@ -132,7 +132,7 @@ if not kwdata:
|
|||||||
kwdata = kwdata[0][1]
|
kwdata = kwdata[0][1]
|
||||||
rn = kwdata['rn']
|
rn = kwdata['rn']
|
||||||
proxy_name = proxiesdict.get(rn)
|
proxy_name = proxiesdict.get(rn)
|
||||||
proxies_str = db.get_proxy(proxy_name, '1')
|
proxies_str = db.get_proxy(proxy_name, '-1')
|
||||||
proxies = {
|
proxies = {
|
||||||
'http': proxies_str,
|
'http': proxies_str,
|
||||||
'https': proxies_str
|
'https': proxies_str
|
||||||
@ -155,7 +155,7 @@ data = {
|
|||||||
"shouldIncludeVideos": False, # 是否包含视频
|
"shouldIncludeVideos": False, # 是否包含视频
|
||||||
"shouldIncludeLives": False, # 是否包含直播
|
"shouldIncludeLives": False, # 是否包含直播
|
||||||
"page": 1,
|
"page": 1,
|
||||||
"limit": 100,
|
"limit": 20,
|
||||||
"recaptchaToken": None
|
"recaptchaToken": None
|
||||||
},
|
},
|
||||||
"query": """
|
"query": """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user