mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Fix uninitialized variable error.
This commit is contained in:
parent
b51ae97f5e
commit
01998366a2
@ -565,6 +565,8 @@ class Santiago(object):
|
|||||||
debug_log("bad key {0}".format(key))
|
debug_log("bad key {0}".format(key))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
message = ""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
data = self.shelf[key]
|
data = self.shelf[key]
|
||||||
except KeyError as e:
|
except KeyError as e:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user