Kamoulox 2.0 correction

This commit is contained in:
BFlow 2020-04-10 17:23:42 +02:00
parent 0a0a83b90e
commit 81fa20ee12

View file

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