Update README

This commit is contained in:
Yohann D'ANELLO
2020-10-08 23:00:19 +02:00
parent a6dce2e22b
commit 8fdaa57db5
2 changed files with 89 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class Client:
def check_cookie(self) -> str:
"""
From the current cookie, retrieve the email address.
From the current stored cookie, retrieve the email address.
"""
result = self.zeep.service.checkCookie()
element = result._raw_elements[0]