fix typo
This commit is contained in:
parent
d9263b447e
commit
65c8994600
2
art.py
2
art.py
@ -39,6 +39,6 @@ def main(i, irc):
|
|||||||
msg = getArt("")
|
msg = getArt("")
|
||||||
if msg is None:
|
if msg is None:
|
||||||
msg = "No result"
|
msg = "No result"
|
||||||
else
|
else:
|
||||||
msg = '"' + msg['title'] + '" ' + msg['objectDate'] + ' ' + msg['primaryImage']
|
msg = '"' + msg['title'] + '" ' + msg['objectDate'] + ' ' + msg['primaryImage']
|
||||||
irc.privmsg(i.channel, msg)
|
irc.privmsg(i.channel, msg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user