bugfix
This commit is contained in:
parent
9a6e7fe45d
commit
0552c5b76f
@ -219,6 +219,7 @@ class Blocks(EventDispatcher):
|
||||
try:
|
||||
hc = HttpClient()
|
||||
resp=hc(url,method=method,params=params,files=files)
|
||||
print('Blocks.py :resp=',resp)
|
||||
return resp
|
||||
except Exception as e:
|
||||
if errback:
|
||||
|
Loading…
Reference in New Issue
Block a user