- Use raw...
This commit is contained in:
parent
a6f603a147
commit
74f744dd65
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class DiscordConnector:
|
|||
self.req_auth()
|
||||
else:
|
||||
log.error("No access token in json response")\
|
||||
log.error(jsonresponse)
|
||||
log.error(response.text)
|
||||
sys.exit(1)
|
||||
|
||||
def set_channel(self, channel, need_req=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue