fix
This commit is contained in:
parent
f8afd95a82
commit
216e1c0684
6
auth.py
6
auth.py
@ -364,8 +364,8 @@ def refreshTokens(**args):
|
||||
except KeyError:
|
||||
logger.error("application, login or password missing")
|
||||
raise werkzeug.exceptions.Unauthorized()
|
||||
#except Exception as e:
|
||||
# logger.error("unspecific exception: {}".format(str(e)))
|
||||
# raise werkzeug.exceptions.Unauthorized()
|
||||
except Exception as e:
|
||||
logger.error("unspecific exception: {}".format(str(e)))
|
||||
raise werkzeug.exceptions.Unauthorized()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user