diff --git a/tools/python/booking_hotels.py b/tools/python/booking_hotels.py index a0ba6d3f94..a775fa0726 100755 --- a/tools/python/booking_hotels.py +++ b/tools/python/booking_hotels.py @@ -106,7 +106,7 @@ def download(user, password, path): if not hotels: exit(1) - allhotels.append(hotels) + allhotels.extend(hotels) # If hotels in answer less then maxrows, we reach end of data. if len(hotels) < maxrows: