- Exit with no accompanying log fixed
This commit is contained in:
parent
0ce13b6aac
commit
e359b428ee
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ class DiscordConnector:
|
|||
self.access_token = jsonresponse["access_token"]
|
||||
self.req_auth()
|
||||
else:
|
||||
log.error("No access token in json response")
|
||||
sys.exit(1)
|
||||
|
||||
def set_channel(self, channel, need_req=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue