Skip to content

Commit

Permalink
Parentfix
Browse files Browse the repository at this point in the history
  • Loading branch information
oven-lab committed Dec 20, 2023
1 parent 9cf8d47 commit 7923e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_map(
map_link = link["result"][0]["map_url"]
response = download(map_link)
except Exception as e:
_LOGGER.error("Encountered an error, please include the following data in your github issue: " + str(base64.b64encode(json.dumps(link).encode()))
_LOGGER.error("Encountered an error, please include the following data in your github issue: " + str(base64.b64encode(json.dumps(link).encode())))
raise e

if response.status_code != 200:
Expand Down

0 comments on commit 7923e5d

Please sign in to comment.