From 82426e7c69d53bee4786a53ed34d7b82780c7fa5 Mon Sep 17 00:00:00 2001 From: tfa Date: Wed, 18 Jan 2023 09:45:29 +0100 Subject: [PATCH] =?UTF-8?q?Demande=20de=20300=20r=C3=A9sultats=20pour=20le?= =?UTF-8?q?s=20alertes=20trafic?= 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 2c38858..103b324 100644 --- a/tcl.py +++ b/tcl.py @@ -124,7 +124,7 @@ class Tcl(Plugin): ATTENTTION : Le bot ne vérifie pas que la ligne existe """ ) - url = 'https://download.data.grandlyon.com/ws/rdata/tcl_sytral.tclalertetrafic_2/all.json?maxfeatures=200&start=1' + url = 'https://download.data.grandlyon.com/ws/rdata/tcl_sytral.tclalertetrafic_2/all.json?maxfeatures=300&start=1' resp = await self.http.get(url, headers={'Authorization' : 'Basic ' + base64string.decode('utf-8')}) ans = await resp.text() try: