mirror of https://github.com/skygpu/skynet.git
remove print of a_push_action res
parent
06827a0e70
commit
c7cd150316
|
@ -161,7 +161,7 @@ class SkynetDiscordFrontend:
|
||||||
},
|
},
|
||||||
self.account, self.key, permission=self.permission
|
self.account, self.key, permission=self.permission
|
||||||
)
|
)
|
||||||
print(res)
|
# print(res)
|
||||||
|
|
||||||
if 'code' in res or 'statusCode' in res:
|
if 'code' in res or 'statusCode' in res:
|
||||||
logging.error(json.dumps(res, indent=4))
|
logging.error(json.dumps(res, indent=4))
|
||||||
|
|
Loading…
Reference in New Issue