Fix stupid and avoidable error in moc

This commit is contained in:
Raphael Scholer 2016-10-14 03:40:27 +02:00
parent 4ca3112331
commit be22e60433

View File

@ -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: