Commiting the sin of using tabs over spaces *shudders*

This commit is contained in:
aewens 2018-11-15 17:47:53 -05:00
parent d77dd8b828
commit d30e059234
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -7,7 +7,7 @@ PUBLIC_COMMANDS = ["sotd","listsotd"]
SOTDS = datastore.DataStore("sotd.json")
def get_title(link):
page = lxml.html.parse(link)
page = lxml.html.parse(link)
return page.find(".//title").text
class SOTDBot(teambot.Handler,teambot.CommandHandlerMixin):