mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Unused var
This commit is contained in:
parent
6e1e034e10
commit
9b4b6d7009
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class _ActionsMapPlugin(object):
|
|||
# Here, maybe we want to re-authenticate the session via the authenticator
|
||||
# For example to check that the username authenticated is still in the admin group...
|
||||
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
msg = m18n.g("authentication_required")
|
||||
raise HTTPResponse(msg, 401)
|
||||
|
||||
|
|
Loading…
Reference in a new issue