Fichier d'arrêt en chemin relatif
This commit is contained in:
2
tcl.py
2
tcl.py
@@ -128,7 +128,7 @@ class Tcl(Plugin):
|
|||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
with open("/home/tfa/maubot/tcl/tcl_sytral.tclarret.json") as file:
|
with open("./tcl/tcl_sytral.tclarret.json") as file:
|
||||||
objet = json.load(file)
|
objet = json.load(file)
|
||||||
values = objet["values"]
|
values = objet["values"]
|
||||||
arrets = []
|
arrets = []
|
||||||
|
|||||||
Reference in New Issue
Block a user