From 328aee911a0c737eda2a1655a7fe31c24a8a1ce5 Mon Sep 17 00:00:00 2001 From: Sasha MOREL Date: Sat, 26 Sep 2020 07:55:57 +0200 Subject: [PATCH] Correction du style --- homesfr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homesfr.py b/homesfr.py index e041ee3..15c6d0d 100644 --- a/homesfr.py +++ b/homesfr.py @@ -51,7 +51,7 @@ class Common (): # path to login test self.auth_path = '/mysensors' - self.auth_ok_url = 'https://home.sfr.fr/logged' # if logged + self.auth_ok_url = 'https://home.sfr.fr/logged' # if logged self.auth_post_url = 'https://boutique.home.sfr.fr/authentification' self.auth_referer = 'https://boutique.home.sfr.fr/authentification?back=service' self.auth_user_field = 'email'