Kamoulox 2.0 correction

This commit is contained in:
BFlow 2020-04-10 17:26:52 +02:00
parent 81fa20ee12
commit f85ef2b7e4

View file

@ -230,7 +230,7 @@ class Mybot(commands.Cog):
def get_word(word_type): def get_word(word_type):
content = [] content = []
with open("/home/mika/kabot/kabot/kabot/ressources/base_kml.xml", "r", "ISO-8859-1") as file: with open("/home/mika/kabot/kabot/kabot/ressources/base_kml.xml", "r", encoding="ISO-8859-1") as file:
content = file.readlines() content = file.readlines()
content = "".join(content) content = "".join(content)
bs_content = bs(content, 'lxml') bs_content = bs(content, 'lxml')