diff --git a/tilefy/src/api_call.py b/tilefy/src/api_call.py index e02fa69..7e2d205 100644 --- a/tilefy/src/api_call.py +++ b/tilefy/src/api_call.py @@ -44,7 +44,7 @@ class Api: """make call using url from tile_config""" response = self.make_request() key_match = self.walk_response(response) - if not key_match: + if not key_match and not key_match == 0: print(f"failed to result with key_map: {response}") raise ValueError