amazing cache #55
| @@ -336,7 +336,7 @@ def fill_cache(): | |||||||
|                     try : |                     try : | ||||||
|                         json_data = json.load(f) |                         json_data = json.load(f) | ||||||
|                     except Exception as exc : |                     except Exception as exc : | ||||||
|                         raise Exception(f'An unexpected error occured while parsing file {f}') from exc |                         overpass.logger.error(f'An error occured while parsing file {f} as .json file') | ||||||
|          |          | ||||||
|  |  | ||||||
|                 # Fill the cache with the query and key |                 # Fill the cache with the query and key | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user