forked from organicmaps/organicmaps
Merge pull request #3413 from Zverik/fixhotels
[booking] Fix hotels downloader
This commit is contained in:
commit
2cf9376735
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue