print json proxy
This commit is contained in:
parent
8d10c54636
commit
a0636187d6
@ -61,6 +61,7 @@ class ProxyElem():
|
|||||||
data_list.append(data)
|
data_list.append(data)
|
||||||
try:
|
try:
|
||||||
async with self.local() as session:
|
async with self.local() as session:
|
||||||
|
print(data_list)
|
||||||
resp = await session.post(proxy_server, json=data_list)
|
resp = await session.post(proxy_server, json=data_list)
|
||||||
text = await resp.text()
|
text = await resp.text()
|
||||||
jdata = json.loads(text)
|
jdata = json.loads(text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user