diff --git a/flatisfy/fetch.py b/flatisfy/fetch.py index 02bf8b5..cbd9f8a 100644 --- a/flatisfy/fetch.py +++ b/flatisfy/fetch.py @@ -219,6 +219,10 @@ class WeboobProxy(object): full_flat_id, str(exc) ) + return "{}" + except ValueError as exc: + LOGGER.error("ValueError for flat_id=%s: %s", flat_id, str(exc)) + return "{}" def fetch_flats_list(config):