- Output JSON in failed auth
This commit is contained in:
parent
3c3455b0bc
commit
a6f603a147
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ class DiscordConnector:
|
|||
self.access_token = jsonresponse["access_token"]
|
||||
self.req_auth()
|
||||
else:
|
||||
log.error("No access token in json response")
|
||||
log.error("No access token in json response")\
|
||||
log.error(jsonresponse)
|
||||
sys.exit(1)
|
||||
|
||||
def set_channel(self, channel, need_req=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue