Skip to content

Commit

Permalink
also add content
Browse files Browse the repository at this point in the history
  • Loading branch information
maede97 committed Oct 19, 2024
1 parent 43ddd19 commit 1c76715
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def __download_map_numbers(self):
response = requests.get(base_url)
logger.info(response) # DEBUG
logger.info(response.status_code) # DEBUG
logger.info(response.content)
logger.info(response.json()) # DEBUG
try:
for feature in response.json()["features"]:
Expand Down

0 comments on commit 1c76715

Please sign in to comment.