Skip to content

Commit

Permalink
this didn't make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
larsan committed Feb 15, 2017
1 parent fd1a74f commit 94ac362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _mensa(self, mensa = None, day = None, multiline = False):
ptbgerichte = {'mo': data[0], 'di': data[1], 'mi': data[2], 'do': data[3], 'fr': data[4]}
heading = "PTB-Casino am " + self.weekdaysPrintable[dow] + ": "
if multiline:
rply = [rply] + ptbgerichte[dow]
rply = [heading] + ptbgerichte[dow]
else:
rply = [heading + ' // '.join(ptbgerichte[dow])]
return rply
Expand Down

0 comments on commit 94ac362

Please sign in to comment.