mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Computer ain't happy because *SPAECIZE*
This commit is contained in:
parent
0033c6f0ec
commit
1049a28d6a
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ class _ActionsMapPlugin(object):
|
||||||
# Previous line throws a CookieError that creates a 500 error ...
|
# Previous line throws a CookieError that creates a 500 error ...
|
||||||
# So let's catch it and just use a fresh ID then...
|
# So let's catch it and just use a fresh ID then...
|
||||||
s_id = random_ascii()
|
s_id = random_ascii()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
s_secret = self.secrets[s_id]
|
s_secret = self.secrets[s_id]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|
Loading…
Add table
Reference in a new issue