Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Jun 12, 2019
1 parent 0c2f954 commit bdf401c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isogeo.py
Expand Up @@ -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)
Expand Down

0 comments on commit bdf401c

Please sign in to comment.