Fix stupid and avoidable error in moc
This commit is contained in:
parent
4ca3112331
commit
be22e60433
@ -82,7 +82,7 @@ class Moc(IntervalModule):
|
|||||||
self.data = fdict
|
self.data = fdict
|
||||||
|
|
||||||
self.output = {
|
self.output = {
|
||||||
'full_text': formatp(self.format, **data),
|
'full_text': formatp(self.format, **self.data),
|
||||||
'color': self.color,
|
'color': self.color,
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user