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.output = {
|
||||
'full_text': formatp(self.format, **data),
|
||||
'full_text': formatp(self.format, **self.data),
|
||||
'color': self.color,
|
||||
}
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user