Kamoulox 2.0 correction
This commit is contained in:
parent
81fa20ee12
commit
f85ef2b7e4
1 changed files with 1 additions and 1 deletions
|
@ -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", "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 = "".join(content)
|
||||
bs_content = bs(content, 'lxml')
|
||||
|
|
Loading…
Reference in a new issue