Kamoulox 2.0 correction
This commit is contained in:
parent
9f4106a5b5
commit
f0f182560f
3 changed files with 19 additions and 19 deletions
|
@ -230,7 +230,7 @@ class Mybot(commands.Cog):
|
||||||
|
|
||||||
def get_word(word_type):
|
def get_word(word_type):
|
||||||
content = []
|
content = []
|
||||||
with open("base_kml.xml", "r") as file:
|
with open("/home/mika/kabot/kabot/kabot/ressources/base_kml.xml", "r") as file:
|
||||||
content = file.readlines()
|
content = file.readlines()
|
||||||
content = "".join(content)
|
content = "".join(content)
|
||||||
bs_content = bs(content, 'lxml')
|
bs_content = bs(content, 'lxml')
|
||||||
|
|
Loading…
Reference in a new issue