mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
I had the map(str, ...) there for a reason.
This commit is contained in:
parent
c8bdb45a2c
commit
f95f5a09ac
@ -73,7 +73,7 @@ class PollRecord(dbi.Record):
|
||||
format = conf.supybot.humanTimestampFormat()
|
||||
user = plugins.getUserName(self.by)
|
||||
if self.options:
|
||||
options = 'Options: %s' % '; '.join(self.options)
|
||||
options = 'Options: %s' % '; '.join(map(str, self.options))
|
||||
else:
|
||||
options = 'The poll has no options, yet'
|
||||
if self.status:
|
||||
|
Loading…
Reference in New Issue
Block a user