diff --git a/pysuez/client.py b/pysuez/client.py index b452e6a..02b5d75 100644 --- a/pysuez/client.py +++ b/pysuez/client.py @@ -205,8 +205,8 @@ def check_credentials(self): allow_redirects=False, timeout=self._timeout ) - if ('Connexion en cours') in response.content.decode() - or ('se déconnecter') in response.content.decode(): + if ('Connexion en cours') in response.content.decode() or + ('se déconnecter') in response.content.decode(): return True else: return False