fix
This commit is contained in:
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()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user