Computer ain't happy because *SPAECIZE*

This commit is contained in:
Alexandre Aubin 2020-04-25 17:29:27 +02:00 committed by GitHub
parent 0033c6f0ec
commit 1049a28d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -369,7 +369,7 @@ class _ActionsMapPlugin(object):
# Previous line throws a CookieError that creates a 500 error ...
# So let's catch it and just use a fresh ID then...
s_id = random_ascii()
try:
s_secret = self.secrets[s_id]
except KeyError: