add new AUTH_ERROR exit status to signal an invalid api key. fixes #41.
This commit is contained in:
parent
98de22c3a8
commit
33a87b9877
4 changed files with 118 additions and 48 deletions
|
@ -1,5 +1,5 @@
|
|||
Traceback (most recent call last):
|
||||
File "{file}", line 230, in parseArguments
|
||||
File "{file}", line {lineno}, in parseArguments
|
||||
args.timeout = int(configs.get('settings', 'timeout'))
|
||||
ValueError: invalid literal for int() with base 10: 'abc'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue