Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maede97 committed Oct 19, 2024
1 parent 3fa940e commit 31efe87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __download_map_numbers(self):
logger.error(e)

self.index.flush() # save the index to disk
logger.info(f"Map numbers index created with {len(response.json()["features"])} boxes.")
logger.info(f"Map numbers index created with {len(response.json()['features'])} boxes.")

def fetch_map_numbers(self, coordinates: List[List[int]]) -> str:
map_numbers_ = set()
Expand Down

0 comments on commit 31efe87

Please sign in to comment.