This commit is contained in:
yumoqing 2021-01-30 09:58:12 +08:00
parent 9a6e7fe45d
commit 0552c5b76f

View File

@ -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: