diff --git a/isogeo.py b/isogeo.py index ab3e4fab..2e8014e6 100644 --- a/isogeo.py +++ b/isogeo.py @@ -431,9 +431,9 @@ def api_auth_handle_token(self, answer): logger.debug("Asked a token and got a reply from the API: {}".format(answer)) bytarray = answer.readAll() - logger.debug("=*****= BYTARRAY : {}".format(bytarray)) ############################## + logger.debug("=*****= BYTARRAY : {}".format(bytarray)) content = str(bytarray) - logger.debug("=*****= CONTENT : {}".format(content)) ################################ + logger.debug("=*****= CONTENT : {}".format(content)) # check API response structure try: parsed_content = json.loads(content)