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