From 325674fa65f25b5b75e8901824b844e8bb6fcae9 Mon Sep 17 00:00:00 2001 From: Gentile G Date: Wed, 25 Oct 2023 17:15:43 +0200 Subject: [PATCH] Importing gandi client instead of looking at it --- detector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/detector.py b/detector.py index 4c61937..7b37dc6 100644 --- a/detector.py +++ b/detector.py @@ -4,6 +4,7 @@ import socket import subprocess from services.fast5330br1 import Fast5330bR1 +from services.gandi import GandiClient MODEM_ADDRESS = 'mabbox.bytel.fr' ROUTER_ADDRESS = 'kynes.local:8000'