From 0e7800ab7d358045a8980f3dd78f1580bd43f6d3 Mon Sep 17 00:00:00 2001 From: tfa Date: Mon, 19 Dec 2022 14:17:18 +0100 Subject: [PATCH] =?UTF-8?q?Fichier=20d'arr=C3=AAt=20en=20chemin=20relatif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tcl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl.py b/tcl.py index 2e85279..51042eb 100644 --- a/tcl.py +++ b/tcl.py @@ -128,7 +128,7 @@ class Tcl(Plugin): """ ) 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) values = objet["values"] arrets = []