Unknown update list gives empty string.
This commit is contained in:
parent
51675430b1
commit
48273a8205
@ -113,9 +113,9 @@ class Updates(Module):
|
|||||||
for backend in self.backends:
|
for backend in self.backends:
|
||||||
key = backend.__class__.__name__
|
key = backend.__class__.__name__
|
||||||
if key not in self.data:
|
if key not in self.data:
|
||||||
self.data[key] = '?'
|
self.data[key] = "?"
|
||||||
if key not in self.notif_body:
|
if key not in self.notif_body:
|
||||||
self.notif_body[key] = '?'
|
self.notif_body[key] = ""
|
||||||
|
|
||||||
self.output = {
|
self.output = {
|
||||||
"full_text": formatp(self.format_working, **self.data).strip(),
|
"full_text": formatp(self.format_working, **self.data).strip(),
|
||||||
|
Loading…
Reference in New Issue
Block a user