From c7c1cc147bef1ebbcf09a84fa9107c452df53ffc Mon Sep 17 00:00:00 2001 From: Nazar Kotyuk Date: Mon, 19 May 2014 10:58:53 +0300 Subject: [PATCH] place search 2 fields --- accounts/search_indexes.py | 9 +- city/management/__init__.py | 1 - city/management/commands/__init__.py | 1 - city/management/commands/errors.txt | 8210 ----------------- city/management/commands/fill_city.py | 128 - city/management/commands/fill_city_desc.py | 129 - city/search_indexes.py | 12 +- core/forms.py | 26 + core/views.py | 37 +- functions/forms.py | 37 + import_xls/excel_settings.py | 49 +- import_xls/export_forms.py | 31 + place_exposition/models.py | 9 +- place_exposition/search_indexes.py | 31 + place_exposition/views.py | 3 +- proj/urls.py | 3 +- schema.xml | 2 + templates/client/base_catalog.html | 5 +- templates/client/includes/catalog_search.html | 56 +- .../client/includes/place/search_result.html | 59 + templates/client/place/search.html | 70 + .../search/indexes/accounts/user_text.txt | 3 + .../client/search/indexes/city/city_text.txt | 1 + .../place_exposition/placeexposition_text.txt | 4 + 24 files changed, 401 insertions(+), 8515 deletions(-) delete mode 100644 city/management/__init__.py delete mode 100644 city/management/commands/__init__.py delete mode 100644 city/management/commands/errors.txt delete mode 100644 city/management/commands/fill_city.py delete mode 100644 city/management/commands/fill_city_desc.py create mode 100644 core/forms.py create mode 100644 place_exposition/search_indexes.py create mode 100644 templates/client/includes/place/search_result.html create mode 100644 templates/client/place/search.html create mode 100644 templates/client/search/indexes/accounts/user_text.txt create mode 100644 templates/client/search/indexes/city/city_text.txt create mode 100644 templates/client/search/indexes/place_exposition/placeexposition_text.txt diff --git a/accounts/search_indexes.py b/accounts/search_indexes.py index aae09549..898a3ac5 100644 --- a/accounts/search_indexes.py +++ b/accounts/search_indexes.py @@ -5,9 +5,16 @@ from models import User class UserIndex(indexes.SearchIndex, indexes.Indexable): text = indexes.CharField(document=True, use_template=True) first_name = indexes.CharField(model_attr='first_name') + last_name = indexes.CharField(model_attr='last_name') + email = indexes.NgramField(model_attr='email') + #email = indexes.CharField(model_attr='email') + + def get_model(self): return User + def index_queryset(self, using=None): - return self.get_model().objects.all() + + return self.get_model().objects.filter(is_active=True) diff --git a/city/management/__init__.py b/city/management/__init__.py deleted file mode 100644 index 13ef41a7..00000000 --- a/city/management/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__author__ = 'kotzilla' diff --git a/city/management/commands/__init__.py b/city/management/commands/__init__.py deleted file mode 100644 index 13ef41a7..00000000 --- a/city/management/commands/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__author__ = 'kotzilla' diff --git a/city/management/commands/errors.txt b/city/management/commands/errors.txt deleted file mode 100644 index 068ec76c..00000000 --- a/city/management/commands/errors.txt +++ /dev/null @@ -1,8210 +0,0 @@ -error: (1062, "Duplicate entry 'san-lorenzo-ar' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Lorenzo', u'countrycode': u'ar', u'city_id': u'-1013231', u'longitude': u'-65.4832992553711', u'nr_hotels': u'11', u'latitude': u'-24.716699600219727'} -error: (1062, "Duplicate entry 'san-lorenzo-ar' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Lorenzo', u'countrycode': u'ar', u'city_id': u'-1013231', u'longitude': u'-65.4832992553711', u'nr_hotels': u'11', u'latitude': u'-24.716699600219727'} -error: (1062, "Duplicate entry 'san-javier-ar' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Javier', u'countrycode': u'ar', u'city_id': u'-1012637', u'longitude': u'-59.95000076293945', u'nr_hotels': u'0', u'latitude': u'-30.58329963684082'} -error: (1062, "Duplicate entry 'san-javier-ar' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Javier', u'countrycode': u'ar', u'city_id': u'-1012637', u'longitude': u'-59.95000076293945', u'nr_hotels': u'0', u'latitude': u'-30.58329963684082'} -error: (1062, "Duplicate entry 'san-javier-ar' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Javier', u'countrycode': u'ar', u'city_id': u'-1012635', u'longitude': u'-65.38330078125', u'nr_hotels': u'1', u'latitude': u'-26.783300399780273'} -error: (1062, "Duplicate entry 'los-molles-ar' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Los Molles', u'countrycode': u'ar', u'city_id': u'-1001953', u'longitude': u'-65.0333023071289', u'nr_hotels': u'1', u'latitude': u'-31.950000762939453'} -error: (1062, "Duplicate entry 'los-molles-ar' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Los Molles', u'countrycode': u'ar', u'city_id': u'-1001953', u'longitude': u'-65.0333023071289', u'nr_hotels': u'1', u'latitude': u'-31.950000762939453'} -error: (1062, "Duplicate entry 'la-paz-ar' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Paz', u'countrycode': u'ar', u'city_id': u'-997381', u'longitude': u'-59.650001525878906', u'nr_hotels': u'1', u'latitude': u'-30.75'} -error: (1062, "Duplicate entry 'la-paz-ar' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Paz', u'countrycode': u'ar', u'city_id': u'-997381', u'longitude': u'-59.650001525878906', u'nr_hotels': u'1', u'latitude': u'-30.75'} -error: (1062, "Duplicate entry 'warth-at' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warth', u'countrycode': u'at', u'city_id': u'-1994990', u'longitude': u'10.183300018310547', u'nr_hotels': u'22', u'latitude': u'47.25'} -error: (1062, "Duplicate entry 'treffen-at' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Treffen', u'countrycode': u'at', u'city_id': u'-1993461', u'longitude': u'14.066699981689453', u'nr_hotels': u'1', u'latitude': u'46.56669998168945'} -error: (1062, "Duplicate entry 'treffen-at' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Treffen', u'countrycode': u'at', u'city_id': u'-1993461', u'longitude': u'14.066699981689453', u'nr_hotels': u'1', u'latitude': u'46.56669998168945'} -error: (1062, "Duplicate entry 'swansea-au' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Swansea', u'countrycode': u'au', u'city_id': u'-1603099', u'longitude': u'151.63299560546875', u'nr_hotels': u'3', u'latitude': u'-33.08330154418945'} -error: (1062, "Duplicate entry 'swansea-au' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Swansea', u'countrycode': u'au', u'city_id': u'-1603099', u'longitude': u'151.63299560546875', u'nr_hotels': u'3', u'latitude': u'-33.08330154418945'} -error: (1062, "Duplicate entry 'stanley-au' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stanley', u'countrycode': u'au', u'city_id': u'-1601954', u'longitude': u'146.75', u'nr_hotels': u'1', u'latitude': u'-36.41669845581055'} -error: (1062, "Duplicate entry 'stanley-au' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stanley', u'countrycode': u'au', u'city_id': u'-1601954', u'longitude': u'146.75', u'nr_hotels': u'1', u'latitude': u'-36.41669845581055'} -error: (1062, "Duplicate entry 'sassafras-au' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sassafras', u'countrycode': u'au', u'city_id': u'-1599524', u'longitude': u'146.5', u'nr_hotels': u'1', u'latitude': u'-41.28329849243164'} -error: (1062, "Duplicate entry 'sassafras-au' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sassafras', u'countrycode': u'au', u'city_id': u'-1599524', u'longitude': u'146.5', u'nr_hotels': u'1', u'latitude': u'-41.28329849243164'} -error: (1062, "Duplicate entry 'richmond-au' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richmond', u'countrycode': u'au', u'city_id': u'-1597508', u'longitude': u'150.76699829101562', u'nr_hotels': u'1', u'latitude': u'-33.599998474121094'} -error: (1062, "Duplicate entry 'richmond-au' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Richmond', u'countrycode': u'au', u'city_id': u'-1597508', u'longitude': u'150.76699829101562', u'nr_hotels': u'1', u'latitude': u'-33.599998474121094'} -error: (1062, "Duplicate entry 'tielt-be' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tielt', u'countrycode': u'be', u'city_id': u'-1970976', u'longitude': u'4.900000095367432', u'nr_hotels': u'1', u'latitude': u'50.93330001831055'} -error: (1062, "Duplicate entry 'tielt-be' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tielt', u'countrycode': u'be', u'city_id': u'-1970976', u'longitude': u'4.900000095367432', u'nr_hotels': u'1', u'latitude': u'50.93330001831055'} -error: (1062, "Duplicate entry 'yablanitsa-bg' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Yablanitsa', u'countrycode': u'bg', u'city_id': u'-839910', u'longitude': u'23.549999237060547', u'nr_hotels': u'1', u'latitude': u'42.849998474121094'} -error: (1062, "Duplicate entry 'yablanitsa-bg' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u042f\u0431\u043b\u0430\u043d\u0438\u0446\u0430', u'countrycode': u'bg', u'city_id': u'-839910', u'longitude': u'23.549999237060547', u'nr_hotels': u'1', u'latitude': u'42.849998474121094'} -error: (1062, "Duplicate entry 'vetren-bg' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vetren', u'countrycode': u'bg', u'city_id': u'-839589', u'longitude': u'27.033300399780273', u'nr_hotels': u'2', u'latitude': u'44.13330078125'} -error: (1062, "Duplicate entry 'vetren-bg' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vetren', u'countrycode': u'bg', u'city_id': u'-839589', u'longitude': u'27.033300399780273', u'nr_hotels': u'2', u'latitude': u'44.13330078125'} -error: (1062, "Duplicate entry 'varvara-bg' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Varvara', u'countrycode': u'bg', u'city_id': u'-839474', u'longitude': u'27.91670036315918', u'nr_hotels': u'3', u'latitude': u'42.11669921875'} -error: (1062, "Duplicate entry 'varvara-bg' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Varvara', u'countrycode': u'bg', u'city_id': u'-839474', u'longitude': u'27.91670036315918', u'nr_hotels': u'3', u'latitude': u'42.11669921875'} -error: (1062, "Duplicate entry 'stefanovo-bg' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stefanovo', u'countrycode': u'bg', u'city_id': u'-838701', u'longitude': u'23', u'nr_hotels': u'1', u'latitude': u'42.483299255371094'} -error: (1062, "Duplicate entry 'stefanovo-bg' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stefanovo', u'countrycode': u'bg', u'city_id': u'-838701', u'longitude': u'23', u'nr_hotels': u'1', u'latitude': u'42.483299255371094'} -error: (1062, "Duplicate entry 'vila-velha-br' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vila Velha', u'countrycode': u'br', u'city_id': u'-679168', u'longitude': u'-34.849998474121094', u'nr_hotels': u'1', u'latitude': u'-7.800000190734863'} -error: (1062, "Duplicate entry 'vila-velha-br' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vila Velha', u'countrycode': u'br', u'city_id': u'-679168', u'longitude': u'-34.849998474121094', u'nr_hotels': u'1', u'latitude': u'-7.800000190734863'} -error: (1062, "Duplicate entry 'taquari-br' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Taquari', u'countrycode': u'br', u'city_id': u'-675411', u'longitude': u'-48.29999923706055', u'nr_hotels': u'1', u'latitude': u'-10.366700172424316'} -error: (1062, "Duplicate entry 'taquari-br' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Taquari', u'countrycode': u'br', u'city_id': u'-675411', u'longitude': u'-48.29999923706055', u'nr_hotels': u'1', u'latitude': u'-10.366700172424316'} -error: (1062, "Duplicate entry 'tanquinho-br' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tanquinho', u'countrycode': u'br', u'city_id': u'-675087', u'longitude': u'-41.266700744628906', u'nr_hotels': u'1', u'latitude': u'-12.466699600219727'} -error: (1062, "Duplicate entry 'tanquinho-br' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tanquinho', u'countrycode': u'br', u'city_id': u'-675087', u'longitude': u'-41.266700744628906', u'nr_hotels': u'1', u'latitude': u'-12.466699600219727'} -error: (1062, "Duplicate entry 'santo-amaro-br' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santo Amaro', u'countrycode': u'br', u'city_id': u'-669388', u'longitude': u'-43.233299255371094', u'nr_hotels': u'0', u'latitude': u'-2.549999952316284'} -error: (1062, "Duplicate entry 'santo-amaro-br' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santo Amaro', u'countrycode': u'br', u'city_id': u'-669388', u'longitude': u'-43.233299255371094', u'nr_hotels': u'0', u'latitude': u'-2.549999952316284'} -error: (1062, "Duplicate entry 'santa-cruz-br' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Cruz', u'countrycode': u'br', u'city_id': u'-668215', u'longitude': u'-40.150001525878906', u'nr_hotels': u'2', u'latitude': u'-19.933300018310547'} -error: (1062, "Duplicate entry 'santa-cruz-br' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Cruz', u'countrycode': u'br', u'city_id': u'-668215', u'longitude': u'-40.150001525878906', u'nr_hotels': u'2', u'latitude': u'-19.933300018310547'} -error: (1062, "Duplicate entry 'santa-cruz-br' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Cruz', u'countrycode': u'br', u'city_id': u'-668172', u'longitude': u'-36.016700744628906', u'nr_hotels': u'4', u'latitude': u'-6.216670036315918'} -error: (1062, "Duplicate entry 'santa-cruz-br' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Cruz', u'countrycode': u'br', u'city_id': u'-668172', u'longitude': u'-36.016700744628906', u'nr_hotels': u'4', u'latitude': u'-6.216670036315918'} -error: (1062, "Duplicate entry 'woodstock-ca' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodstock', u'countrycode': u'ca', u'city_id': u'-576205', u'longitude': u'-80.75', u'nr_hotels': u'9', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'woodstock-ca' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodstock', u'countrycode': u'ca', u'city_id': u'-576205', u'longitude': u'-80.75', u'nr_hotels': u'9', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'windsor-ca' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Windsor', u'countrycode': u'ca', u'city_id': u'-576073', u'longitude': u'-82.99363708496094', u'nr_hotels': u'28', u'latitude': u'42.294071197509766'} -error: (1062, "Duplicate entry 'vindzor-ca' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0438\u043d\u0434\u0437\u043e\u0440', u'countrycode': u'ca', u'city_id': u'-576063', u'longitude': u'-115.96700286865234', u'nr_hotels': u'1', u'latitude': u'50.46670150756836'} -error: (1062, "Duplicate entry 'waterloo-ca' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waterloo', u'countrycode': u'ca', u'city_id': u'-575624', u'longitude': u'-80.5333023071289', u'nr_hotels': u'10', u'latitude': u'43.46670150756836'} -error: (1062, "Duplicate entry 'tracadie-ca' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tracadie', u'countrycode': u'ca', u'city_id': u'-574916', u'longitude': u'-61.650001525878906', u'nr_hotels': u'1', u'latitude': u'45.61669921875'} -error: (1062, "Duplicate entry 'tracadie-ca' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tracadie', u'countrycode': u'ca', u'city_id': u'-574916', u'longitude': u'-61.650001525878906', u'nr_hotels': u'1', u'latitude': u'45.61669921875'} -error: (1062, "Duplicate entry 'sutton-ca' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sutton', u'countrycode': u'ca', u'city_id': u'-574397', u'longitude': u'-79.36669921875', u'nr_hotels': u'1', u'latitude': u'44.29999923706055'} -error: (1062, "Duplicate entry 'sutton-ca' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sutton', u'countrycode': u'ca', u'city_id': u'-574397', u'longitude': u'-79.36669921875', u'nr_hotels': u'1', u'latitude': u'44.29999923706055'} -error: (1062, "Duplicate entry 'sidnej-ca' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0438\u0434\u043d\u0435\u0439', u'countrycode': u'ca', u'city_id': u'-573615', u'longitude': u'-123.41699981689453', u'nr_hotels': u'12', u'latitude': u'48.650001525878906'} -error: (1062, "Duplicate entry 'schwanden-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Schwanden', u'countrycode': u'ch', u'city_id': u'-2554138', u'longitude': u'7.716670036315918', u'nr_hotels': u'4', u'latitude': u'46.733299255371094'} -error: (1062, "Duplicate entry 'schwanden-ch' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Schwanden', u'countrycode': u'ch', u'city_id': u'-2554138', u'longitude': u'7.716670036315918', u'nr_hotels': u'4', u'latitude': u'46.733299255371094'} -error: (1062, "Duplicate entry 'schwanden-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Schwanden', u'countrycode': u'ch', u'city_id': u'-2554138', u'longitude': u'7.716670036315918', u'nr_hotels': u'4', u'latitude': u'46.733299255371094'} -error: (1062, "Duplicate entry 'schwanden-ch' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Schwanden', u'countrycode': u'ch', u'city_id': u'-2554138', u'longitude': u'7.716670036315918', u'nr_hotels': u'4', u'latitude': u'46.733299255371094'} -error: (1062, "Duplicate entry 'sankt-morits-ch' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d\u043a\u0442-\u041c\u043e\u0440\u0438\u0446', u'countrycode': u'ch', u'city_id': u'-2553958', u'longitude': u'7', u'nr_hotels': u'3', u'latitude': u'46.21670150756836'} -error: (1062, "Duplicate entry 'pfeffikon-ch' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0444\u0435\u0444\u0444\u0438\u043a\u043e\u043d', u'countrycode': u'ch', u'city_id': u'-2553597', u'longitude': u'8.766670227050781', u'nr_hotels': u'1', u'latitude': u'47.20000076293945'} -error: (1062, "Duplicate entry 'oberwil-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oberwil', u'countrycode': u'ch', u'city_id': u'-2553491', u'longitude': u'7.433330059051514', u'nr_hotels': u'1', u'latitude': u'46.650001525878906'} -error: (1062, "Duplicate entry 'matten-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Matten', u'countrycode': u'ch', u'city_id': u'-2553074', u'longitude': u'7.416669845581055', u'nr_hotels': u'1', u'latitude': u'46.483299255371094'} -error: (1062, "Duplicate entry 'matten-ch' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Matten', u'countrycode': u'ch', u'city_id': u'-2553074', u'longitude': u'7.416669845581055', u'nr_hotels': u'1', u'latitude': u'46.483299255371094'} -error: (1062, "Duplicate entry 'langnau-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Langnau', u'countrycode': u'ch', u'city_id': u'-2552771', u'longitude': u'7.766670227050781', u'nr_hotels': u'5', u'latitude': u'46.95000076293945'} -error: (1062, "Duplicate entry 'langnau-ch' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Langnau', u'countrycode': u'ch', u'city_id': u'-2552771', u'longitude': u'7.766670227050781', u'nr_hotels': u'5', u'latitude': u'46.95000076293945'} -error: (1062, "Duplicate entry 'hergiswil-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hergiswil', u'countrycode': u'ch', u'city_id': u'-2552432', u'longitude': u'8.316670417785645', u'nr_hotels': u'2', u'latitude': u'46.983299255371094'} -error: (1062, "Duplicate entry 'affoltern-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Affoltern', u'countrycode': u'ch', u'city_id': u'-2550943', u'longitude': u'7.733329772949219', u'nr_hotels': u'1', u'latitude': u'47.06669998168945'} -error: (1062, "Duplicate entry 'affoltern-ch' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Affoltern', u'countrycode': u'ch', u'city_id': u'-2550943', u'longitude': u'7.733329772949219', u'nr_hotels': u'1', u'latitude': u'47.06669998168945'} -error: (1062, "Duplicate entry 'mollens-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mollens', u'countrycode': u'ch', u'city_id': u'900040340', u'longitude': u'7.5204901695251465', u'nr_hotels': u'3', u'latitude': u'46.31560134887695'} -error: (1062, "Duplicate entry 'hasle-ch' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hasle', u'countrycode': u'ch', u'city_id': u'900049467', u'longitude': u'7.654029846191406', u'nr_hotels': u'1', u'latitude': u'47.017513275146484'} -error: (1062, "Duplicate entry 'hasle-ch' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hasle', u'countrycode': u'ch', u'city_id': u'900049467', u'longitude': u'7.654029846191406', u'nr_hotels': u'1', u'latitude': u'47.017513275146484'} -error: (1062, "Duplicate entry 'puyehue-cl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Puyehue', u'countrycode': u'cl', u'city_id': u'-897922', u'longitude': u'-72.33089447021484', u'nr_hotels': u'0', u'latitude': u'-40.70745086669922'} -error: (1062, "Duplicate entry 'puyehue-cl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Puyehue', u'countrycode': u'cl', u'city_id': u'-897922', u'longitude': u'-72.33089447021484', u'nr_hotels': u'0', u'latitude': u'-40.70745086669922'} -error: (1062, "Duplicate entry 'molina-cl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Molina', u'countrycode': u'cl', u'city_id': u'-892693', u'longitude': u'-71.2833023071289', u'nr_hotels': u'1', u'latitude': u'-35.11669921875'} -error: (1062, "Duplicate entry 'molina-cl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Molina', u'countrycode': u'cl', u'city_id': u'-892693', u'longitude': u'-71.2833023071289', u'nr_hotels': u'1', u'latitude': u'-35.11669921875'} -error: (1062, "Duplicate entry 'maitencillo-cl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Maitencillo', u'countrycode': u'cl', u'city_id': u'900052627', u'longitude': u'-71.4403', u'nr_hotels': u'5', u'latitude': u'-32.65001'} -error: (1062, "Duplicate entry 'maitencillo-cl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Maitencillo', u'countrycode': u'cl', u'city_id': u'900052627', u'longitude': u'-71.4403', u'nr_hotels': u'5', u'latitude': u'-32.65001'} -error: (1062, "Duplicate entry 'zhongxin-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Zhongxin', u'countrycode': u'cn', u'city_id': u'-1939244', u'longitude': u'113.61299896240234', u'nr_hotels': u'1', u'latitude': u'23.287799835205078'} -error: (1062, "Duplicate entry 'zhongxin-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Zhongxin', u'countrycode': u'cn', u'city_id': u'-1939244', u'longitude': u'113.61299896240234', u'nr_hotels': u'1', u'latitude': u'23.287799835205078'} -error: (1062, "Duplicate entry 'zhangjiagang-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Zhangjiagang', u'countrycode': u'cn', u'city_id': u'-1935572', u'longitude': u'120.53900146484375', u'nr_hotels': u'4', u'latitude': u'31.864999771118164'} -error: (1062, "Duplicate entry 'zhangjiagang-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Zhangjiagang', u'countrycode': u'cn', u'city_id': u'-1935572', u'longitude': u'120.53900146484375', u'nr_hotels': u'4', u'latitude': u'31.864999771118164'} -error: (1062, "Duplicate entry 'xinchang-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Xinchang', u'countrycode': u'cn', u'city_id': u'-1933285', u'longitude': u'120.90799713134766', u'nr_hotels': u'1', u'latitude': u'29.48859977722168'} -error: (1062, "Duplicate entry 'xinchang-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Xinchang', u'countrycode': u'cn', u'city_id': u'-1933285', u'longitude': u'120.90799713134766', u'nr_hotels': u'1', u'latitude': u'29.48859977722168'} -error: (1062, "Duplicate entry 'tangxia-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tangxia', u'countrycode': u'cn', u'city_id': u'-1928089', u'longitude': u'113.03700256347656', u'nr_hotels': u'0', u'latitude': u'22.6781005859375'} -error: (1062, "Duplicate entry 'tangxia-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tangxia', u'countrycode': u'cn', u'city_id': u'-1928089', u'longitude': u'113.03700256347656', u'nr_hotels': u'0', u'latitude': u'22.6781005859375'} -error: (1062, "Duplicate entry 'tangshan-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tangshan', u'countrycode': u'cn', u'city_id': u'-1928045', u'longitude': u'119.05799865722656', u'nr_hotels': u'3', u'latitude': u'32.057498931884766'} -error: (1062, "Duplicate entry 'tangshan-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tangshan', u'countrycode': u'cn', u'city_id': u'-1928045', u'longitude': u'119.05799865722656', u'nr_hotels': u'3', u'latitude': u'32.057498931884766'} -error: (1062, "Duplicate entry 'rizhao-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rizhao', u'countrycode': u'cn', u'city_id': u'-1923239', u'longitude': u'119.45500183105469', u'nr_hotels': u'1', u'latitude': u'35.4275016784668'} -error: (1062, "Duplicate entry 'rizhao-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rizhao', u'countrycode': u'cn', u'city_id': u'-1923239', u'longitude': u'119.45500183105469', u'nr_hotels': u'1', u'latitude': u'35.4275016784668'} -error: (1062, "Duplicate entry 'pingshan-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pingshan', u'countrycode': u'cn', u'city_id': u'-1921158', u'longitude': u'114.33300018310547', u'nr_hotels': u'4', u'latitude': u'22.683300018310547'} -error: (1062, "Duplicate entry 'pingshan-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pingshan', u'countrycode': u'cn', u'city_id': u'-1921158', u'longitude': u'114.33300018310547', u'nr_hotels': u'4', u'latitude': u'22.683300018310547'} -error: (1062, "Duplicate entry 'jinzhou-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jinzhou', u'countrycode': u'cn', u'city_id': u'-1912815', u'longitude': u'121.71700286865234', u'nr_hotels': u'1', u'latitude': u'39.099998474121094'} -error: (1062, "Duplicate entry 'jinzhou-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jinzhou', u'countrycode': u'cn', u'city_id': u'-1912815', u'longitude': u'121.71700286865234', u'nr_hotels': u'1', u'latitude': u'39.099998474121094'} -error: (1062, "Duplicate entry 'jingjiang-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jingjiang', u'countrycode': u'cn', u'city_id': u'-1912413', u'longitude': u'120.26200103759766', u'nr_hotels': u'1', u'latitude': u'32.014198303222656'} -error: (1062, "Duplicate entry 'jingjiang-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jingjiang', u'countrycode': u'cn', u'city_id': u'-1912413', u'longitude': u'120.26200103759766', u'nr_hotels': u'1', u'latitude': u'32.014198303222656'} -error: (1062, "Duplicate entry 'heping-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Heping', u'countrycode': u'cn', u'city_id': u'-1909087', u'longitude': u'113.80000305175781', u'nr_hotels': u'1', u'latitude': u'22.700000762939453'} -error: (1062, "Duplicate entry 'heping-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Heping', u'countrycode': u'cn', u'city_id': u'-1909087', u'longitude': u'113.80000305175781', u'nr_hotels': u'1', u'latitude': u'22.700000762939453'} -error: (1062, "Duplicate entry 'fuyang-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fuyang', u'countrycode': u'cn', u'city_id': u'-1905900', u'longitude': u'119.9520034790039', u'nr_hotels': u'3', u'latitude': u'30.053300857543945'} -error: (1062, "Duplicate entry 'fuyang-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fuyang', u'countrycode': u'cn', u'city_id': u'-1905900', u'longitude': u'119.9520034790039', u'nr_hotels': u'3', u'latitude': u'30.053300857543945'} -error: (1062, "Duplicate entry 'dongshan-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dongshan', u'countrycode': u'cn', u'city_id': u'-1904120', u'longitude': u'116.98300170898438', u'nr_hotels': u'1', u'latitude': u'32.63330078125'} -error: (1062, "Duplicate entry 'dongshan-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dongshan', u'countrycode': u'cn', u'city_id': u'-1904120', u'longitude': u'116.98300170898438', u'nr_hotels': u'1', u'latitude': u'32.63330078125'} -error: (1062, "Duplicate entry 'changping-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Changping', u'countrycode': u'cn', u'city_id': u'-1899946', u'longitude': u'113.98400115966797', u'nr_hotels': u'3', u'latitude': u'22.97170066833496'} -error: The database backend does not accept 0 as a value for AutoField. - city: {u'languagecode': u'en', u'name': u'', u'countrycode': u'cn', u'city_id': u'0', u'longitude': u'120.4280014038086', u'nr_hotels': u'0', u'latitude': u'31.50480079650879'} -error: The database backend does not accept 0 as a value for AutoField. - city: {u'languagecode': u'ru', u'name': u'', u'countrycode': u'cn', u'city_id': u'0', u'longitude': u'120.4280014038086', u'nr_hotels': u'0', u'latitude': u'31.50480079650879'} -error: (1062, "Duplicate entry 'suzhou-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Suzhou', u'countrycode': u'cn', u'city_id': u'79514', u'longitude': u'120.58399963378906', u'nr_hotels': u'108', u'latitude': u'31.303199768066406'} -error: (1062, "Duplicate entry 'hongqiao-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hongqiao', u'countrycode': u'cn', u'city_id': u'90579', u'longitude': u'121.16600036621094', u'nr_hotels': u'1', u'latitude': u'32.317501068115234'} -error: (1062, "Duplicate entry 'hongqiao-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hongqiao', u'countrycode': u'cn', u'city_id': u'90579', u'longitude': u'121.16600036621094', u'nr_hotels': u'1', u'latitude': u'32.317501068115234'} -error: (1062, "Duplicate entry 'chuzhou-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chuzhou', u'countrycode': u'cn', u'city_id': u'168951', u'longitude': u'118.14800262451172', u'nr_hotels': u'1', u'latitude': u'32.29690170288086'} -error: (1062, "Duplicate entry 'chuzhou-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chuzhou', u'countrycode': u'cn', u'city_id': u'168951', u'longitude': u'118.14800262451172', u'nr_hotels': u'1', u'latitude': u'32.29690170288086'} -error: (1062, "Duplicate entry 'weitang-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Weitang', u'countrycode': u'cn', u'city_id': u'170995', u'longitude': u'120.64700317382812', u'nr_hotels': u'1', u'latitude': u'31.459699630737305'} -error: (1062, "Duplicate entry 'weitang-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Weitang', u'countrycode': u'cn', u'city_id': u'170995', u'longitude': u'120.64700317382812', u'nr_hotels': u'1', u'latitude': u'31.459699630737305'} -error: (1062, "Duplicate entry 'nansha-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nansha', u'countrycode': u'cn', u'city_id': u'6020822', u'longitude': u'113.56999969482422', u'nr_hotels': u'4', u'latitude': u'22.746700286865234'} -error: (1062, "Duplicate entry 'nansha-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nansha', u'countrycode': u'cn', u'city_id': u'6020822', u'longitude': u'113.56999969482422', u'nr_hotels': u'4', u'latitude': u'22.746700286865234'} -error: (1062, "Duplicate entry 'huangshan-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Huangshan', u'countrycode': u'cn', u'city_id': u'900048301', u'longitude': u'118.33699798583984', u'nr_hotels': u'26', u'latitude': u'29.71470069885254'} -error: (1062, "Duplicate entry 'huangshan-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Huangshan', u'countrycode': u'cn', u'city_id': u'900048301', u'longitude': u'118.33699798583984', u'nr_hotels': u'26', u'latitude': u'29.71470069885254'} -error: (1062, "Duplicate entry 'linhai-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Linhai', u'countrycode': u'cn', u'city_id': u'900050511', u'longitude': u'121.36067962646484', u'nr_hotels': u'1', u'latitude': u'28.84598159790039'} -error: (1062, "Duplicate entry 'linhai-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Linhai', u'countrycode': u'cn', u'city_id': u'900050511', u'longitude': u'121.36067962646484', u'nr_hotels': u'1', u'latitude': u'28.84598159790039'} -error: (1062, "Duplicate entry 'taizhou-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Taizhou', u'countrycode': u'cn', u'city_id': u'900050515', u'longitude': u'121.41699981689453', u'nr_hotels': u'3', u'latitude': u'28.6560001373291'} -error: (1062, "Duplicate entry 'taizhou-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Taizhou', u'countrycode': u'cn', u'city_id': u'900050515', u'longitude': u'121.41699981689453', u'nr_hotels': u'3', u'latitude': u'28.6560001373291'} -error: (1062, "Duplicate entry 'tongzhou-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tongzhou', u'countrycode': u'cn', u'city_id': u'900050573', u'longitude': u'121.08892822265625', u'nr_hotels': u'3', u'latitude': u'32.03430938720703'} -error: (1062, "Duplicate entry 'tongzhou-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tongzhou', u'countrycode': u'cn', u'city_id': u'900050573', u'longitude': u'121.08892822265625', u'nr_hotels': u'3', u'latitude': u'32.03430938720703'} -error: (1062, "Duplicate entry 'songjianghe-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Songjianghe', u'countrycode': u'cn', u'city_id': u'900050580', u'longitude': u'127.64464569091797', u'nr_hotels': u'1', u'latitude': u'42.132530212402344'} -error: (1062, "Duplicate entry 'songjianghe-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Songjianghe', u'countrycode': u'cn', u'city_id': u'900050580', u'longitude': u'127.64464569091797', u'nr_hotels': u'1', u'latitude': u'42.132530212402344'} -error: (1062, "Duplicate entry 'mianyang-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mianyang', u'countrycode': u'cn', u'city_id': u'900050939', u'longitude': u'104.76699829101562', u'nr_hotels': u'1', u'latitude': u'31.466699600219727'} -error: (1062, "Duplicate entry 'mianyang-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mianyang', u'countrycode': u'cn', u'city_id': u'900050939', u'longitude': u'104.76699829101562', u'nr_hotels': u'1', u'latitude': u'31.466699600219727'} -error: (1062, "Duplicate entry 'tangxia-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tangxia', u'countrycode': u'cn', u'city_id': u'900051437', u'longitude': u'114.10064697265625', u'nr_hotels': u'0', u'latitude': u'22.814411163330078'} -error: (1062, "Duplicate entry 'tangxia-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tangxia', u'countrycode': u'cn', u'city_id': u'900051437', u'longitude': u'114.10064697265625', u'nr_hotels': u'0', u'latitude': u'22.814411163330078'} -error: (1062, "Duplicate entry 'dongying-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dongying', u'countrycode': u'cn', u'city_id': u'900051609', u'longitude': u'118.6776351928711', u'nr_hotels': u'1', u'latitude': u'37.4361572265625'} -error: (1062, "Duplicate entry 'dongying-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dongying', u'countrycode': u'cn', u'city_id': u'900051609', u'longitude': u'118.6776351928711', u'nr_hotels': u'1', u'latitude': u'37.4361572265625'} -error: (1062, "Duplicate entry 'longsheng-cn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Longsheng', u'countrycode': u'cn', u'city_id': u'900052824', u'longitude': u'110.011139', u'nr_hotels': u'2', u'latitude': u'25.85428'} -error: (1062, "Duplicate entry 'longsheng-cn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Longsheng', u'countrycode': u'cn', u'city_id': u'900052824', u'longitude': u'110.011139', u'nr_hotels': u'2', u'latitude': u'25.85428'} -error: (1062, "Duplicate entry 'santa-elena-co' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Elena', u'countrycode': u'co', u'city_id': u'-598539', u'longitude': u'-76.24079895019531', u'nr_hotels': u'1', u'latitude': u'3.658329963684082'} -error: (1062, "Duplicate entry 'santa-elena-co' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Elena', u'countrycode': u'co', u'city_id': u'-598539', u'longitude': u'-76.24079895019531', u'nr_hotels': u'1', u'latitude': u'3.658329963684082'} -error: (1062, "Duplicate entry 'palomino-co' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Palomino', u'countrycode': u'co', u'city_id': u'-594205', u'longitude': u'-73.6500015258789', u'nr_hotels': u'0', u'latitude': u'11.033300399780273'} -error: (1062, "Duplicate entry 'palomino-co' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Palomino', u'countrycode': u'co', u'city_id': u'-594205', u'longitude': u'-73.6500015258789', u'nr_hotels': u'0', u'latitude': u'11.033300399780273'} -error: (1062, "Duplicate entry 'santa-rosa-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Rosa', u'countrycode': u'cr', u'city_id': u'-1109417', u'longitude': u'-85.80000305175781', u'nr_hotels': u'1', u'latitude': u'10.316699981689453'} -error: (1062, "Duplicate entry 'santa-rosa-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Rosa', u'countrycode': u'cr', u'city_id': u'-1109417', u'longitude': u'-85.80000305175781', u'nr_hotels': u'1', u'latitude': u'10.316699981689453'} -error: (1062, "Duplicate entry 'santa-elena-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Elena', u'countrycode': u'cr', u'city_id': u'-1109355', u'longitude': u'-83.63330078125', u'nr_hotels': u'0', u'latitude': u'9.350000381469727'} -error: (1062, "Duplicate entry 'santa-elena-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Elena', u'countrycode': u'cr', u'city_id': u'-1109355', u'longitude': u'-83.63330078125', u'nr_hotels': u'0', u'latitude': u'9.350000381469727'} -error: (1062, "Duplicate entry 'santa-cruz-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Cruz', u'countrycode': u'cr', u'city_id': u'-1109347', u'longitude': u'-84.0333023071289', u'nr_hotels': u'1', u'latitude': u'9.733329772949219'} -error: (1062, "Duplicate entry 'santa-cruz-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Cruz', u'countrycode': u'cr', u'city_id': u'-1109347', u'longitude': u'-84.0333023071289', u'nr_hotels': u'1', u'latitude': u'9.733329772949219'} -error: (1062, "Duplicate entry 'san-gerardo-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Gerardo', u'countrycode': u'cr', u'city_id': u'-1109061', u'longitude': u'-84.31670379638672', u'nr_hotels': u'0', u'latitude': u'9.633330345153809'} -error: (1062, "Duplicate entry 'san-gerardo-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Gerardo', u'countrycode': u'cr', u'city_id': u'-1109061', u'longitude': u'-84.31670379638672', u'nr_hotels': u'0', u'latitude': u'9.633330345153809'} -error: (1062, "Duplicate entry 'pital-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pital', u'countrycode': u'cr', u'city_id': u'-1108572', u'longitude': u'-84.2833023071289', u'nr_hotels': u'1', u'latitude': u'10.449999809265137'} -error: (1062, "Duplicate entry 'pital-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pital', u'countrycode': u'cr', u'city_id': u'-1108572', u'longitude': u'-84.2833023071289', u'nr_hotels': u'1', u'latitude': u'10.449999809265137'} -error: (1062, "Duplicate entry 'palma-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Palma', u'countrycode': u'cr', u'city_id': u'-1108326', u'longitude': u'-83.43329620361328', u'nr_hotels': u'1', u'latitude': u'8.933329582214355'} -error: (1062, "Duplicate entry 'palma-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Palma', u'countrycode': u'cr', u'city_id': u'-1108326', u'longitude': u'-83.43329620361328', u'nr_hotels': u'1', u'latitude': u'8.933329582214355'} -error: (1062, "Duplicate entry 'la-cruz-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Cruz', u'countrycode': u'cr', u'city_id': u'-1107687', u'longitude': u'-84.83329772949219', u'nr_hotels': u'1', u'latitude': u'10.33329963684082'} -error: (1062, "Duplicate entry 'la-cruz-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Cruz', u'countrycode': u'cr', u'city_id': u'-1107687', u'longitude': u'-84.83329772949219', u'nr_hotels': u'1', u'latitude': u'10.33329963684082'} -error: (1062, "Duplicate entry 'fortuna-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fortuna', u'countrycode': u'cr', u'city_id': u'-1107229', u'longitude': u'-84.6500015258789', u'nr_hotels': u'77', u'latitude': u'10.48330020904541'} -error: (1062, "Duplicate entry 'fortuna-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0424\u043e\u0440\u0442\u0443\u043d\u0430', u'countrycode': u'cr', u'city_id': u'-1107229', u'longitude': u'-84.6500015258789', u'nr_hotels': u'77', u'latitude': u'10.48330020904541'} -error: (1062, "Duplicate entry 'carrillo-cr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carrillo', u'countrycode': u'cr', u'city_id': u'-1106558', u'longitude': u'-85.4666976928711', u'nr_hotels': u'10', u'latitude': u'9.866669654846191'} -error: (1062, "Duplicate entry 'carrillo-cr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carrillo', u'countrycode': u'cr', u'city_id': u'-1106558', u'longitude': u'-85.4666976928711', u'nr_hotels': u'10', u'latitude': u'9.866669654846191'} -error: (1062, "Duplicate entry 'zvole-cz' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Zvole', u'countrycode': u'cz', u'city_id': u'-559620', u'longitude': u'16.183300018310547', u'nr_hotels': u'2', u'latitude': u'49.5'} -error: (1062, "Duplicate entry 'zvole-cz' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Zvole', u'countrycode': u'cz', u'city_id': u'-559620', u'longitude': u'16.183300018310547', u'nr_hotels': u'2', u'latitude': u'49.5'} -error: (1062, "Duplicate entry 'sedlec-cz' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sedlec', u'countrycode': u'cz', u'city_id': u'-554550', u'longitude': u'16.700000762939453', u'nr_hotels': u'2', u'latitude': u'48.78329849243164'} -error: (1062, "Duplicate entry 'sedlec-cz' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sedlec', u'countrycode': u'cz', u'city_id': u'-554550', u'longitude': u'16.700000762939453', u'nr_hotels': u'2', u'latitude': u'48.78329849243164'} -error: (1062, "Duplicate entry 'rzhichani-cz' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u0436\u0438\u0447\u0430\u043d\u0438', u'countrycode': u'cz', u'city_id': u'-553994', u'longitude': u'16.38330078125', u'nr_hotels': u'1', u'latitude': u'49.21670150756836'} -error: (1062, "Duplicate entry 'petrovice-cz' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Petrovice', u'countrycode': u'cz', u'city_id': u'-552495', u'longitude': u'16.700000762939453', u'nr_hotels': u'1', u'latitude': u'49.41669845581055'} -error: (1062, "Duplicate entry 'petrovice-cz' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Petrovice', u'countrycode': u'cz', u'city_id': u'-552495', u'longitude': u'16.700000762939453', u'nr_hotels': u'1', u'latitude': u'49.41669845581055'} -error: (1062, "Duplicate entry 'mikulov-cz' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mikulov', u'countrycode': u'cz', u'city_id': u'-550129', u'longitude': u'16.63330078125', u'nr_hotels': u'43', u'latitude': u'48.79999923706055'} -error: (1062, "Duplicate entry 'mikulov-cz' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0438\u043a\u0443\u043b\u043e\u0432', u'countrycode': u'cz', u'city_id': u'-550129', u'longitude': u'16.63330078125', u'nr_hotels': u'43', u'latitude': u'48.79999923706055'} -error: (1062, "Duplicate entry 'karlov-cz' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Karlov', u'countrycode': u'cz', u'city_id': u'-547000', u'longitude': u'15.91670036315918', u'nr_hotels': u'1', u'latitude': u'49.650001525878906'} -error: (1062, "Duplicate entry 'karlov-cz' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u0440\u043b\u043e\u0432', u'countrycode': u'cz', u'city_id': u'-547000', u'longitude': u'15.91670036315918', u'nr_hotels': u'1', u'latitude': u'49.650001525878906'} -error: (1062, "Duplicate entry 'nepomuk-cz' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nepomuk', u'countrycode': u'cz', u'city_id': u'-542556', u'longitude': u'12.800000190734863', u'nr_hotels': u'0', u'latitude': u'49.41669845581055'} -error: (1062, "Duplicate entry 'zierzow-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Zierzow', u'countrycode': u'de', u'city_id': u'-1892823', u'longitude': u'11.683300018310547', u'nr_hotels': u'0', u'latitude': u'53.28329849243164'} -error: (1062, "Duplicate entry 'zierzow-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Zierzow', u'countrycode': u'de', u'city_id': u'-1892823', u'longitude': u'11.683300018310547', u'nr_hotels': u'0', u'latitude': u'53.28329849243164'} -error: (1062, "Duplicate entry 'wulkow-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wulkow', u'countrycode': u'de', u'city_id': u'-1891241', u'longitude': u'14.466699600219727', u'nr_hotels': u'2', u'latitude': u'52.400001525878906'} -error: (1062, "Duplicate entry 'wulkow-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wulkow', u'countrycode': u'de', u'city_id': u'-1891241', u'longitude': u'14.466699600219727', u'nr_hotels': u'2', u'latitude': u'52.400001525878906'} -error: (1062, "Duplicate entry 'winsen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Winsen', u'countrycode': u'de', u'city_id': u'-1889242', u'longitude': u'9.913439750671387', u'nr_hotels': u'5', u'latitude': u'52.68360137939453'} -error: (1062, "Duplicate entry 'winsen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Winsen', u'countrycode': u'de', u'city_id': u'-1889242', u'longitude': u'9.913439750671387', u'nr_hotels': u'5', u'latitude': u'52.68360137939453'} -error: (1062, "Duplicate entry 'windorf-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Windorf', u'countrycode': u'de', u'city_id': u'-1888978', u'longitude': u'12.783300399780273', u'nr_hotels': u'0', u'latitude': u'48.45000076293945'} -error: (1062, "Duplicate entry 'windorf-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Windorf', u'countrycode': u'de', u'city_id': u'-1888978', u'longitude': u'12.783300399780273', u'nr_hotels': u'0', u'latitude': u'48.45000076293945'} -error: (1062, "Duplicate entry 'westerburg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westerburg', u'countrycode': u'de', u'city_id': u'-1886664', u'longitude': u'7.983329772949219', u'nr_hotels': u'3', u'latitude': u'50.56669998168945'} -error: (1062, "Duplicate entry 'westerburg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westerburg', u'countrycode': u'de', u'city_id': u'-1886664', u'longitude': u'7.983329772949219', u'nr_hotels': u'3', u'latitude': u'50.56669998168945'} -error: (1062, "Duplicate entry 'wangen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wangen', u'countrycode': u'de', u'city_id': u'-1882777', u'longitude': u'8.933329582214355', u'nr_hotels': u'1', u'latitude': u'47.66669845581055'} -error: (1062, "Duplicate entry 'wangen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wangen', u'countrycode': u'de', u'city_id': u'-1882777', u'longitude': u'8.933329582214355', u'nr_hotels': u'1', u'latitude': u'47.66669845581055'} -error: (1062, "Duplicate entry 'wallhausen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wallhausen', u'countrycode': u'de', u'city_id': u'-1882489', u'longitude': u'9.133330345153809', u'nr_hotels': u'1', u'latitude': u'47.75'} -error: (1062, "Duplicate entry 'wallhausen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wallhausen', u'countrycode': u'de', u'city_id': u'-1882489', u'longitude': u'9.133330345153809', u'nr_hotels': u'1', u'latitude': u'47.75'} -error: (1062, "Duplicate entry 'waldstetten-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waldstetten', u'countrycode': u'de', u'city_id': u'-1882286', u'longitude': u'10.300000190734863', u'nr_hotels': u'2', u'latitude': u'48.349998474121094'} -error: (1062, "Duplicate entry 'waldstetten-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waldstetten', u'countrycode': u'de', u'city_id': u'-1882286', u'longitude': u'10.300000190734863', u'nr_hotels': u'2', u'latitude': u'48.349998474121094'} -error: (1062, "Duplicate entry 'wald-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wald', u'countrycode': u'de', u'city_id': u'-1881855', u'longitude': u'10.550000190734863', u'nr_hotels': u'1', u'latitude': u'47.71670150756836'} -error: (1062, "Duplicate entry 'wald-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wald', u'countrycode': u'de', u'city_id': u'-1881855', u'longitude': u'10.550000190734863', u'nr_hotels': u'1', u'latitude': u'47.71670150756836'} -error: (1062, "Duplicate entry 'urbar-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Urbar', u'countrycode': u'de', u'city_id': u'-1878824', u'longitude': u'7.716670036315918', u'nr_hotels': u'1', u'latitude': u'50.13330078125'} -error: (1062, "Duplicate entry 'urbar-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Urbar', u'countrycode': u'de', u'city_id': u'-1878824', u'longitude': u'7.716670036315918', u'nr_hotels': u'1', u'latitude': u'50.13330078125'} -error: (1062, "Duplicate entry 'ummanz-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ummanz', u'countrycode': u'de', u'city_id': u'-1876863', u'longitude': u'13.183300018310547', u'nr_hotels': u'0', u'latitude': u'54.46670150756836'} -error: (1062, "Duplicate entry 'ummanz-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ummanz', u'countrycode': u'de', u'city_id': u'-1876863', u'longitude': u'13.183300018310547', u'nr_hotels': u'0', u'latitude': u'54.46670150756836'} -error: (1062, "Duplicate entry 'tiefenbach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tiefenbach', u'countrycode': u'de', u'city_id': u'-1874603', u'longitude': u'8.796939849853516', u'nr_hotels': u'1', u'latitude': u'49.177799224853516'} -error: (1062, "Duplicate entry 'tiefenbach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tiefenbach', u'countrycode': u'de', u'city_id': u'-1874603', u'longitude': u'8.796939849853516', u'nr_hotels': u'1', u'latitude': u'49.177799224853516'} -error: (1062, "Duplicate entry 'teschow-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Teschow', u'countrycode': u'de', u'city_id': u'-1873602', u'longitude': u'12.633299827575684', u'nr_hotels': u'1', u'latitude': u'53.78329849243164'} -error: (1062, "Duplicate entry 'teschow-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Teschow', u'countrycode': u'de', u'city_id': u'-1873602', u'longitude': u'12.633299827575684', u'nr_hotels': u'1', u'latitude': u'53.78329849243164'} -error: (1062, "Duplicate entry 'taufkirchen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Taufkirchen', u'countrycode': u'de', u'city_id': u'-1873220', u'longitude': u'11.616700172424316', u'nr_hotels': u'2', u'latitude': u'48.04999923706055'} -error: (1062, "Duplicate entry 'stolpe-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stolpe', u'countrycode': u'de', u'city_id': u'-1870483', u'longitude': u'13.566699981689453', u'nr_hotels': u'1', u'latitude': u'53.86669921875'} -error: (1062, "Duplicate entry 'stolpe-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stolpe', u'countrycode': u'de', u'city_id': u'-1870483', u'longitude': u'13.566699981689453', u'nr_hotels': u'1', u'latitude': u'53.86669921875'} -error: (1062, "Duplicate entry 'stetten-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stetten', u'countrycode': u'de', u'city_id': u'-1869773', u'longitude': u'9.300000190734863', u'nr_hotels': u'2', u'latitude': u'47.68330001831055'} -error: (1062, "Duplicate entry 'stetten-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stetten', u'countrycode': u'de', u'city_id': u'-1869756', u'longitude': u'9.333330154418945', u'nr_hotels': u'1', u'latitude': u'48.78329849243164'} -error: (1062, "Duplicate entry 'shtetten-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0428\u0442\u0435\u0442\u0442\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1869756', u'longitude': u'9.333330154418945', u'nr_hotels': u'1', u'latitude': u'48.78329849243164'} -error: (1062, "Duplicate entry 'steinhagen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Steinhagen', u'countrycode': u'de', u'city_id': u'-1868968', u'longitude': u'8.399999618530273', u'nr_hotels': u'1', u'latitude': u'52'} -error: (1062, "Duplicate entry 'steinach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Steinach', u'countrycode': u'de', u'city_id': u'-1868105', u'longitude': u'12.616700172424316', u'nr_hotels': u'1', u'latitude': u'48.95000076293945'} -error: (1062, "Duplicate entry 'steinach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Steinach', u'countrycode': u'de', u'city_id': u'-1868105', u'longitude': u'12.616700172424316', u'nr_hotels': u'1', u'latitude': u'48.95000076293945'} -error: (1062, "Duplicate entry 'staufenberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Staufenberg', u'countrycode': u'de', u'city_id': u'-1867692', u'longitude': u'8.316670417785645', u'nr_hotels': u'1', u'latitude': u'48.766700744628906'} -error: (1062, "Duplicate entry 'staufenberg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Staufenberg', u'countrycode': u'de', u'city_id': u'-1867692', u'longitude': u'8.316670417785645', u'nr_hotels': u'1', u'latitude': u'48.766700744628906'} -error: (1062, "Duplicate entry 'zenden-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0417\u0435\u043d\u0434\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1863923', u'longitude': u'10.066699981689453', u'nr_hotels': u'3', u'latitude': u'48.31669998168945'} -error: (1062, "Duplicate entry 'seefeld-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seefeld', u'countrycode': u'de', u'city_id': u'-1863136', u'longitude': u'8.350000381469727', u'nr_hotels': u'1', u'latitude': u'53.45000076293945'} -error: (1062, "Duplicate entry 'seefeld-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seefeld', u'countrycode': u'de', u'city_id': u'-1863136', u'longitude': u'8.350000381469727', u'nr_hotels': u'1', u'latitude': u'53.45000076293945'} -error: (1062, "Duplicate entry 'seedorf-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seedorf', u'countrycode': u'de', u'city_id': u'-1863116', u'longitude': u'10.866700172424316', u'nr_hotels': u'1', u'latitude': u'53.61669921875'} -error: (1062, "Duplicate entry 'seedorf-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seedorf', u'countrycode': u'de', u'city_id': u'-1863116', u'longitude': u'10.866700172424316', u'nr_hotels': u'1', u'latitude': u'53.61669921875'} -error: (1062, "Duplicate entry 'sehma-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sehma', u'countrycode': u'de', u'city_id': u'-1858680', u'longitude': u'13.005842208862305', u'nr_hotels': u'4', u'latitude': u'50.4393424987793'} -error: (1062, "Duplicate entry 'sehma-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sehma', u'countrycode': u'de', u'city_id': u'-1858680', u'longitude': u'13.005842208862305', u'nr_hotels': u'4', u'latitude': u'50.4393424987793'} -error: (1062, "Duplicate entry 'schenefeld-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Schenefeld', u'countrycode': u'de', u'city_id': u'-1857211', u'longitude': u'9.816670417785645', u'nr_hotels': u'1', u'latitude': u'53.599998474121094'} -error: (1062, "Duplicate entry 'schenefeld-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Schenefeld', u'countrycode': u'de', u'city_id': u'-1857211', u'longitude': u'9.816670417785645', u'nr_hotels': u'1', u'latitude': u'53.599998474121094'} -error: (1062, "Duplicate entry 'rimbach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rimbach', u'countrycode': u'de', u'city_id': u'-1850192', u'longitude': u'12.883299827575684', u'nr_hotels': u'3', u'latitude': u'49.233299255371094'} -error: (1062, "Duplicate entry 'rimbach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rimbach', u'countrycode': u'de', u'city_id': u'-1850192', u'longitude': u'12.883299827575684', u'nr_hotels': u'3', u'latitude': u'49.233299255371094'} -error: (1062, "Duplicate entry 'riedenburg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Riedenburg', u'countrycode': u'de', u'city_id': u'-1849715', u'longitude': u'11.683300018310547', u'nr_hotels': u'4', u'latitude': u'48.96670150756836'} -error: (1062, "Duplicate entry 'riedenburg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Riedenburg', u'countrycode': u'de', u'city_id': u'-1849715', u'longitude': u'11.683300018310547', u'nr_hotels': u'4', u'latitude': u'48.96670150756836'} -error: (1062, "Duplicate entry 'rieden-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rieden', u'countrycode': u'de', u'city_id': u'-1849704', u'longitude': u'11.949999809265137', u'nr_hotels': u'1', u'latitude': u'49.31669998168945'} -error: (1062, "Duplicate entry 'rieden-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rieden', u'countrycode': u'de', u'city_id': u'-1849704', u'longitude': u'11.949999809265137', u'nr_hotels': u'1', u'latitude': u'49.31669998168945'} -error: (1062, "Duplicate entry 'rieden-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rieden', u'countrycode': u'de', u'city_id': u'-1849695', u'longitude': u'10.716699600219727', u'nr_hotels': u'5', u'latitude': u'47.61669921875'} -error: (1062, "Duplicate entry 'rhede-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rhede', u'countrycode': u'de', u'city_id': u'-1849254', u'longitude': u'6.699999809265137', u'nr_hotels': u'1', u'latitude': u'51.83330154418945'} -error: (1062, "Duplicate entry 'rhede-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rhede', u'countrycode': u'de', u'city_id': u'-1849254', u'longitude': u'6.699999809265137', u'nr_hotels': u'1', u'latitude': u'51.83330154418945'} -error: (1062, "Duplicate entry 'reichenberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Reichenberg', u'countrycode': u'de', u'city_id': u'-1847845', u'longitude': u'7.766670227050781', u'nr_hotels': u'1', u'latitude': u'50.150001525878906'} -error: (1062, "Duplicate entry 'reichenberg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Reichenberg', u'countrycode': u'de', u'city_id': u'-1847845', u'longitude': u'7.766670227050781', u'nr_hotels': u'1', u'latitude': u'50.150001525878906'} -error: (1062, "Duplicate entry 'reichenberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Reichenberg', u'countrycode': u'de', u'city_id': u'-1847844', u'longitude': u'9.918330192565918', u'nr_hotels': u'1', u'latitude': u'49.7317008972168'} -error: (1062, "Duplicate entry 'reichenberg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Reichenberg', u'countrycode': u'de', u'city_id': u'-1847844', u'longitude': u'9.918330192565918', u'nr_hotels': u'1', u'latitude': u'49.7317008972168'} -error: (1062, "Duplicate entry 'pokking-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u043a\u043a\u0438\u043d\u0433', u'countrycode': u'de', u'city_id': u'-1843853', u'longitude': u'11.300000190734863', u'nr_hotels': u'3', u'latitude': u'47.96670150756836'} -error: (1062, "Duplicate entry 'wustrow-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wustrow', u'countrycode': u'de', u'city_id': u'-1840718', u'longitude': u'12.399999618530273', u'nr_hotels': u'4', u'latitude': u'54.349998474121094'} -error: (1062, "Duplicate entry 'wustrow-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wustrow', u'countrycode': u'de', u'city_id': u'-1840718', u'longitude': u'12.399999618530273', u'nr_hotels': u'4', u'latitude': u'54.349998474121094'} -error: (1062, "Duplicate entry 'oberried-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oberried', u'countrycode': u'de', u'city_id': u'-1837592', u'longitude': u'7.9510498046875', u'nr_hotels': u'1', u'latitude': u'47.93259811401367'} -error: (1062, "Duplicate entry 'oberried-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oberried', u'countrycode': u'de', u'city_id': u'-1837592', u'longitude': u'7.9510498046875', u'nr_hotels': u'1', u'latitude': u'47.93259811401367'} -error: (1062, "Duplicate entry 'oberau-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oberau', u'countrycode': u'de', u'city_id': u'-1835506', u'longitude': u'11.133299827575684', u'nr_hotels': u'4', u'latitude': u'47.54999923706055'} -error: (1062, "Duplicate entry 'oberau-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u0431\u0435\u0440\u0430\u0443', u'countrycode': u'de', u'city_id': u'-1835506', u'longitude': u'11.133299827575684', u'nr_hotels': u'4', u'latitude': u'47.54999923706055'} -error: (1062, "Duplicate entry 'ninburg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u0438\u043d\u0431\u0443\u0440\u0433', u'countrycode': u'de', u'city_id': u'-1834256', u'longitude': u'11.75', u'nr_hotels': u'1', u'latitude': u'51.83330154418945'} -error: (1062, "Duplicate entry 'neustadt-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neustadt', u'countrycode': u'de', u'city_id': u'-1832781', u'longitude': u'11.75', u'nr_hotels': u'2', u'latitude': u'50.733299255371094'} -error: (1062, "Duplicate entry 'neustadt-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Neustadt', u'countrycode': u'de', u'city_id': u'-1832781', u'longitude': u'11.75', u'nr_hotels': u'2', u'latitude': u'50.733299255371094'} -error: (1062, "Duplicate entry 'neustadt-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neustadt', u'countrycode': u'de', u'city_id': u'-1832779', u'longitude': u'7.453539848327637', u'nr_hotels': u'1', u'latitude': u'50.61240005493164'} -error: (1062, "Duplicate entry 'neunkirchen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neunkirchen', u'countrycode': u'de', u'city_id': u'-1832439', u'longitude': u'9.010560035705566', u'nr_hotels': u'1', u'latitude': u'49.38690185546875'} -error: (1062, "Duplicate entry 'neunkirchen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Neunkirchen', u'countrycode': u'de', u'city_id': u'-1832439', u'longitude': u'9.010560035705566', u'nr_hotels': u'1', u'latitude': u'49.38690185546875'} -error: (1062, "Duplicate entry 'neunkirchen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neunkirchen', u'countrycode': u'de', u'city_id': u'-1832438', u'longitude': u'7.183330059051514', u'nr_hotels': u'2', u'latitude': u'49.349998474121094'} -error: (1062, "Duplicate entry 'neunkirchen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Neunkirchen', u'countrycode': u'de', u'city_id': u'-1832438', u'longitude': u'7.183330059051514', u'nr_hotels': u'2', u'latitude': u'49.349998474121094'} -error: (1062, "Duplicate entry 'neukirchen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neukirchen', u'countrycode': u'de', u'city_id': u'-1832125', u'longitude': u'9.333330154418945', u'nr_hotels': u'4', u'latitude': u'50.86669921875'} -error: (1062, "Duplicate entry 'neukirchen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Neukirchen', u'countrycode': u'de', u'city_id': u'-1832125', u'longitude': u'9.333330154418945', u'nr_hotels': u'4', u'latitude': u'50.86669921875'} -error: (1062, "Duplicate entry 'neukirchen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neukirchen', u'countrycode': u'de', u'city_id': u'-1832112', u'longitude': u'12.76669979095459', u'nr_hotels': u'3', u'latitude': u'48.983299255371094'} -error: (1062, "Duplicate entry 'neuhof-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neuhof', u'countrycode': u'de', u'city_id': u'-1831925', u'longitude': u'10.08329963684082', u'nr_hotels': u'1', u'latitude': u'49.78329849243164'} -error: (1062, "Duplicate entry 'neuhausen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neuhausen', u'countrycode': u'de', u'city_id': u'-1831775', u'longitude': u'13.465900421142578', u'nr_hotels': u'5', u'latitude': u'50.67369842529297'} -error: (1062, "Duplicate entry 'neuenkirchen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neuenkirchen', u'countrycode': u'de', u'city_id': u'-1831230', u'longitude': u'7.36667013168335', u'nr_hotels': u'2', u'latitude': u'52.25'} -error: (1062, "Duplicate entry 'neuenkirchen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Neuenkirchen', u'countrycode': u'de', u'city_id': u'-1831230', u'longitude': u'7.36667013168335', u'nr_hotels': u'2', u'latitude': u'52.25'} -error: (1062, "Duplicate entry 'nentershausen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nentershausen', u'countrycode': u'de', u'city_id': u'-1830357', u'longitude': u'7.933330059051514', u'nr_hotels': u'1', u'latitude': u'50.41669845581055'} -error: (1062, "Duplicate entry 'nentershausen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nentershausen', u'countrycode': u'de', u'city_id': u'-1830357', u'longitude': u'7.933330059051514', u'nr_hotels': u'1', u'latitude': u'50.41669845581055'} -error: (1062, "Duplicate entry 'naurath-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Naurath', u'countrycode': u'de', u'city_id': u'-1830012', u'longitude': u'6.88332986831665', u'nr_hotels': u'1', u'latitude': u'49.766700744628906'} -error: (1062, "Duplicate entry 'naurath-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Naurath', u'countrycode': u'de', u'city_id': u'-1830012', u'longitude': u'6.88332986831665', u'nr_hotels': u'1', u'latitude': u'49.766700744628906'} -error: (1062, "Duplicate entry 'naumburg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u0430\u0443\u043c\u0431\u0443\u0440\u0433', u'countrycode': u'de', u'city_id': u'-1829961', u'longitude': u'11.816699981689453', u'nr_hotels': u'15', u'latitude': u'51.150001525878906'} -error: (1062, "Duplicate entry 'myul-hajm-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u044e\u043b\u044c\u0445\u0430\u0439\u043c', u'countrycode': u'de', u'city_id': u'-1829018', u'longitude': u'7.010220050811768', u'nr_hotels': u'5', u'latitude': u'49.912200927734375'} -error: (1062, "Duplicate entry 'myul-hajm-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u044e\u043b\u044c\u0445\u0430\u0439\u043c', u'countrycode': u'de', u'city_id': u'-1828876', u'longitude': u'8.833330154418945', u'nr_hotels': u'4', u'latitude': u'50.11669921875'} -error: (1062, "Duplicate entry 'minden-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Minden', u'countrycode': u'de', u'city_id': u'-1825810', u'longitude': u'6.466670036315918', u'nr_hotels': u'1', u'latitude': u'49.83330154418945'} -error: (1062, "Duplicate entry 'minden-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Minden', u'countrycode': u'de', u'city_id': u'-1825810', u'longitude': u'6.466670036315918', u'nr_hotels': u'1', u'latitude': u'49.83330154418945'} -error: (1062, "Duplicate entry 'metzingen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Metzingen', u'countrycode': u'de', u'city_id': u'-1825362', u'longitude': u'9.266670227050781', u'nr_hotels': u'3', u'latitude': u'48.53329849243164'} -error: (1062, "Duplicate entry 'mengen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mengen', u'countrycode': u'de', u'city_id': u'-1824881', u'longitude': u'7.716670036315918', u'nr_hotels': u'1', u'latitude': u'47.95000076293945'} -error: (1062, "Duplicate entry 'mengen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mengen', u'countrycode': u'de', u'city_id': u'-1824881', u'longitude': u'7.716670036315918', u'nr_hotels': u'1', u'latitude': u'47.95000076293945'} -error: (1062, "Duplicate entry 'mehring-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mehring', u'countrycode': u'de', u'city_id': u'-1824468', u'longitude': u'12.783300399780273', u'nr_hotels': u'1', u'latitude': u'48.18330001831055'} -error: (1062, "Duplicate entry 'mehring-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mehring', u'countrycode': u'de', u'city_id': u'-1824468', u'longitude': u'12.783300399780273', u'nr_hotels': u'1', u'latitude': u'48.18330001831055'} -error: (1062, "Duplicate entry 'linden-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Linden', u'countrycode': u'de', u'city_id': u'-1819362', u'longitude': u'12.066699981689453', u'nr_hotels': u'1', u'latitude': u'48.58330154418945'} -error: (1062, "Duplicate entry 'linden-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Linden', u'countrycode': u'de', u'city_id': u'-1819362', u'longitude': u'12.066699981689453', u'nr_hotels': u'1', u'latitude': u'48.58330154418945'} -error: (1062, "Duplicate entry 'linden-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Linden', u'countrycode': u'de', u'city_id': u'-1819355', u'longitude': u'11.58329963684082', u'nr_hotels': u'1', u'latitude': u'47.88330078125'} -error: (1062, "Duplicate entry 'linden-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Linden', u'countrycode': u'de', u'city_id': u'-1819355', u'longitude': u'11.58329963684082', u'nr_hotels': u'1', u'latitude': u'47.88330078125'} -error: (1062, "Duplicate entry 'limbach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Limbach', u'countrycode': u'de', u'city_id': u'-1819130', u'longitude': u'9.21111011505127', u'nr_hotels': u'1', u'latitude': u'49.46189880371094'} -error: (1062, "Duplicate entry 'limbach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Limbach', u'countrycode': u'de', u'city_id': u'-1819130', u'longitude': u'9.21111011505127', u'nr_hotels': u'1', u'latitude': u'49.46189880371094'} -error: (1062, "Duplicate entry 'limbach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Limbach', u'countrycode': u'de', u'city_id': u'-1819128', u'longitude': u'7.266670227050781', u'nr_hotels': u'1', u'latitude': u'49.31669998168945'} -error: (1062, "Duplicate entry 'limbach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Limbach', u'countrycode': u'de', u'city_id': u'-1819128', u'longitude': u'7.266670227050781', u'nr_hotels': u'1', u'latitude': u'49.31669998168945'} -error: (1062, "Duplicate entry 'lichtenau-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lichtenau', u'countrycode': u'de', u'city_id': u'-1818687', u'longitude': u'12.991962432861328', u'nr_hotels': u'1', u'latitude': u'50.91169357299805'} -error: (1062, "Duplicate entry 'lichtenau-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lichtenau', u'countrycode': u'de', u'city_id': u'-1818687', u'longitude': u'12.991962432861328', u'nr_hotels': u'1', u'latitude': u'50.91169357299805'} -error: (1062, "Duplicate entry 'lichtenau-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lichtenau', u'countrycode': u'de', u'city_id': u'-1818682', u'longitude': u'8.016670227050781', u'nr_hotels': u'1', u'latitude': u'48.733299255371094'} -error: (1062, "Duplicate entry 'lichtenau-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lichtenau', u'countrycode': u'de', u'city_id': u'-1818682', u'longitude': u'8.016670227050781', u'nr_hotels': u'1', u'latitude': u'48.733299255371094'} -error: (1062, "Duplicate entry 'lengenfeld-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lengenfeld', u'countrycode': u'de', u'city_id': u'-1817965', u'longitude': u'11.633299827575684', u'nr_hotels': u'1', u'latitude': u'49.233299255371094'} -error: (1062, "Duplicate entry 'lengenfeld-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lengenfeld', u'countrycode': u'de', u'city_id': u'-1817965', u'longitude': u'11.633299827575684', u'nr_hotels': u'1', u'latitude': u'49.233299255371094'} -error: (1062, "Duplicate entry 'lauterbach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lauterbach', u'countrycode': u'de', u'city_id': u'-1816888', u'longitude': u'9.399999618530273', u'nr_hotels': u'1', u'latitude': u'50.63330078125'} -error: (1062, "Duplicate entry 'lauterbach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lauterbach', u'countrycode': u'de', u'city_id': u'-1816888', u'longitude': u'9.399999618530273', u'nr_hotels': u'1', u'latitude': u'50.63330078125'} -error: (1062, "Duplicate entry 'lauterbach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lauterbach', u'countrycode': u'de', u'city_id': u'-1816873', u'longitude': u'8.350000381469727', u'nr_hotels': u'10', u'latitude': u'48.233299255371094'} -error: (1062, "Duplicate entry 'lauterbah-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u0443\u0442\u0435\u0440\u0431\u0430\u0445', u'countrycode': u'de', u'city_id': u'-1816873', u'longitude': u'8.350000381469727', u'nr_hotels': u'10', u'latitude': u'48.233299255371094'} -error: (1062, "Duplicate entry 'langenberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Langenberg', u'countrycode': u'de', u'city_id': u'-1815635', u'longitude': u'12.83329963684082', u'nr_hotels': u'1', u'latitude': u'50.54999923706055'} -error: (1062, "Duplicate entry 'langenberg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Langenberg', u'countrycode': u'de', u'city_id': u'-1815635', u'longitude': u'12.83329963684082', u'nr_hotels': u'1', u'latitude': u'50.54999923706055'} -error: (1062, "Duplicate entry 'langenbah-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u0433\u0435\u043d\u0431\u0430\u0445', u'countrycode': u'de', u'city_id': u'-1815572', u'longitude': u'11.850000381469727', u'nr_hotels': u'2', u'latitude': u'48.43330001831055'} -error: (1062, "Duplicate entry 'lahr-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lahr', u'countrycode': u'de', u'city_id': u'-1814929', u'longitude': u'7.86667013168335', u'nr_hotels': u'11', u'latitude': u'48.349998474121094'} -error: (1062, "Duplicate entry 'krautheim-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Krautheim', u'countrycode': u'de', u'city_id': u'-1812179', u'longitude': u'9.633890151977539', u'nr_hotels': u'1', u'latitude': u'49.38639831542969'} -error: (1062, "Duplicate entry 'krautheim-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Krautheim', u'countrycode': u'de', u'city_id': u'-1812179', u'longitude': u'9.633890151977539', u'nr_hotels': u'1', u'latitude': u'49.38639831542969'} -error: (1062, "Duplicate entry 'kleve-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kleve', u'countrycode': u'de', u'city_id': u'-1808962', u'longitude': u'6.137481689453125', u'nr_hotels': u'7', u'latitude': u'51.786705017089844'} -error: (1062, "Duplicate entry 'kleve-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u043b\u0435\u0432\u0435', u'countrycode': u'de', u'city_id': u'-1808962', u'longitude': u'6.137481689453125', u'nr_hotels': u'7', u'latitude': u'51.786705017089844'} -error: (1062, "Duplicate entry 'kirhgajm-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0438\u0440\u0445\u0433\u0430\u0439\u043c', u'countrycode': u'de', u'city_id': u'-1806310', u'longitude': u'11.01669979095459', u'nr_hotels': u'1', u'latitude': u'50.88330078125'} -error: (1062, "Duplicate entry 'kirchheim-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kirchheim', u'countrycode': u'de', u'city_id': u'-1806309', u'longitude': u'9.566670417785645', u'nr_hotels': u'10', u'latitude': u'50.83330154418945'} -error: (1062, "Duplicate entry 'kirchheim-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kirchheim', u'countrycode': u'de', u'city_id': u'-1806309', u'longitude': u'9.566670417785645', u'nr_hotels': u'10', u'latitude': u'50.83330154418945'} -error: (1062, "Duplicate entry 'kirchdorf-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kirchdorf', u'countrycode': u'de', u'city_id': u'-1806178', u'longitude': u'12.199999809265137', u'nr_hotels': u'0', u'latitude': u'48.18330001831055'} -error: (1062, "Duplicate entry 'kirchdorf-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kirchdorf', u'countrycode': u'de', u'city_id': u'-1806178', u'longitude': u'12.199999809265137', u'nr_hotels': u'0', u'latitude': u'48.18330001831055'} -error: (1062, "Duplicate entry 'homberg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u043e\u043c\u0431\u0435\u0440\u0433', u'countrycode': u'de', u'city_id': u'-1797286', u'longitude': u'7.783329963684082', u'nr_hotels': u'1', u'latitude': u'50.33330154418945'} -error: (1062, "Duplicate entry 'holzhausen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Holzhausen', u'countrycode': u'de', u'city_id': u'-1796947', u'longitude': u'11.094499588012695', u'nr_hotels': u'0', u'latitude': u'48.00920104980469'} -error: (1062, "Duplicate entry 'holzhausen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Holzhausen', u'countrycode': u'de', u'city_id': u'-1796947', u'longitude': u'11.094499588012695', u'nr_hotels': u'0', u'latitude': u'48.00920104980469'} -error: (1062, "Duplicate entry 'holzendorf-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Holzendorf', u'countrycode': u'de', u'city_id': u'-1796858', u'longitude': u'13.76669979095459', u'nr_hotels': u'1', u'latitude': u'53.38330078125'} -error: (1062, "Duplicate entry 'holzendorf-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Holzendorf', u'countrycode': u'de', u'city_id': u'-1796858', u'longitude': u'13.76669979095459', u'nr_hotels': u'1', u'latitude': u'53.38330078125'} -error: (1062, "Duplicate entry 'hohendorf-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hohendorf', u'countrycode': u'de', u'city_id': u'-1794923', u'longitude': u'13.550000190734863', u'nr_hotels': u'1', u'latitude': u'51.95000076293945'} -error: (1062, "Duplicate entry 'hohendorf-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hohendorf', u'countrycode': u'de', u'city_id': u'-1794923', u'longitude': u'13.550000190734863', u'nr_hotels': u'1', u'latitude': u'51.95000076293945'} -error: (1062, "Duplicate entry 'hajdenau-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u0430\u0439\u0434\u0435\u043d\u0430\u0443', u'countrycode': u'de', u'city_id': u'-1788850', u'longitude': u'13.865400314331055', u'nr_hotels': u'4', u'latitude': u'50.97140121459961'} -error: (1062, "Duplicate entry 'hausen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hausen', u'countrycode': u'de', u'city_id': u'-1787863', u'longitude': u'7.416669845581055', u'nr_hotels': u'0', u'latitude': u'50.54999923706055'} -error: (1062, "Duplicate entry 'hausen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hausen', u'countrycode': u'de', u'city_id': u'-1787863', u'longitude': u'7.416669845581055', u'nr_hotels': u'0', u'latitude': u'50.54999923706055'} -error: (1062, "Duplicate entry 'hausen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hausen', u'countrycode': u'de', u'city_id': u'-1787859', u'longitude': u'7.966670036315918', u'nr_hotels': u'1', u'latitude': u'50.349998474121094'} -error: (1062, "Duplicate entry 'hausen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hausen', u'countrycode': u'de', u'city_id': u'-1787859', u'longitude': u'7.966670036315918', u'nr_hotels': u'1', u'latitude': u'50.349998474121094'} -error: (1062, "Duplicate entry 'hausen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hausen', u'countrycode': u'de', u'city_id': u'-1787851', u'longitude': u'10.01669979095459', u'nr_hotels': u'3', u'latitude': u'49.93330001831055'} -error: (1062, "Duplicate entry 'hausen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hausen', u'countrycode': u'de', u'city_id': u'-1787851', u'longitude': u'10.01669979095459', u'nr_hotels': u'3', u'latitude': u'49.93330001831055'} -error: (1062, "Duplicate entry 'hausen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hausen', u'countrycode': u'de', u'city_id': u'-1787840', u'longitude': u'12', u'nr_hotels': u'1', u'latitude': u'48.849998474121094'} -error: (1062, "Duplicate entry 'hausen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hausen', u'countrycode': u'de', u'city_id': u'-1787840', u'longitude': u'12', u'nr_hotels': u'1', u'latitude': u'48.849998474121094'} -error: (1062, "Duplicate entry 'hartenstein-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hartenstein', u'countrycode': u'de', u'city_id': u'-1786568', u'longitude': u'11.51669979095459', u'nr_hotels': u'1', u'latitude': u'49.599998474121094'} -error: (1062, "Duplicate entry 'hartenstein-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hartenstein', u'countrycode': u'de', u'city_id': u'-1786568', u'longitude': u'11.51669979095459', u'nr_hotels': u'1', u'latitude': u'49.599998474121094'} -error: (1062, "Duplicate entry 'hamm-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hamm', u'countrycode': u'de', u'city_id': u'-1785490', u'longitude': u'7.672579765319824', u'nr_hotels': u'2', u'latitude': u'50.7661018371582'} -error: (1062, "Duplicate entry 'hamm-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hamm', u'countrycode': u'de', u'city_id': u'-1785490', u'longitude': u'7.672579765319824', u'nr_hotels': u'2', u'latitude': u'50.7661018371582'} -error: (1062, "Duplicate entry 'haibach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Haibach', u'countrycode': u'de', u'city_id': u'-1784568', u'longitude': u'12.713899612426758', u'nr_hotels': u'2', u'latitude': u'49.02299880981445'} -error: (1062, "Duplicate entry 'haibach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Haibach', u'countrycode': u'de', u'city_id': u'-1784568', u'longitude': u'12.713899612426758', u'nr_hotels': u'2', u'latitude': u'49.02299880981445'} -error: (1062, "Duplicate entry 'hagen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hagen', u'countrycode': u'de', u'city_id': u'-1784109', u'longitude': u'7.983329772949219', u'nr_hotels': u'1', u'latitude': u'52.20000076293945'} -error: (1062, "Duplicate entry 'hagen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u0430\u0433\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1784109', u'longitude': u'7.983329772949219', u'nr_hotels': u'1', u'latitude': u'52.20000076293945'} -error: (1062, "Duplicate entry 'hagen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hagen', u'countrycode': u'de', u'city_id': u'-1784106', u'longitude': u'7.466670036315918', u'nr_hotels': u'9', u'latitude': u'51.349998474121094'} -error: (1062, "Duplicate entry 'hagen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u0430\u0433\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1784106', u'longitude': u'7.466670036315918', u'nr_hotels': u'9', u'latitude': u'51.349998474121094'} -error: (1062, "Duplicate entry 'hagen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hagen', u'countrycode': u'de', u'city_id': u'-1784105', u'longitude': u'7.966670036315918', u'nr_hotels': u'1', u'latitude': u'51.266700744628906'} -error: (1062, "Duplicate entry 'hagen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hagen', u'countrycode': u'de', u'city_id': u'-1784105', u'longitude': u'7.966670036315918', u'nr_hotels': u'1', u'latitude': u'51.266700744628906'} -error: (1062, "Duplicate entry 'gundelfingen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gundelfingen', u'countrycode': u'de', u'city_id': u'-1783012', u'longitude': u'7.86667013168335', u'nr_hotels': u'1', u'latitude': u'48.04999923706055'} -error: (1062, "Duplicate entry 'gundelfingen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gundelfingen', u'countrycode': u'de', u'city_id': u'-1783012', u'longitude': u'7.86667013168335', u'nr_hotels': u'1', u'latitude': u'48.04999923706055'} -error: (1062, "Duplicate entry 'gronau-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gronau', u'countrycode': u'de', u'city_id': u'-1779573', u'longitude': u'9.783329963684082', u'nr_hotels': u'1', u'latitude': u'52.08330154418945'} -error: (1062, "Duplicate entry 'gronau-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gronau', u'countrycode': u'de', u'city_id': u'-1779573', u'longitude': u'9.783329963684082', u'nr_hotels': u'1', u'latitude': u'52.08330154418945'} -error: (1062, "Duplicate entry 'gremersdorf-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gremersdorf', u'countrycode': u'de', u'city_id': u'-1778981', u'longitude': u'12.866700172424316', u'nr_hotels': u'1', u'latitude': u'54.11669921875'} -error: (1062, "Duplicate entry 'gremersdorf-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gremersdorf', u'countrycode': u'de', u'city_id': u'-1778981', u'longitude': u'12.866700172424316', u'nr_hotels': u'1', u'latitude': u'54.11669921875'} -error: (1062, "Duplicate entry 'georgenthal-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Georgenthal', u'countrycode': u'de', u'city_id': u'-1775436', u'longitude': u'8.149999618530273', u'nr_hotels': u'1', u'latitude': u'50.18330001831055'} -error: (1062, "Duplicate entry 'friedrichsruhe-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Friedrichsruhe', u'countrycode': u'de', u'city_id': u'-1772199', u'longitude': u'9.524720191955566', u'nr_hotels': u'1', u'latitude': u'49.243099212646484'} -error: (1062, "Duplicate entry 'friedrichsruhe-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Friedrichsruhe', u'countrycode': u'de', u'city_id': u'-1772199', u'longitude': u'9.524720191955566', u'nr_hotels': u'1', u'latitude': u'49.243099212646484'} -error: (1062, "Duplicate entry 'fridberg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0424\u0440\u0438\u0434\u0431\u0435\u0440\u0433', u'countrycode': u'de', u'city_id': u'-1771880', u'longitude': u'10.98330020904541', u'nr_hotels': u'3', u'latitude': u'48.349998474121094'} -error: (1062, "Duplicate entry 'freudenberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Freudenberg', u'countrycode': u'de', u'city_id': u'-1771767', u'longitude': u'9.329170227050781', u'nr_hotels': u'2', u'latitude': u'49.744998931884766'} -error: (1062, "Duplicate entry 'frankenberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Frankenberg', u'countrycode': u'de', u'city_id': u'-1771051', u'longitude': u'13.033300399780273', u'nr_hotels': u'2', u'latitude': u'50.91669845581055'} -error: (1062, "Duplicate entry 'frankenberg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0424\u0440\u0430\u043d\u043a\u0435\u043d\u0431\u0435\u0440\u0433', u'countrycode': u'de', u'city_id': u'-1771051', u'longitude': u'13.033300399780273', u'nr_hotels': u'2', u'latitude': u'50.91669845581055'} -error: (1062, "Duplicate entry 'forst-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Forst', u'countrycode': u'de', u'city_id': u'-1770832', u'longitude': u'8.580829620361328', u'nr_hotels': u'0', u'latitude': u'49.158599853515625'} -error: (1062, "Duplicate entry 'forst-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Forst', u'countrycode': u'de', u'city_id': u'-1770832', u'longitude': u'8.580829620361328', u'nr_hotels': u'0', u'latitude': u'49.158599853515625'} -error: (1062, "Duplicate entry 'falkenstein-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Falkenstein', u'countrycode': u'de', u'city_id': u'-1768755', u'longitude': u'12.48330020904541', u'nr_hotels': u'5', u'latitude': u'49.099998474121094'} -error: (1062, "Duplicate entry 'falkenstein-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Falkenstein', u'countrycode': u'de', u'city_id': u'-1768755', u'longitude': u'12.48330020904541', u'nr_hotels': u'5', u'latitude': u'49.099998474121094'} -error: (1062, "Duplicate entry 'erlau-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Erlau', u'countrycode': u'de', u'city_id': u'-1767106', u'longitude': u'13.579400062561035', u'nr_hotels': u'1', u'latitude': u'48.570499420166016'} -error: (1062, "Duplicate entry 'erlau-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u042d\u0440\u043b\u0430\u0443', u'countrycode': u'de', u'city_id': u'-1767106', u'longitude': u'13.579400062561035', u'nr_hotels': u'1', u'latitude': u'48.570499420166016'} -error: (1062, "Duplicate entry 'eisenberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Eisenberg', u'countrycode': u'de', u'city_id': u'-1765104', u'longitude': u'10.600000381469727', u'nr_hotels': u'3', u'latitude': u'47.599998474121094'} -error: (1062, "Duplicate entry 'eching-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Eching', u'countrycode': u'de', u'city_id': u'-1762845', u'longitude': u'11.616700172424316', u'nr_hotels': u'2', u'latitude': u'48.29999923706055'} -error: (1062, "Duplicate entry 'dottingen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dottingen', u'countrycode': u'de', u'city_id': u'-1761219', u'longitude': u'7.683330059051514', u'nr_hotels': u'1', u'latitude': u'47.849998474121094'} -error: (1062, "Duplicate entry 'dottingen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dottingen', u'countrycode': u'de', u'city_id': u'-1761219', u'longitude': u'7.683330059051514', u'nr_hotels': u'1', u'latitude': u'47.849998474121094'} -error: (1062, "Duplicate entry 'dernbach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dernbach', u'countrycode': u'de', u'city_id': u'-1758570', u'longitude': u'8.005279541015625', u'nr_hotels': u'2', u'latitude': u'49.24720001220703'} -error: (1062, "Duplicate entry 'dernbach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dernbach', u'countrycode': u'de', u'city_id': u'-1758570', u'longitude': u'8.005279541015625', u'nr_hotels': u'2', u'latitude': u'49.24720001220703'} -error: (1062, "Duplicate entry 'dankerode-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dankerode', u'countrycode': u'de', u'city_id': u'-1757617', u'longitude': u'9.766670227050781', u'nr_hotels': u'5', u'latitude': u'51.06669998168945'} -error: (1062, "Duplicate entry 'dankerode-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dankerode', u'countrycode': u'de', u'city_id': u'-1757617', u'longitude': u'9.766670227050781', u'nr_hotels': u'5', u'latitude': u'51.06669998168945'} -error: (1062, "Duplicate entry 'dahme-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dahme', u'countrycode': u'de', u'city_id': u'-1757246', u'longitude': u'13.433300018310547', u'nr_hotels': u'1', u'latitude': u'51.86669921875'} -error: (1062, "Duplicate entry 'dahme-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dahme', u'countrycode': u'de', u'city_id': u'-1757246', u'longitude': u'13.433300018310547', u'nr_hotels': u'1', u'latitude': u'51.86669921875'} -error: (1062, "Duplicate entry 'coswig-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Coswig', u'countrycode': u'de', u'city_id': u'-1756813', u'longitude': u'13.58329963684082', u'nr_hotels': u'3', u'latitude': u'51.13330078125'} -error: (1062, "Duplicate entry 'buchholz-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Buchholz', u'countrycode': u'de', u'city_id': u'-1754244', u'longitude': u'7.349999904632568', u'nr_hotels': u'1', u'latitude': u'50.75'} -error: (1062, "Duplicate entry 'buchholz-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Buchholz', u'countrycode': u'de', u'city_id': u'-1754244', u'longitude': u'7.349999904632568', u'nr_hotels': u'1', u'latitude': u'50.75'} -error: (1062, "Duplicate entry 'breitenbrunn-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Breitenbrunn', u'countrycode': u'de', u'city_id': u'-1751984', u'longitude': u'11.616700172424316', u'nr_hotels': u'2', u'latitude': u'49.08330154418945'} -error: (1062, "Duplicate entry 'breitenbrunn-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Breitenbrunn', u'countrycode': u'de', u'city_id': u'-1751984', u'longitude': u'11.616700172424316', u'nr_hotels': u'2', u'latitude': u'49.08330154418945'} -error: (1062, "Duplicate entry 'borken-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Borken', u'countrycode': u'de', u'city_id': u'-1750385', u'longitude': u'9.283329963684082', u'nr_hotels': u'1', u'latitude': u'51.04999923706055'} -error: (1062, "Duplicate entry 'borken-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Borken', u'countrycode': u'de', u'city_id': u'-1750385', u'longitude': u'9.283329963684082', u'nr_hotels': u'1', u'latitude': u'51.04999923706055'} -error: (1062, "Duplicate entry 'bokel-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bokel', u'countrycode': u'de', u'city_id': u'-1749810', u'longitude': u'10.550000190734863', u'nr_hotels': u'2', u'latitude': u'52.81669998168945'} -error: (1062, "Duplicate entry 'bokel-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bokel', u'countrycode': u'de', u'city_id': u'-1749810', u'longitude': u'10.550000190734863', u'nr_hotels': u'2', u'latitude': u'52.81669998168945'} -error: (1062, "Duplicate entry 'bockhorn-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bockhorn', u'countrycode': u'de', u'city_id': u'-1749299', u'longitude': u'8.016670227050781', u'nr_hotels': u'1', u'latitude': u'53.400001525878906'} -error: (1062, "Duplicate entry 'bockhorn-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bockhorn', u'countrycode': u'de', u'city_id': u'-1749299', u'longitude': u'8.016670227050781', u'nr_hotels': u'1', u'latitude': u'53.400001525878906'} -error: (1062, "Duplicate entry 'blomberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Blomberg', u'countrycode': u'de', u'city_id': u'-1748964', u'longitude': u'7.550000190734863', u'nr_hotels': u'1', u'latitude': u'53.56669998168945'} -error: (1062, "Duplicate entry 'blomberg-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Blomberg', u'countrycode': u'de', u'city_id': u'-1748964', u'longitude': u'7.550000190734863', u'nr_hotels': u'1', u'latitude': u'53.56669998168945'} -error: (1062, "Duplicate entry 'bernrid-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0435\u0440\u043d\u0440\u0438\u0434', u'countrycode': u'de', u'city_id': u'-1746627', u'longitude': u'11.300000190734863', u'nr_hotels': u'4', u'latitude': u'47.86669921875'} -error: (1062, "Duplicate entry 'bergkirchen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bergkirchen', u'countrycode': u'de', u'city_id': u'-1746260', u'longitude': u'11.366700172424316', u'nr_hotels': u'1', u'latitude': u'48.25'} -error: (1062, "Duplicate entry 'bergkirchen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bergkirchen', u'countrycode': u'de', u'city_id': u'-1746260', u'longitude': u'11.366700172424316', u'nr_hotels': u'1', u'latitude': u'48.25'} -error: (1062, "Duplicate entry 'bergen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bergen', u'countrycode': u'de', u'city_id': u'-1745978', u'longitude': u'9.966670036315918', u'nr_hotels': u'5', u'latitude': u'52.81669998168945'} -error: (1062, "Duplicate entry 'bergen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0435\u0440\u0433\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1745978', u'longitude': u'9.966670036315918', u'nr_hotels': u'5', u'latitude': u'52.81669998168945'} -error: (1062, "Duplicate entry 'bergen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bergen', u'countrycode': u'de', u'city_id': u'-1745974', u'longitude': u'12.283300399780273', u'nr_hotels': u'2', u'latitude': u'50.46670150756836'} -error: (1062, "Duplicate entry 'bergen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0435\u0440\u0433\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1745974', u'longitude': u'12.283300399780273', u'nr_hotels': u'2', u'latitude': u'50.46670150756836'} -error: (1062, "Duplicate entry 'bergen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bergen', u'countrycode': u'de', u'city_id': u'-1745965', u'longitude': u'12.590800285339355', u'nr_hotels': u'5', u'latitude': u'47.80799865722656'} -error: (1062, "Duplicate entry 'bergen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0435\u0440\u0433\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1745965', u'longitude': u'12.590800285339355', u'nr_hotels': u'5', u'latitude': u'47.80799865722656'} -error: (1062, "Duplicate entry 'benz-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Benz', u'countrycode': u'de', u'city_id': u'-1745669', u'longitude': u'11.58329963684082', u'nr_hotels': u'2', u'latitude': u'53.91669845581055'} -error: (1062, "Duplicate entry 'bellin-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bellin', u'countrycode': u'de', u'city_id': u'-1745396', u'longitude': u'12.183300018310547', u'nr_hotels': u'1', u'latitude': u'53.70000076293945'} -error: (1062, "Duplicate entry 'bellin-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bellin', u'countrycode': u'de', u'city_id': u'-1745396', u'longitude': u'12.183300018310547', u'nr_hotels': u'1', u'latitude': u'53.70000076293945'} -error: (1062, "Duplicate entry 'balingen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0430\u043b\u0438\u043d\u0433\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1743314', u'longitude': u'7.733329772949219', u'nr_hotels': u'2', u'latitude': u'48.11669921875'} -error: (1062, "Duplicate entry 'bad-grisbah-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0430\u0434-\u0413\u0440\u0438\u0441\u0431\u0430\u0445', u'countrycode': u'de', u'city_id': u'-1743136', u'longitude': u'8.233329772949219', u'nr_hotels': u'3', u'latitude': u'48.45000076293945'} -error: (1062, "Duplicate entry 'babenhauzen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0430\u0431\u0435\u043d\u0445\u0430\u0443\u0437\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1742815', u'longitude': u'10.25', u'nr_hotels': u'1', u'latitude': u'48.150001525878906'} -error: (1062, "Duplicate entry 'auerbach-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Auerbach', u'countrycode': u'de', u'city_id': u'-1741980', u'longitude': u'11.632499694824219', u'nr_hotels': u'1', u'latitude': u'49.692501068115234'} -error: (1062, "Duplicate entry 'auerbach-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Auerbach', u'countrycode': u'de', u'city_id': u'-1741980', u'longitude': u'11.632499694824219', u'nr_hotels': u'1', u'latitude': u'49.692501068115234'} -error: (1062, "Duplicate entry 'ascheberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ascheberg', u'countrycode': u'de', u'city_id': u'-1741353', u'longitude': u'7.61667013168335', u'nr_hotels': u'4', u'latitude': u'51.78329849243164'} -error: (1062, "Duplicate entry 'al-tenshtadt-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043b\u044c\u0442\u0435\u043d\u0448\u0442\u0430\u0434\u0442', u'countrycode': u'de', u'city_id': u'-1739094', u'longitude': u'10.111499786376953', u'nr_hotels': u'5', u'latitude': u'48.1614990234375'} -error: (1062, "Duplicate entry 'altenkirchen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Altenkirchen', u'countrycode': u'de', u'city_id': u'-1738995', u'longitude': u'7.650000095367432', u'nr_hotels': u'1', u'latitude': u'50.70000076293945'} -error: (1062, "Duplicate entry 'altenkirchen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Altenkirchen', u'countrycode': u'de', u'city_id': u'-1738995', u'longitude': u'7.650000095367432', u'nr_hotels': u'1', u'latitude': u'50.70000076293945'} -error: (1062, "Duplicate entry 'altenfeld-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Altenfeld', u'countrycode': u'de', u'city_id': u'-1738861', u'longitude': u'10.966699600219727', u'nr_hotels': u'12', u'latitude': u'50.56669998168945'} -error: (1062, "Duplicate entry 'altenfeld-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Altenfeld', u'countrycode': u'de', u'city_id': u'-1738861', u'longitude': u'10.966699600219727', u'nr_hotels': u'12', u'latitude': u'50.56669998168945'} -error: (1062, "Duplicate entry 'alfeld-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alfeld', u'countrycode': u'de', u'city_id': u'-1738027', u'longitude': u'11.550000190734863', u'nr_hotels': u'1', u'latitude': u'49.43330001831055'} -error: (1062, "Duplicate entry 'aichelberg-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aichelberg', u'countrycode': u'de', u'city_id': u'-1737603', u'longitude': u'9.566670417785645', u'nr_hotels': u'1', u'latitude': u'48.63330078125'} -error: (1062, "Duplicate entry 'al-sdorf-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043b\u044c\u0441\u0434\u043e\u0440\u0444', u'countrycode': u'de', u'city_id': u'-1737376', u'longitude': u'11.466699600219727', u'nr_hotels': u'1', u'latitude': u'51.54999923706055'} -error: (1062, "Duplicate entry 'alen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043b\u0435\u043d', u'countrycode': u'de', u'city_id': u'-1736623', u'longitude': u'10.100000381469727', u'nr_hotels': u'7', u'latitude': u'48.83330154418945'} -error: (1062, "Duplicate entry 'erlangen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Erlangen', u'countrycode': u'de', u'city_id': u'16967', u'longitude': u'11.01669979095459', u'nr_hotels': u'0', u'latitude': u'49.58330154418945'} -error: (1062, "Duplicate entry 'erlangen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Erlangen', u'countrycode': u'de', u'city_id': u'16967', u'longitude': u'11.01669979095459', u'nr_hotels': u'0', u'latitude': u'49.58330154418945'} -error: (1062, "Duplicate entry 'behringen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Behringen', u'countrycode': u'de', u'city_id': u'17626', u'longitude': u'10.550000190734863', u'nr_hotels': u'1', u'latitude': u'51.016700744628906'} -error: (1062, "Duplicate entry 'behringen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Behringen', u'countrycode': u'de', u'city_id': u'17626', u'longitude': u'10.550000190734863', u'nr_hotels': u'1', u'latitude': u'51.016700744628906'} -error: (1062, "Duplicate entry 'neuenstein-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Neuenstein', u'countrycode': u'de', u'city_id': u'900039838', u'longitude': u'9.568750381469727', u'nr_hotels': u'6', u'latitude': u'50.90999984741211'} -error: (1062, "Duplicate entry 'bad-peterstal-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bad Peterstal', u'countrycode': u'de', u'city_id': u'900040003', u'longitude': u'8.211569786071777', u'nr_hotels': u'5', u'latitude': u'48.42940139770508'} -error: (1062, "Duplicate entry 'hage-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hage', u'countrycode': u'de', u'city_id': u'900050085', u'longitude': u'7.283999919891357', u'nr_hotels': u'2', u'latitude': u'53.60200119018555'} -error: (1062, "Duplicate entry 'hage-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hage', u'countrycode': u'de', u'city_id': u'900050085', u'longitude': u'7.283999919891357', u'nr_hotels': u'2', u'latitude': u'53.60200119018555'} -error: (1062, "Duplicate entry 'falkenstein-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Falkenstein', u'countrycode': u'de', u'city_id': u'900050979', u'longitude': u'11.325222969055176', u'nr_hotels': u'1', u'latitude': u'51.733402252197266'} -error: (1062, "Duplicate entry 'falkenstein-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Falkenstein', u'countrycode': u'de', u'city_id': u'900050979', u'longitude': u'11.325222969055176', u'nr_hotels': u'1', u'latitude': u'51.733402252197266'} -error: (1062, "Duplicate entry 'bergen-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bergen', u'countrycode': u'de', u'city_id': u'900051346', u'longitude': u'10.072999954223633', u'nr_hotels': u'0', u'latitude': u'52.74100112915039'} -error: (1062, "Duplicate entry 'bergen-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bergen', u'countrycode': u'de', u'city_id': u'900051346', u'longitude': u'10.072999954223633', u'nr_hotels': u'0', u'latitude': u'52.74100112915039'} -error: (1062, "Duplicate entry 'waldsee-de' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waldsee', u'countrycode': u'de', u'city_id': u'900052542', u'longitude': u'13.293797', u'nr_hotels': u'1', u'latitude': u'53.300146'} -error: (1062, "Duplicate entry 'waldsee-de' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waldsee', u'countrycode': u'de', u'city_id': u'900052542', u'longitude': u'13.293797', u'nr_hotels': u'1', u'latitude': u'53.300146'} -error: (1062, "Duplicate entry 'vordingborg-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vordingborg', u'countrycode': u'dk', u'city_id': u'-2754045', u'longitude': u'11.899999618530273', u'nr_hotels': u'0', u'latitude': u'54.983299255371094'} -error: (1062, "Duplicate entry 'vordingborg-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vordingborg', u'countrycode': u'dk', u'city_id': u'-2754045', u'longitude': u'11.899999618530273', u'nr_hotels': u'0', u'latitude': u'54.983299255371094'} -error: (1062, "Duplicate entry 'ryonne-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u0451\u043d\u043d\u0435', u'countrycode': u'dk', u'city_id': u'-2749500', u'longitude': u'10.48330020904541', u'nr_hotels': u'57', u'latitude': u'56.29999923706055'} -error: (1062, "Duplicate entry 'nakskov-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nakskov', u'countrycode': u'dk', u'city_id': u'-2747462', u'longitude': u'11.133299827575684', u'nr_hotels': u'0', u'latitude': u'54.81669998168945'} -error: (1062, "Duplicate entry 'nakskov-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nakskov', u'countrycode': u'dk', u'city_id': u'-2747462', u'longitude': u'11.133299827575684', u'nr_hotels': u'0', u'latitude': u'54.81669998168945'} -error: (1062, "Duplicate entry 'maribo-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Maribo', u'countrycode': u'dk', u'city_id': u'-2746989', u'longitude': u'11.433300018310547', u'nr_hotels': u'1', u'latitude': u'54.70000076293945'} -error: (1062, "Duplicate entry 'maribo-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Maribo', u'countrycode': u'dk', u'city_id': u'-2746989', u'longitude': u'11.433300018310547', u'nr_hotels': u'1', u'latitude': u'54.70000076293945'} -error: (1062, "Duplicate entry 'knud-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Knud', u'countrycode': u'dk', u'city_id': u'-2745434', u'longitude': u'9.600000381469727', u'nr_hotels': u'1', u'latitude': u'55.31669998168945'} -error: (1062, "Duplicate entry 'knud-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Knud', u'countrycode': u'dk', u'city_id': u'-2745434', u'longitude': u'9.600000381469727', u'nr_hotels': u'1', u'latitude': u'55.31669998168945'} -error: (1062, "Duplicate entry 'herning-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Herning', u'countrycode': u'dk', u'city_id': u'-2743633', u'longitude': u'9.033329963684082', u'nr_hotels': u'0', u'latitude': u'56.18330001831055'} -error: (1062, "Duplicate entry 'herning-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Herning', u'countrycode': u'dk', u'city_id': u'-2743633', u'longitude': u'9.033329963684082', u'nr_hotels': u'0', u'latitude': u'56.18330001831055'} -error: (1062, "Duplicate entry 'hadsund-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hadsund', u'countrycode': u'dk', u'city_id': u'-2743105', u'longitude': u'10.23330020904541', u'nr_hotels': u'152', u'latitude': u'56.75'} -error: (1062, "Duplicate entry 'hadsund-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hadsund', u'countrycode': u'dk', u'city_id': u'-2743105', u'longitude': u'10.23330020904541', u'nr_hotels': u'152', u'latitude': u'56.75'} -error: (1062, "Duplicate entry 'glostrup-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Glostrup', u'countrycode': u'dk', u'city_id': u'-2742703', u'longitude': u'12.399999618530273', u'nr_hotels': u'3', u'latitude': u'55.66669845581055'} -error: (1062, "Duplicate entry 'glostrup-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0413\u043b\u043e\u0441\u0442\u0440\u0443\u043f', u'countrycode': u'dk', u'city_id': u'-2742703', u'longitude': u'12.399999618530273', u'nr_hotels': u'3', u'latitude': u'55.66669845581055'} -error: (1062, "Duplicate entry 'glesborg-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Glesborg', u'countrycode': u'dk', u'city_id': u'-2742683', u'longitude': u'10.73330020904541', u'nr_hotels': u'44', u'latitude': u'56.483299255371094'} -error: (1062, "Duplicate entry 'glesborg-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Glesborg', u'countrycode': u'dk', u'city_id': u'-2742683', u'longitude': u'10.73330020904541', u'nr_hotels': u'44', u'latitude': u'56.483299255371094'} -error: (1062, "Duplicate entry 'eskilstrup-dk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Eskilstrup', u'countrycode': u'dk', u'city_id': u'-2741624', u'longitude': u'11.899999618530273', u'nr_hotels': u'1', u'latitude': u'54.849998474121094'} -error: (1062, "Duplicate entry 'billunn-dk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0438\u043b\u043b\u0443\u043d\u043d', u'countrycode': u'dk', u'city_id': u'-2739909', u'longitude': u'9.11633777548559', u'nr_hotels': u'13', u'latitude': u'55.72878724818772'} -error: (1062, "Duplicate entry 'san-lorenzo-ec' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Lorenzo', u'countrycode': u'ec', u'city_id': u'-933344', u'longitude': u'-80.9000015258789', u'nr_hotels': u'2', u'latitude': u'-1.0666699409484863'} -error: (1062, "Duplicate entry 'san-lorenzo-ec' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Lorenzo', u'countrycode': u'ec', u'city_id': u'-933344', u'longitude': u'-80.9000015258789', u'nr_hotels': u'2', u'latitude': u'-1.0666699409484863'} -error: (1062, "Duplicate entry 'kauksi-ee' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kauksi', u'countrycode': u'ee', u'city_id': u'-2622439', u'longitude': u'27.220600128173828', u'nr_hotels': u'0', u'latitude': u'58.08829879760742'} -error: (1062, "Duplicate entry 'kauksi-ee' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kauksi', u'countrycode': u'ee', u'city_id': u'-2622439', u'longitude': u'27.220600128173828', u'nr_hotels': u'0', u'latitude': u'58.08829879760742'} -error: (1062, "Duplicate entry 'kallaste-ee' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kallaste', u'countrycode': u'ee', u'city_id': u'-2622235', u'longitude': u'27.15920066833496', u'nr_hotels': u'3', u'latitude': u'58.654998779296875'} -error: (1062, "Duplicate entry 'kallaste-ee' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kallaste', u'countrycode': u'ee', u'city_id': u'-2622235', u'longitude': u'27.15920066833496', u'nr_hotels': u'3', u'latitude': u'58.654998779296875'} -error: (1062, "Duplicate entry 'kadrina-ee' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kadrina', u'countrycode': u'ee', u'city_id': u'-2622153', u'longitude': u'27.083599090576172', u'nr_hotels': u'1', u'latitude': u'58.69779968261719'} -error: (1062, "Duplicate entry 'kadrina-ee' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kadrina', u'countrycode': u'ee', u'city_id': u'-2622153', u'longitude': u'27.083599090576172', u'nr_hotels': u'1', u'latitude': u'58.69779968261719'} -error: (1062, "Duplicate entry 'marsa-alam-eg' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marsa Alam', u'countrycode': u'eg', u'city_id': u'900039940', u'longitude': u'34.582000732421875', u'nr_hotels': u'0', u'latitude': u'25.557100296020508'} -error: (1062, "Duplicate entry 'marsa-alam-eg' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marsa Alam', u'countrycode': u'eg', u'city_id': u'900039940', u'longitude': u'34.582000732421875', u'nr_hotels': u'0', u'latitude': u'25.557100296020508'} -error: (1062, "Duplicate entry 'villaverde-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villaverde', u'countrycode': u'es', u'city_id': u'-408595', u'longitude': u'-3.700000047683716', u'nr_hotels': u'0', u'latitude': u'40.349998474121094'} -error: (1062, "Duplicate entry 'villaverde-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villaverde', u'countrycode': u'es', u'city_id': u'-408595', u'longitude': u'-3.700000047683716', u'nr_hotels': u'0', u'latitude': u'40.349998474121094'} -error: (1062, "Duplicate entry 'villaverde-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villaverde', u'countrycode': u'es', u'city_id': u'-408593', u'longitude': u'-13.899999618530273', u'nr_hotels': u'1', u'latitude': u'28.61669921875'} -error: (1062, "Duplicate entry 'villaverde-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villaverde', u'countrycode': u'es', u'city_id': u'-408593', u'longitude': u'-13.899999618530273', u'nr_hotels': u'1', u'latitude': u'28.61669921875'} -error: (1062, "Duplicate entry 'villar-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villar', u'countrycode': u'es', u'city_id': u'-408143', u'longitude': u'-4.266670227050781', u'nr_hotels': u'1', u'latitude': u'43.016700744628906'} -error: (1062, "Duplicate entry 'villar-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villar', u'countrycode': u'es', u'city_id': u'-408143', u'longitude': u'-4.266670227050781', u'nr_hotels': u'1', u'latitude': u'43.016700744628906'} -error: (1062, "Duplicate entry 'villanueva-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villanueva', u'countrycode': u'es', u'city_id': u'-407936', u'longitude': u'-7.766670227050781', u'nr_hotels': u'1', u'latitude': u'42.20000076293945'} -error: (1062, "Duplicate entry 'villanueva-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villanueva', u'countrycode': u'es', u'city_id': u'-407936', u'longitude': u'-7.766670227050781', u'nr_hotels': u'1', u'latitude': u'42.20000076293945'} -error: (1062, "Duplicate entry 'villamayor-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villamayor', u'countrycode': u'es', u'city_id': u'-407830', u'longitude': u'-7.516670227050781', u'nr_hotels': u'1', u'latitude': u'42.733299255371094'} -error: (1062, "Duplicate entry 'villamayor-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villamayor', u'countrycode': u'es', u'city_id': u'-407830', u'longitude': u'-7.516670227050781', u'nr_hotels': u'1', u'latitude': u'42.733299255371094'} -error: (1062, "Duplicate entry 'villamayor-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villamayor', u'countrycode': u'es', u'city_id': u'-407827', u'longitude': u'-5.683330059051514', u'nr_hotels': u'1', u'latitude': u'41'} -error: (1062, "Duplicate entry 'villalonga-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villalonga', u'countrycode': u'es', u'city_id': u'-407763', u'longitude': u'-0.20000000298023224', u'nr_hotels': u'2', u'latitude': u'38.88330078125'} -error: (1062, "Duplicate entry 'villalonga-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villalonga', u'countrycode': u'es', u'city_id': u'-407763', u'longitude': u'-0.20000000298023224', u'nr_hotels': u'2', u'latitude': u'38.88330078125'} -error: (1062, "Duplicate entry 'ventosa-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ventosa', u'countrycode': u'es', u'city_id': u'-406969', u'longitude': u'-1.966670036315918', u'nr_hotels': u'1', u'latitude': u'40.83330154418945'} -error: (1062, "Duplicate entry 'ventosa-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ventosa', u'countrycode': u'es', u'city_id': u'-406969', u'longitude': u'-1.966670036315918', u'nr_hotels': u'1', u'latitude': u'40.83330154418945'} -error: (1062, "Duplicate entry 'valdelinares-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Valdelinares', u'countrycode': u'es', u'city_id': u'-405907', u'longitude': u'-0.6000000238418579', u'nr_hotels': u'5', u'latitude': u'40.38330078125'} -error: (1062, "Duplicate entry 'valdelinares-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Valdelinares', u'countrycode': u'es', u'city_id': u'-405907', u'longitude': u'-0.6000000238418579', u'nr_hotels': u'5', u'latitude': u'40.38330078125'} -error: (1062, "Duplicate entry 'trives-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Trives', u'countrycode': u'es', u'city_id': u'-405181', u'longitude': u'-7.266670227050781', u'nr_hotels': u'1', u'latitude': u'42.33330154418945'} -error: (1062, "Duplicate entry 'trives-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Trives', u'countrycode': u'es', u'city_id': u'-405181', u'longitude': u'-7.266670227050781', u'nr_hotels': u'1', u'latitude': u'42.33330154418945'} -error: (1062, "Duplicate entry 'torrenueva-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torrenueva', u'countrycode': u'es', u'city_id': u'-404774', u'longitude': u'-3.483330011367798', u'nr_hotels': u'1', u'latitude': u'36.70000076293945'} -error: (1062, "Duplicate entry 'torrenueva-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torrenueva', u'countrycode': u'es', u'city_id': u'-404774', u'longitude': u'-3.483330011367798', u'nr_hotels': u'1', u'latitude': u'36.70000076293945'} -error: (1062, "Duplicate entry 'santa-marina-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Marina', u'countrycode': u'es', u'city_id': u'-401911', u'longitude': u'-9.199999809265137', u'nr_hotels': u'1', u'latitude': u'43.04999923706055'} -error: (1062, "Duplicate entry 'santa-marina-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d\u0442\u0430-\u041c\u0430\u0440\u0438\u043d\u0430', u'countrycode': u'es', u'city_id': u'-401911', u'longitude': u'-9.199999809265137', u'nr_hotels': u'1', u'latitude': u'43.04999923706055'} -error: (1062, "Duplicate entry 'santa-eulalia-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Eulalia', u'countrycode': u'es', u'city_id': u'-401723', u'longitude': u'-5.400000095367432', u'nr_hotels': u'1', u'latitude': u'43.41669845581055'} -error: (1062, "Duplicate entry 'santa-eulalia-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Eulalia', u'countrycode': u'es', u'city_id': u'-401723', u'longitude': u'-5.400000095367432', u'nr_hotels': u'1', u'latitude': u'43.41669845581055'} -error: (1062, "Duplicate entry 'san-hose-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d-\u0425\u043e\u0441\u0435', u'countrycode': u'es', u'city_id': u'-400849', u'longitude': u'-2.1110100746154785', u'nr_hotels': u'27', u'latitude': u'36.76169967651367'} -error: (1062, "Duplicate entry 'san-bartolome-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d-\u0411\u0430\u0440\u0442\u043e\u043b\u043e\u043c\u0435', u'countrycode': u'es', u'city_id': u'-400473', u'longitude': u'-13.600000381469727', u'nr_hotels': u'7', u'latitude': u'29'} -error: (1062, "Duplicate entry 'santa-marina-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Marina', u'countrycode': u'es', u'city_id': u'-399698', u'longitude': u'-8.833330154418945', u'nr_hotels': u'0', u'latitude': u'41.93330001831055'} -error: (1062, "Duplicate entry 'santa-marina-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Marina', u'countrycode': u'es', u'city_id': u'-399698', u'longitude': u'-8.833330154418945', u'nr_hotels': u'0', u'latitude': u'41.93330001831055'} -error: (1062, "Duplicate entry 'pontones-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pontones', u'countrycode': u'es', u'city_id': u'-397134', u'longitude': u'-2.666670083999634', u'nr_hotels': u'1', u'latitude': u'38.11669921875'} -error: (1062, "Duplicate entry 'pontones-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pontones', u'countrycode': u'es', u'city_id': u'-397134', u'longitude': u'-2.666670083999634', u'nr_hotels': u'1', u'latitude': u'38.11669921875'} -error: (1062, "Duplicate entry 'pastrana-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pastrana', u'countrycode': u'es', u'city_id': u'-395658', u'longitude': u'-1.4500000476837158', u'nr_hotels': u'1', u'latitude': u'37.56669998168945'} -error: (1062, "Duplicate entry 'pastrana-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pastrana', u'countrycode': u'es', u'city_id': u'-395658', u'longitude': u'-1.4500000476837158', u'nr_hotels': u'1', u'latitude': u'37.56669998168945'} -error: (1062, "Duplicate entry 'pando-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pando', u'countrycode': u'es', u'city_id': u'-395337', u'longitude': u'-4.016670227050781', u'nr_hotels': u'0', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'pando-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pando', u'countrycode': u'es', u'city_id': u'-395337', u'longitude': u'-4.016670227050781', u'nr_hotels': u'0', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'monfero-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monfero', u'countrycode': u'es', u'city_id': u'-392532', u'longitude': u'-8.016670227050781', u'nr_hotels': u'1', u'latitude': u'43.31669998168945'} -error: (1062, "Duplicate entry 'monfero-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monfero', u'countrycode': u'es', u'city_id': u'-392532', u'longitude': u'-8.016670227050781', u'nr_hotels': u'1', u'latitude': u'43.31669998168945'} -error: (1062, "Duplicate entry 'maon-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0430\u043e\u043d', u'countrycode': u'es', u'city_id': u'-390716', u'longitude': u'4.25', u'nr_hotels': u'11', u'latitude': u'39.88330078125'} -error: (1062, "Duplicate entry 'los-molinos-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Los Molinos', u'countrycode': u'es', u'city_id': u'-390114', u'longitude': u'0.9833329916000366', u'nr_hotels': u'1', u'latitude': u'42.400001525878906'} -error: (1062, "Duplicate entry 'los-molinos-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Los Molinos', u'countrycode': u'es', u'city_id': u'-390114', u'longitude': u'0.9833329916000366', u'nr_hotels': u'1', u'latitude': u'42.400001525878906'} -error: (1062, "Duplicate entry 'los-molinos-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Los Molinos', u'countrycode': u'es', u'city_id': u'-390113', u'longitude': u'-4.083330154418945', u'nr_hotels': u'1', u'latitude': u'40.71670150756836'} -error: (1062, "Duplicate entry 'los-molinos-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Los Molinos', u'countrycode': u'es', u'city_id': u'-390113', u'longitude': u'-4.083330154418945', u'nr_hotels': u'1', u'latitude': u'40.71670150756836'} -error: (1062, "Duplicate entry 'los-llanos-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Los Llanos', u'countrycode': u'es', u'city_id': u'-390034', u'longitude': u'-16.766700744628906', u'nr_hotels': u'1', u'latitude': u'28.316699981689453'} -error: (1062, "Duplicate entry 'los-llanos-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Los Llanos', u'countrycode': u'es', u'city_id': u'-390034', u'longitude': u'-16.766700744628906', u'nr_hotels': u'1', u'latitude': u'28.316699981689453'} -error: (1062, "Duplicate entry 'la-zarza-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Zarza', u'countrycode': u'es', u'city_id': u'-388930', u'longitude': u'-1.11667001247406', u'nr_hotels': u'3', u'latitude': u'38.31669998168945'} -error: (1062, "Duplicate entry 'la-zarza-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Zarza', u'countrycode': u'es', u'city_id': u'-388930', u'longitude': u'-1.11667001247406', u'nr_hotels': u'3', u'latitude': u'38.31669998168945'} -error: (1062, "Duplicate entry 'la-vega-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Vega', u'countrycode': u'es', u'city_id': u'-388826', u'longitude': u'-5.150000095367432', u'nr_hotels': u'2', u'latitude': u'43.36669921875'} -error: (1062, "Duplicate entry 'la-vega-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430-\u0412\u0435\u0433\u0430', u'countrycode': u'es', u'city_id': u'-388826', u'longitude': u'-5.150000095367432', u'nr_hotels': u'2', u'latitude': u'43.36669921875'} -error: (1062, "Duplicate entry 'la-vega-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Vega', u'countrycode': u'es', u'city_id': u'-388819', u'longitude': u'-4.650000095367432', u'nr_hotels': u'1', u'latitude': u'43.099998474121094'} -error: (1062, "Duplicate entry 'la-vega-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Vega', u'countrycode': u'es', u'city_id': u'-388819', u'longitude': u'-4.650000095367432', u'nr_hotels': u'1', u'latitude': u'43.099998474121094'} -error: (1062, "Duplicate entry 'las-casas-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Las Casas', u'countrycode': u'es', u'city_id': u'-388224', u'longitude': u'-17.966699600219727', u'nr_hotels': u'1', u'latitude': u'27.716699600219727'} -error: (1062, "Duplicate entry 'la-riera-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Riera', u'countrycode': u'es', u'city_id': u'-387993', u'longitude': u'-6.25', u'nr_hotels': u'1', u'latitude': u'43.150001525878906'} -error: (1062, "Duplicate entry 'la-riera-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Riera', u'countrycode': u'es', u'city_id': u'-387993', u'longitude': u'-6.25', u'nr_hotels': u'1', u'latitude': u'43.150001525878906'} -error: (1062, "Duplicate entry 'la-nava-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Nava', u'countrycode': u'es', u'city_id': u'-387585', u'longitude': u'-6.75', u'nr_hotels': u'2', u'latitude': u'37.96670150756836'} -error: (1062, "Duplicate entry 'la-nava-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Nava', u'countrycode': u'es', u'city_id': u'-387585', u'longitude': u'-6.75', u'nr_hotels': u'2', u'latitude': u'37.96670150756836'} -error: (1062, "Duplicate entry 'helguera-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Helguera', u'countrycode': u'es', u'city_id': u'-385006', u'longitude': u'-4.033329963684082', u'nr_hotels': u'1', u'latitude': u'43.150001525878906'} -error: (1062, "Duplicate entry 'helguera-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Helguera', u'countrycode': u'es', u'city_id': u'-385006', u'longitude': u'-4.033329963684082', u'nr_hotels': u'1', u'latitude': u'43.150001525878906'} -error: (1062, "Duplicate entry 'el-viso-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'El Viso', u'countrycode': u'es', u'city_id': u'-381379', u'longitude': u'-4.949999809265137', u'nr_hotels': u'1', u'latitude': u'38.483299255371094'} -error: (1062, "Duplicate entry 'el-viso-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'El Viso', u'countrycode': u'es', u'city_id': u'-381379', u'longitude': u'-4.949999809265137', u'nr_hotels': u'1', u'latitude': u'38.483299255371094'} -error: (1062, "Duplicate entry 'el-arenal--es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u042d\u043b\u044c-\u0410\u0440\u0435\u043d\u0430\u043b\u044c', u'countrycode': u'es', u'city_id': u'-380228', u'longitude': u'2.75', u'nr_hotels': u'42', u'latitude': u'39.5'} -error: (1062, "Duplicate entry 'san-salvador-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Salvador', u'countrycode': u'es', u'city_id': u'-378404', u'longitude': u'-8.766670227050781', u'nr_hotels': u'0', u'latitude': u'42.28329849243164'} -error: (1062, "Duplicate entry 'san-salvador-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Salvador', u'countrycode': u'es', u'city_id': u'-378404', u'longitude': u'-8.766670227050781', u'nr_hotels': u'0', u'latitude': u'42.28329849243164'} -error: (1062, "Duplicate entry 'siurana-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Siurana', u'countrycode': u'es', u'city_id': u'-378247', u'longitude': u'2.994529962539673', u'nr_hotels': u'3', u'latitude': u'42.20930099487305'} -error: (1062, "Duplicate entry 'siurana-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Siurana', u'countrycode': u'es', u'city_id': u'-378247', u'longitude': u'2.994529962539673', u'nr_hotels': u'3', u'latitude': u'42.20930099487305'} -error: (1062, "Duplicate entry 'chilches-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chilches', u'countrycode': u'es', u'city_id': u'-377949', u'longitude': u'-4.216670036315918', u'nr_hotels': u'4', u'latitude': u'36.71670150756836'} -error: (1062, "Duplicate entry 'chilches-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chilches', u'countrycode': u'es', u'city_id': u'-377949', u'longitude': u'-4.216670036315918', u'nr_hotels': u'4', u'latitude': u'36.71670150756836'} -error: (1062, "Duplicate entry 'carmona-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carmona', u'countrycode': u'es', u'city_id': u'-376218', u'longitude': u'-5.63332986831665', u'nr_hotels': u'10', u'latitude': u'37.46670150756836'} -error: (1062, "Duplicate entry 'barajas-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Barajas', u'countrycode': u'es', u'city_id': u'-372401', u'longitude': u'-5.150000095367432', u'nr_hotels': u'3', u'latitude': u'40.36669921875'} -error: (1062, "Duplicate entry 'barajas-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Barajas', u'countrycode': u'es', u'city_id': u'-372401', u'longitude': u'-5.150000095367432', u'nr_hotels': u'3', u'latitude': u'40.36669921875'} -error: (1062, "Duplicate entry 'avila-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Avila', u'countrycode': u'es', u'city_id': u'-371972', u'longitude': u'-4.69716739654541', u'nr_hotels': u'40', u'latitude': u'40.655555725097656'} -error: (1062, "Duplicate entry 'avila-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0432\u0438\u043b\u0430', u'countrycode': u'es', u'city_id': u'-371972', u'longitude': u'-4.69716739654541', u'nr_hotels': u'40', u'latitude': u'40.655555725097656'} -error: (1062, "Duplicate entry 'algar-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Algar', u'countrycode': u'es', u'city_id': u'-370138', u'longitude': u'-5.656760215759277', u'nr_hotels': u'5', u'latitude': u'36.65660095214844'} -error: (1062, "Duplicate entry 'algar-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Algar', u'countrycode': u'es', u'city_id': u'-370138', u'longitude': u'-5.656760215759277', u'nr_hotels': u'5', u'latitude': u'36.65660095214844'} -error: (1062, "Duplicate entry 'al-kudiya-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043b\u044c\u043a\u0443\u0434\u0438\u044f', u'countrycode': u'es', u'city_id': u'-369919', u'longitude': u'3.12280011177063', u'nr_hotels': u'62', u'latitude': u'39.85300064086914'} -error: (1062, "Duplicate entry 'sotogrande-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sotogrande', u'countrycode': u'es', u'city_id': u'900039167', u'longitude': u'-5.269400119781494', u'nr_hotels': u'4', u'latitude': u'36.29999923706055'} -error: (1062, "Duplicate entry 'sotogrande-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043e\u0442\u043e\u0433\u0440\u0430\u043d\u0434\u0435', u'countrycode': u'es', u'city_id': u'900039167', u'longitude': u'-5.269400119781494', u'nr_hotels': u'4', u'latitude': u'36.29999923706055'} -error: (1062, "Duplicate entry 'fornalutx-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fornalutx', u'countrycode': u'es', u'city_id': u'900039457', u'longitude': u'2.733059883117676', u'nr_hotels': u'13', u'latitude': u'39.78310012817383'} -error: (1062, "Duplicate entry 'fuensanta-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fuensanta', u'countrycode': u'es', u'city_id': u'900039460', u'longitude': u'-3.907259941101074', u'nr_hotels': u'2', u'latitude': u'37.18130111694336'} -error: (1062, "Duplicate entry 'fuensanta-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fuensanta', u'countrycode': u'es', u'city_id': u'900039460', u'longitude': u'-3.907259941101074', u'nr_hotels': u'2', u'latitude': u'37.18130111694336'} -error: (1062, "Duplicate entry 'antigua-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Antigua', u'countrycode': u'es', u'city_id': u'900039662', u'longitude': u'-14.01200008392334', u'nr_hotels': u'3', u'latitude': u'28.41830062866211'} -error: (1062, "Duplicate entry 'antigua-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043d\u0442\u0438\u0433\u0443\u0430', u'countrycode': u'es', u'city_id': u'900039662', u'longitude': u'-14.01200008392334', u'nr_hotels': u'3', u'latitude': u'28.41830062866211'} -error: (1062, "Duplicate entry 'bascuas-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bascuas', u'countrycode': u'es', u'city_id': u'900048136', u'longitude': u'-8.860690116882324', u'nr_hotels': u'1', u'latitude': u'42.40999984741211'} -error: (1062, "Duplicate entry 'bascuas-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bascuas', u'countrycode': u'es', u'city_id': u'900048136', u'longitude': u'-8.860690116882324', u'nr_hotels': u'1', u'latitude': u'42.40999984741211'} -error: (1062, "Duplicate entry 'san-isidro-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Isidro', u'countrycode': u'es', u'city_id': u'900048925', u'longitude': u'-5.369649887084961', u'nr_hotels': u'1', u'latitude': u'43.065101623535156'} -error: (1062, "Duplicate entry 'san-isidro-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Isidro', u'countrycode': u'es', u'city_id': u'900048925', u'longitude': u'-5.369649887084961', u'nr_hotels': u'1', u'latitude': u'43.065101623535156'} -error: (1062, "Duplicate entry 'mungia-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mungia', u'countrycode': u'es', u'city_id': u'900049567', u'longitude': u'-2.8459999561309814', u'nr_hotels': u'2', u'latitude': u'43.354408264160156'} -error: (1062, "Duplicate entry 'mungia-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mungia', u'countrycode': u'es', u'city_id': u'900049567', u'longitude': u'-2.8459999561309814', u'nr_hotels': u'2', u'latitude': u'43.354408264160156'} -error: (1062, "Duplicate entry 'salobre-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salobre', u'countrycode': u'es', u'city_id': u'900050128', u'longitude': u'-15.62399959564209', u'nr_hotels': u'7', u'latitude': u'27.77400016784668'} -error: (1062, "Duplicate entry 'salobre-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salobre', u'countrycode': u'es', u'city_id': u'900050128', u'longitude': u'-15.62399959564209', u'nr_hotels': u'7', u'latitude': u'27.77400016784668'} -error: (1062, "Duplicate entry 'salinas-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salinas', u'countrycode': u'es', u'city_id': u'900050809', u'longitude': u'-5.9627838134765625', u'nr_hotels': u'2', u'latitude': u'43.57501983642578'} -error: (1062, "Duplicate entry 'salinas-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salinas', u'countrycode': u'es', u'city_id': u'900050809', u'longitude': u'-5.9627838134765625', u'nr_hotels': u'2', u'latitude': u'43.57501983642578'} -error: (1062, "Duplicate entry 'parres-de-llanes-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Parres de Llanes', u'countrycode': u'es', u'city_id': u'900050897', u'longitude': u'-5.2135491371154785', u'nr_hotels': u'1', u'latitude': u'43.35280227661133'} -error: (1062, "Duplicate entry 'parres-de-llanes-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Parres de Llanes', u'countrycode': u'es', u'city_id': u'900050897', u'longitude': u'-5.2135491371154785', u'nr_hotels': u'1', u'latitude': u'43.35280227661133'} -error: (1062, "Duplicate entry 'santa-margarita-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d\u0442\u0430-\u041c\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u0430', u'countrycode': u'es', u'city_id': u'900050899', u'longitude': u'3.1029999256134033', u'nr_hotels': u'8', u'latitude': u'39.702999114990234'} -error: (1062, "Duplicate entry 'anserall-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Anserall', u'countrycode': u'es', u'city_id': u'900050971', u'longitude': u'1.4564659595489502', u'nr_hotels': u'3', u'latitude': u'42.37894058227539'} -error: (1062, "Duplicate entry 'anserall-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Anserall', u'countrycode': u'es', u'city_id': u'900050971', u'longitude': u'1.4564659595489502', u'nr_hotels': u'3', u'latitude': u'42.37894058227539'} -error: (1062, "Duplicate entry 'santa-koloma-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d\u0442\u0430-\u041a\u043e\u043b\u043e\u043c\u0430', u'countrycode': u'es', u'city_id': u'900051518', u'longitude': u'2.207472085952759', u'nr_hotels': u'2', u'latitude': u'41.45186233520508'} -error: (1062, "Duplicate entry 'vall-de-bianya-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vall de Bianya', u'countrycode': u'es', u'city_id': u'900052176', u'longitude': u'2.401494026184082', u'nr_hotels': u'1', u'latitude': u'42.24681854248047'} -error: (1062, "Duplicate entry 'vall-de-bianya-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vall de Bianya', u'countrycode': u'es', u'city_id': u'900052176', u'longitude': u'2.401494026184082', u'nr_hotels': u'1', u'latitude': u'42.24681854248047'} -error: (1062, "Duplicate entry 'el-palmar-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'El Palmar', u'countrycode': u'es', u'city_id': u'900052318', u'longitude': u'-16.696741104125977', u'nr_hotels': u'1', u'latitude': u'28.023120880126953'} -error: (1062, "Duplicate entry 'el-pal-mar-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u042d\u043b\u044c \u041f\u0430\u043b\u044c\u043c\u0430\u0440', u'countrycode': u'es', u'city_id': u'900052318', u'longitude': u'-16.696741104125977', u'nr_hotels': u'1', u'latitude': u'28.023120880126953'} -error: (1062, "Duplicate entry 'canillas-de-aceituno-es' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canillas De Aceituno', u'countrycode': u'es', u'city_id': u'900052400', u'longitude': u'-4.082364082336426', u'nr_hotels': u'1', u'latitude': u'36.87331771850586'} -error: (1062, "Duplicate entry 'canillas-de-aceituno-es' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canillas De Aceituno', u'countrycode': u'es', u'city_id': u'900052400', u'longitude': u'-4.082364082336426', u'nr_hotels': u'1', u'latitude': u'36.87331771850586'} -error: (1062, "Duplicate entry 'ylitornio-fi' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ylitornio', u'countrycode': u'fi', u'city_id': u'-1392749', u'longitude': u'23.66729736328125', u'nr_hotels': u'3', u'latitude': u'66.30565643310547'} -error: (1062, "Duplicate entry 'puhos-fi' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Puhos', u'countrycode': u'fi', u'city_id': u'-1382601', u'longitude': u'29.899999618530273', u'nr_hotels': u'2', u'latitude': u'62.08330154418945'} -error: (1062, "Duplicate entry 'puhos-fi' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0443\u0445\u043e\u0441', u'countrycode': u'fi', u'city_id': u'-1382601', u'longitude': u'29.899999618530273', u'nr_hotels': u'2', u'latitude': u'62.08330154418945'} -error: (1062, "Duplicate entry 'lapua-fi' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lapua', u'countrycode': u'fi', u'city_id': u'-1374454', u'longitude': u'23', u'nr_hotels': u'4', u'latitude': u'62.95000076293945'} -error: (1062, "Duplicate entry 'lapua-fi' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043f\u0443\u0430', u'countrycode': u'fi', u'city_id': u'-1374454', u'longitude': u'23', u'nr_hotels': u'4', u'latitude': u'62.95000076293945'} -error: (1062, "Duplicate entry 'lappo-fi' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lappo', u'countrycode': u'fi', u'city_id': u'-1374440', u'longitude': u'20.983299255371094', u'nr_hotels': u'0', u'latitude': u'60.31669998168945'} -error: (1062, "Duplicate entry 'lappo-fi' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lappo', u'countrycode': u'fi', u'city_id': u'-1374440', u'longitude': u'20.983299255371094', u'nr_hotels': u'0', u'latitude': u'60.31669998168945'} -error: (1062, "Duplicate entry 'korkeakoski-fi' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Korkeakoski', u'countrycode': u'fi', u'city_id': u'-1371799', u'longitude': u'26.88330078125', u'nr_hotels': u'2', u'latitude': u'60.53329849243164'} -error: (1062, "Duplicate entry 'korkeakoski-fi' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u043e\u0440\u043a\u0435\u0430\u043a\u043e\u0441\u043a\u0438', u'countrycode': u'fi', u'city_id': u'-1371799', u'longitude': u'26.88330078125', u'nr_hotels': u'2', u'latitude': u'60.53329849243164'} -error: (1062, "Duplicate entry 'villeneuve-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villeneuve', u'countrycode': u'fr', u'city_id': u'-1476877', u'longitude': u'4.61667013168335', u'nr_hotels': u'0', u'latitude': u'43.58330154418945'} -error: (1062, "Duplicate entry 'villeneuve-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villeneuve', u'countrycode': u'fr', u'city_id': u'-1476877', u'longitude': u'4.61667013168335', u'nr_hotels': u'0', u'latitude': u'43.58330154418945'} -error: (1062, "Duplicate entry 'villars-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villars', u'countrycode': u'fr', u'city_id': u'-1476555', u'longitude': u'5.400000095367432', u'nr_hotels': u'1', u'latitude': u'43.91669845581055'} -error: (1062, "Duplicate entry 'villars-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villars', u'countrycode': u'fr', u'city_id': u'-1476555', u'longitude': u'5.400000095367432', u'nr_hotels': u'1', u'latitude': u'43.91669845581055'} -error: (1062, "Duplicate entry 'vicq-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vicq', u'countrycode': u'fr', u'city_id': u'-1476110', u'longitude': u'3.0999999046325684', u'nr_hotels': u'3', u'latitude': u'46.13330078125'} -error: (1062, "Duplicate entry 'vicq-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vicq', u'countrycode': u'fr', u'city_id': u'-1476110', u'longitude': u'3.0999999046325684', u'nr_hotels': u'3', u'latitude': u'46.13330078125'} -error: (1062, "Duplicate entry 'vers-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vers', u'countrycode': u'fr', u'city_id': u'-1475806', u'longitude': u'4.533329963684082', u'nr_hotels': u'4', u'latitude': u'43.96670150756836'} -error: (1062, "Duplicate entry 'vers-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vers', u'countrycode': u'fr', u'city_id': u'-1475806', u'longitude': u'4.533329963684082', u'nr_hotels': u'4', u'latitude': u'43.96670150756836'} -error: (1062, "Duplicate entry 'vernouillet-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vernouillet', u'countrycode': u'fr', u'city_id': u'-1475738', u'longitude': u'1.36667001247406', u'nr_hotels': u'1', u'latitude': u'48.71670150756836'} -error: (1062, "Duplicate entry 'vernouillet-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vernouillet', u'countrycode': u'fr', u'city_id': u'-1475738', u'longitude': u'1.36667001247406', u'nr_hotels': u'1', u'latitude': u'48.71670150756836'} -error: (1062, "Duplicate entry 'vernon-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vernon', u'countrycode': u'fr', u'city_id': u'-1475720', u'longitude': u'4.233329772949219', u'nr_hotels': u'1', u'latitude': u'44.5'} -error: (1062, "Duplicate entry 'vernon-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vernon', u'countrycode': u'fr', u'city_id': u'-1475720', u'longitude': u'4.233329772949219', u'nr_hotels': u'1', u'latitude': u'44.5'} -error: (1062, "Duplicate entry 'venterol-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Venterol', u'countrycode': u'fr', u'city_id': u'-1475446', u'longitude': u'5.099999904632568', u'nr_hotels': u'1', u'latitude': u'44.38330078125'} -error: (1062, "Duplicate entry 'venterol-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Venterol', u'countrycode': u'fr', u'city_id': u'-1475446', u'longitude': u'5.099999904632568', u'nr_hotels': u'1', u'latitude': u'44.38330078125'} -error: (1062, "Duplicate entry 'ussel-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ussel', u'countrycode': u'fr', u'city_id': u'-1474189', u'longitude': u'1.5', u'nr_hotels': u'0', u'latitude': u'44.58330154418945'} -error: (1062, "Duplicate entry 'ussel-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ussel', u'countrycode': u'fr', u'city_id': u'-1474189', u'longitude': u'1.5', u'nr_hotels': u'0', u'latitude': u'44.58330154418945'} -error: (1062, "Duplicate entry 'thury-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Thury', u'countrycode': u'fr', u'city_id': u'-1472838', u'longitude': u'4.516670227050781', u'nr_hotels': u'1', u'latitude': u'47.03329849243164'} -error: (1062, "Duplicate entry 'thury-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Thury', u'countrycode': u'fr', u'city_id': u'-1472838', u'longitude': u'4.516670227050781', u'nr_hotels': u'1', u'latitude': u'47.03329849243164'} -error: (1062, "Duplicate entry 'thoiry-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Thoiry', u'countrycode': u'fr', u'city_id': u'-1472707', u'longitude': u'5.966670036315918', u'nr_hotels': u'2', u'latitude': u'46.233299255371094'} -error: (1062, "Duplicate entry 'talmont-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Talmont', u'countrycode': u'fr', u'city_id': u'-1472006', u'longitude': u'-0.8999999761581421', u'nr_hotels': u'2', u'latitude': u'45.53329849243164'} -error: (1062, "Duplicate entry 'talmont-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Talmont', u'countrycode': u'fr', u'city_id': u'-1472006', u'longitude': u'-0.8999999761581421', u'nr_hotels': u'2', u'latitude': u'45.53329849243164'} -error: (1062, "Duplicate entry 'savigny-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Savigny', u'countrycode': u'fr', u'city_id': u'-1469916', u'longitude': u'4.566669940948486', u'nr_hotels': u'2', u'latitude': u'45.81669998168945'} -error: (1062, "Duplicate entry 'savigny-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Savigny', u'countrycode': u'fr', u'city_id': u'-1469916', u'longitude': u'4.566669940948486', u'nr_hotels': u'2', u'latitude': u'45.81669998168945'} -error: (1062, "Duplicate entry 'sauveterre-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sauveterre', u'countrycode': u'fr', u'city_id': u'-1469806', u'longitude': u'-0.9333329796791077', u'nr_hotels': u'2', u'latitude': u'43.400001525878906'} -error: (1062, "Duplicate entry 'sauveterre-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sauveterre', u'countrycode': u'fr', u'city_id': u'-1469806', u'longitude': u'-0.9333329796791077', u'nr_hotels': u'2', u'latitude': u'43.400001525878906'} -error: (1062, "Duplicate entry 'sauveterre-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sauveterre', u'countrycode': u'fr', u'city_id': u'-1469805', u'longitude': u'0.6833329796791077', u'nr_hotels': u'1', u'latitude': u'43.03329849243164'} -error: (1062, "Duplicate entry 'sauveterre-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sauveterre', u'countrycode': u'fr', u'city_id': u'-1469805', u'longitude': u'0.6833329796791077', u'nr_hotels': u'1', u'latitude': u'43.03329849243164'} -error: (1062, "Duplicate entry 'sarrazac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sarrazac', u'countrycode': u'fr', u'city_id': u'-1469493', u'longitude': u'1.5833300352096558', u'nr_hotels': u'1', u'latitude': u'45.016700744628906'} -error: (1062, "Duplicate entry 'sarrazac-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sarrazac', u'countrycode': u'fr', u'city_id': u'-1469493', u'longitude': u'1.5833300352096558', u'nr_hotels': u'1', u'latitude': u'45.016700744628906'} -error: (1062, "Duplicate entry 'salles-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salles', u'countrycode': u'fr', u'city_id': u'-1469081', u'longitude': u'-0.8666669726371765', u'nr_hotels': u'4', u'latitude': u'44.54999923706055'} -error: (1062, "Duplicate entry 'salles-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salles', u'countrycode': u'fr', u'city_id': u'-1469081', u'longitude': u'-0.8666669726371765', u'nr_hotels': u'4', u'latitude': u'44.54999923706055'} -error: (1062, "Duplicate entry 'salles-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salles', u'countrycode': u'fr', u'city_id': u'-1469079', u'longitude': u'-0.1166670024394989', u'nr_hotels': u'1', u'latitude': u'43.03329849243164'} -error: (1062, "Duplicate entry 'salles-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salles', u'countrycode': u'fr', u'city_id': u'-1469079', u'longitude': u'-0.1166670024394989', u'nr_hotels': u'1', u'latitude': u'43.03329849243164'} -error: (1062, "Duplicate entry 'saix-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saix', u'countrycode': u'fr', u'city_id': u'-1468945', u'longitude': u'2.1833300590515137', u'nr_hotels': u'2', u'latitude': u'43.58330154418945'} -error: (1062, "Duplicate entry 'saix-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saix', u'countrycode': u'fr', u'city_id': u'-1468945', u'longitude': u'2.1833300590515137', u'nr_hotels': u'2', u'latitude': u'43.58330154418945'} -error: (1062, "Duplicate entry 'saint-symphorien-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Symphorien', u'countrycode': u'fr', u'city_id': u'-1468657', u'longitude': u'1.6833300590515137', u'nr_hotels': u'2', u'latitude': u'48.516700744628906'} -error: (1062, "Duplicate entry 'saint-sauveur-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Sauveur', u'countrycode': u'fr', u'city_id': u'-1468416', u'longitude': u'1.399999976158142', u'nr_hotels': u'1', u'latitude': u'43.75'} -error: (1062, "Duplicate entry 'saint-sauveur-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Sauveur', u'countrycode': u'fr', u'city_id': u'-1468416', u'longitude': u'1.399999976158142', u'nr_hotels': u'1', u'latitude': u'43.75'} -error: (1062, "Duplicate entry 'saint-prix-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Prix', u'countrycode': u'fr', u'city_id': u'-1468146', u'longitude': u'3.6500000953674316', u'nr_hotels': u'1', u'latitude': u'46.233299255371094'} -error: (1062, "Duplicate entry 'saint-prix-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Prix', u'countrycode': u'fr', u'city_id': u'-1468146', u'longitude': u'3.6500000953674316', u'nr_hotels': u'1', u'latitude': u'46.233299255371094'} -error: (1062, "Duplicate entry 'saint-prix-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Prix', u'countrycode': u'fr', u'city_id': u'-1468145', u'longitude': u'4.516670227050781', u'nr_hotels': u'8', u'latitude': u'44.95000076293945'} -error: (1062, "Duplicate entry 'saint-prix-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Prix', u'countrycode': u'fr', u'city_id': u'-1468145', u'longitude': u'4.516670227050781', u'nr_hotels': u'8', u'latitude': u'44.95000076293945'} -error: (1062, "Duplicate entry 'saint-pons-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Pons', u'countrycode': u'fr', u'city_id': u'-1468086', u'longitude': u'6.63332986831665', u'nr_hotels': u'2', u'latitude': u'44.400001525878906'} -error: (1062, "Duplicate entry 'saint-pons-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Pons', u'countrycode': u'fr', u'city_id': u'-1468086', u'longitude': u'6.63332986831665', u'nr_hotels': u'2', u'latitude': u'44.400001525878906'} -error: (1062, "Duplicate entry 'saint-pierre-du-mont-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Pierre-du-Mont', u'countrycode': u'fr', u'city_id': u'-1468002', u'longitude': u'-0.5166670083999634', u'nr_hotels': u'2', u'latitude': u'43.88330078125'} -error: (1062, "Duplicate entry 'saint-pierre-du-mont-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Pierre-du-Mont', u'countrycode': u'fr', u'city_id': u'-1468002', u'longitude': u'-0.5166670083999634', u'nr_hotels': u'2', u'latitude': u'43.88330078125'} -error: (1062, "Duplicate entry 'saint-paul-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Paul', u'countrycode': u'fr', u'city_id': u'-1467764', u'longitude': u'6.75', u'nr_hotels': u'1', u'latitude': u'44.516700744628906'} -error: (1062, "Duplicate entry 'saint-paul-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Paul', u'countrycode': u'fr', u'city_id': u'-1467764', u'longitude': u'6.75', u'nr_hotels': u'1', u'latitude': u'44.516700744628906'} -error: (1062, "Duplicate entry 'saint-ours-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Ours', u'countrycode': u'fr', u'city_id': u'-1467680', u'longitude': u'6', u'nr_hotels': u'1', u'latitude': u'45.75'} -error: (1062, "Duplicate entry 'saint-ours-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Ours', u'countrycode': u'fr', u'city_id': u'-1467680', u'longitude': u'6', u'nr_hotels': u'1', u'latitude': u'45.75'} -error: (1062, "Duplicate entry 'sen-nazer-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0435\u043d-\u041d\u0430\u0437\u0435\u0440', u'countrycode': u'fr', u'city_id': u'-1467543', u'longitude': u'-2.200000047683716', u'nr_hotels': u'19', u'latitude': u'47.28329849243164'} -error: (1062, "Duplicate entry 'saint-nazaire-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Nazaire', u'countrycode': u'fr', u'city_id': u'-1467539', u'longitude': u'4.599999904632568', u'nr_hotels': u'1', u'latitude': u'44.20000076293945'} -error: (1062, "Duplicate entry 'saint-nazaire-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Nazaire', u'countrycode': u'fr', u'city_id': u'-1467539', u'longitude': u'4.599999904632568', u'nr_hotels': u'1', u'latitude': u'44.20000076293945'} -error: (1062, "Duplicate entry 'saint-michel-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Michel', u'countrycode': u'fr', u'city_id': u'-1467444', u'longitude': u'5.300000190734863', u'nr_hotels': u'1', u'latitude': u'47.71670150756836'} -error: (1062, "Duplicate entry 'saint-michel-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Michel', u'countrycode': u'fr', u'city_id': u'-1467440', u'longitude': u'5.916669845581055', u'nr_hotels': u'1', u'latitude': u'45.349998474121094'} -error: (1062, "Duplicate entry 'saint-michel-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Michel', u'countrycode': u'fr', u'city_id': u'-1467440', u'longitude': u'5.916669845581055', u'nr_hotels': u'1', u'latitude': u'45.349998474121094'} -error: (1062, "Duplicate entry 'saint-michel-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Michel', u'countrycode': u'fr', u'city_id': u'-1467431', u'longitude': u'-1.216670036315918', u'nr_hotels': u'2', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'saint-michel-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Michel', u'countrycode': u'fr', u'city_id': u'-1467431', u'longitude': u'-1.216670036315918', u'nr_hotels': u'2', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'saint-marcel-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Marcel', u'countrycode': u'fr', u'city_id': u'-1466868', u'longitude': u'2.9333300590515137', u'nr_hotels': u'1', u'latitude': u'43.25'} -error: (1062, "Duplicate entry 'saint-marcel-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Marcel', u'countrycode': u'fr', u'city_id': u'-1466868', u'longitude': u'2.9333300590515137', u'nr_hotels': u'1', u'latitude': u'43.25'} -error: (1062, "Duplicate entry 'saint-loup-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Loup', u'countrycode': u'fr', u'city_id': u'-1466746', u'longitude': u'3.3833301067352295', u'nr_hotels': u'1', u'latitude': u'46.349998474121094'} -error: (1062, "Duplicate entry 'saint-loup-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Loup', u'countrycode': u'fr', u'city_id': u'-1466746', u'longitude': u'3.3833301067352295', u'nr_hotels': u'1', u'latitude': u'46.349998474121094'} -error: (1062, "Duplicate entry 'sen-loran-dyu-var-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0435\u043d-\u041b\u043e\u0440\u0430\u043d-\u0434\u044e-\u0412\u0430\u0440', u'countrycode': u'fr', u'city_id': u'-1466573', u'longitude': u'7.183330059051514', u'nr_hotels': u'16', u'latitude': u'43.66669845581055'} -error: (1062, "Duplicate entry 'saint-julien-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Julien', u'countrycode': u'fr', u'city_id': u'-1466326', u'longitude': u'5.449999809265137', u'nr_hotels': u'1', u'latitude': u'46.38330078125'} -error: (1062, "Duplicate entry 'saint-julien-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Julien', u'countrycode': u'fr', u'city_id': u'-1466326', u'longitude': u'5.449999809265137', u'nr_hotels': u'1', u'latitude': u'46.38330078125'} -error: (1062, "Duplicate entry 'saint-julien-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Julien', u'countrycode': u'fr', u'city_id': u'-1466325', u'longitude': u'4.666669845581055', u'nr_hotels': u'4', u'latitude': u'46.03329849243164'} -error: (1062, "Duplicate entry 'saint-julien-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Julien', u'countrycode': u'fr', u'city_id': u'-1466325', u'longitude': u'4.666669845581055', u'nr_hotels': u'4', u'latitude': u'46.03329849243164'} -error: (1062, "Duplicate entry 'saint-hippolyte-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Hippolyte', u'countrycode': u'fr', u'city_id': u'-1465975', u'longitude': u'2.966670036315918', u'nr_hotels': u'1', u'latitude': u'42.78329849243164'} -error: (1062, "Duplicate entry 'saint-hippolyte-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Hippolyte', u'countrycode': u'fr', u'city_id': u'-1465975', u'longitude': u'2.966670036315918', u'nr_hotels': u'1', u'latitude': u'42.78329849243164'} -error: (1062, "Duplicate entry 'saint-hilaire-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Hilaire', u'countrycode': u'fr', u'city_id': u'-1465889', u'longitude': u'5.88332986831665', u'nr_hotels': u'1', u'latitude': u'45.29999923706055'} -error: (1062, "Duplicate entry 'saint-hilaire-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Hilaire', u'countrycode': u'fr', u'city_id': u'-1465889', u'longitude': u'5.88332986831665', u'nr_hotels': u'1', u'latitude': u'45.29999923706055'} -error: (1062, "Duplicate entry 'saint-gilles-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Gilles', u'countrycode': u'fr', u'city_id': u'-1465784', u'longitude': u'4.433330059051514', u'nr_hotels': u'3', u'latitude': u'43.68330001831055'} -error: (1062, "Duplicate entry 'saint-front-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Front', u'countrycode': u'fr', u'city_id': u'-1465396', u'longitude': u'4.13332986831665', u'nr_hotels': u'1', u'latitude': u'44.983299255371094'} -error: (1062, "Duplicate entry 'saint-front-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Front', u'countrycode': u'fr', u'city_id': u'-1465396', u'longitude': u'4.13332986831665', u'nr_hotels': u'1', u'latitude': u'44.983299255371094'} -error: (1062, "Duplicate entry 'saint-firmin-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Firmin', u'countrycode': u'fr', u'city_id': u'-1465341', u'longitude': u'1.61667001247406', u'nr_hotels': u'2', u'latitude': u'50.266700744628906'} -error: (1062, "Duplicate entry 'saint-firmin-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Firmin', u'countrycode': u'fr', u'city_id': u'-1465341', u'longitude': u'1.61667001247406', u'nr_hotels': u'2', u'latitude': u'50.266700744628906'} -error: (1062, "Duplicate entry 'sainte-sabine-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sainte-Sabine', u'countrycode': u'fr', u'city_id': u'-1465125', u'longitude': u'0.75', u'nr_hotels': u'2', u'latitude': u'44.70000076293945'} -error: (1062, "Duplicate entry 'sainte-sabine-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sainte-Sabine', u'countrycode': u'fr', u'city_id': u'-1465125', u'longitude': u'0.75', u'nr_hotels': u'2', u'latitude': u'44.70000076293945'} -error: (1062, "Duplicate entry 'sainte-marie-du-bois-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sainte-Marie-du-Bois', u'countrycode': u'fr', u'city_id': u'-1465039', u'longitude': u'-0.4833329916000366', u'nr_hotels': u'1', u'latitude': u'48.46670150756836'} -error: (1062, "Duplicate entry 'sainte-marie-du-bois-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sainte-Marie-du-Bois', u'countrycode': u'fr', u'city_id': u'-1465039', u'longitude': u'-0.4833329916000366', u'nr_hotels': u'1', u'latitude': u'48.46670150756836'} -error: (1062, "Duplicate entry 'sainte-gemme-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sainte-Gemme', u'countrycode': u'fr', u'city_id': u'-1464885', u'longitude': u'0.08333329856395721', u'nr_hotels': u'2', u'latitude': u'44.61669921875'} -error: (1062, "Duplicate entry 'sainte-gemme-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sainte-Gemme', u'countrycode': u'fr', u'city_id': u'-1464885', u'longitude': u'0.08333329856395721', u'nr_hotels': u'2', u'latitude': u'44.61669921875'} -error: (1062, "Duplicate entry 'sainte-croix-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sainte-Croix', u'countrycode': u'fr', u'city_id': u'-1464798', u'longitude': u'1.1833300590515137', u'nr_hotels': u'1', u'latitude': u'44.33330154418945'} -error: (1062, "Duplicate entry 'sainte-croix-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sainte-Croix', u'countrycode': u'fr', u'city_id': u'-1464798', u'longitude': u'1.1833300590515137', u'nr_hotels': u'1', u'latitude': u'44.33330154418945'} -error: (1062, "Duplicate entry 'saint-cyprien-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Cyprien', u'countrycode': u'fr', u'city_id': u'-1464479', u'longitude': u'3', u'nr_hotels': u'94', u'latitude': u'42.61669921875'} -error: (1062, "Duplicate entry 'saint-christol-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Christol', u'countrycode': u'fr', u'city_id': u'-1464285', u'longitude': u'4.083330154418945', u'nr_hotels': u'2', u'latitude': u'43.733299255371094'} -error: (1062, "Duplicate entry 'saint-christol-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Christol', u'countrycode': u'fr', u'city_id': u'-1464285', u'longitude': u'4.083330154418945', u'nr_hotels': u'2', u'latitude': u'43.733299255371094'} -error: (1062, "Duplicate entry 'saint-brice-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Brice', u'countrycode': u'fr', u'city_id': u'-1464171', u'longitude': u'-0.15000000596046448', u'nr_hotels': u'1', u'latitude': u'44.68330001831055'} -error: (1062, "Duplicate entry 'saint-brice-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Brice', u'countrycode': u'fr', u'city_id': u'-1464171', u'longitude': u'-0.15000000596046448', u'nr_hotels': u'1', u'latitude': u'44.68330001831055'} -error: (1062, "Duplicate entry 'saint-avit-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Avit', u'countrycode': u'fr', u'city_id': u'-1463953', u'longitude': u'-0.43333300948143005', u'nr_hotels': u'2', u'latitude': u'43.93330001831055'} -error: (1062, "Duplicate entry 'saint-avit-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Avit', u'countrycode': u'fr', u'city_id': u'-1463953', u'longitude': u'-0.43333300948143005', u'nr_hotels': u'2', u'latitude': u'43.93330001831055'} -error: (1062, "Duplicate entry 'saint-aubin-sur-mer-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Aubin-sur-Mer', u'countrycode': u'fr', u'city_id': u'-1463927', u'longitude': u'-0.4000000059604645', u'nr_hotels': u'4', u'latitude': u'49.33330154418945'} -error: (1062, "Duplicate entry 'saint-arnoult-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Arnoult', u'countrycode': u'fr', u'city_id': u'-1463828', u'longitude': u'0.08333329856395721', u'nr_hotels': u'1', u'latitude': u'49.33330154418945'} -error: (1062, "Duplicate entry 'saint-alban-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Alban', u'countrycode': u'fr', u'city_id': u'-1463585', u'longitude': u'5.949999809265137', u'nr_hotels': u'1', u'latitude': u'45.58330154418945'} -error: (1062, "Duplicate entry 'saint-alban-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Alban', u'countrycode': u'fr', u'city_id': u'-1463585', u'longitude': u'5.949999809265137', u'nr_hotels': u'1', u'latitude': u'45.58330154418945'} -error: (1062, "Duplicate entry 'saint-aignan-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Aignan', u'countrycode': u'fr', u'city_id': u'-1463567', u'longitude': u'-3.016669988632202', u'nr_hotels': u'3', u'latitude': u'48.18330001831055'} -error: (1062, "Duplicate entry 'saint-aignan-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint-Aignan', u'countrycode': u'fr', u'city_id': u'-1463567', u'longitude': u'-3.016669988632202', u'nr_hotels': u'3', u'latitude': u'48.18330001831055'} -error: (1062, "Duplicate entry 'saint-aignan-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Aignan', u'countrycode': u'fr', u'city_id': u'-1463565', u'longitude': u'1.38332998752594', u'nr_hotels': u'6', u'latitude': u'47.266700744628906'} -error: (1062, "Duplicate entry 'roquefort-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Roquefort', u'countrycode': u'fr', u'city_id': u'-1462594', u'longitude': u'-0.31666699051856995', u'nr_hotels': u'1', u'latitude': u'44.03329849243164'} -error: (1062, "Duplicate entry 'romagne-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Romagne', u'countrycode': u'fr', u'city_id': u'-1462408', u'longitude': u'-0.18333299458026886', u'nr_hotels': u'2', u'latitude': u'44.766700744628906'} -error: (1062, "Duplicate entry 'prades-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Prades', u'countrycode': u'fr', u'city_id': u'-1459794', u'longitude': u'2.4333300590515137', u'nr_hotels': u'8', u'latitude': u'42.61669921875'} -error: (1062, "Duplicate entry 'poligny-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Poligny', u'countrycode': u'fr', u'city_id': u'-1458977', u'longitude': u'5.716670036315918', u'nr_hotels': u'1', u'latitude': u'46.83330154418945'} -error: (1062, "Duplicate entry 'ouroux-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ouroux', u'countrycode': u'fr', u'city_id': u'-1456459', u'longitude': u'4.599999904632568', u'nr_hotels': u'1', u'latitude': u'46.233299255371094'} -error: (1062, "Duplicate entry 'ouroux-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ouroux', u'countrycode': u'fr', u'city_id': u'-1456459', u'longitude': u'4.599999904632568', u'nr_hotels': u'1', u'latitude': u'46.233299255371094'} -error: (1062, "Duplicate entry 'orval-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orval', u'countrycode': u'fr', u'city_id': u'-1456259', u'longitude': u'2.4719200134277344', u'nr_hotels': u'1', u'latitude': u'46.72549819946289'} -error: (1062, "Duplicate entry 'orval-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Orval', u'countrycode': u'fr', u'city_id': u'-1456259', u'longitude': u'2.4719200134277344', u'nr_hotels': u'1', u'latitude': u'46.72549819946289'} -error: (1062, "Duplicate entry 'orgeval-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orgeval', u'countrycode': u'fr', u'city_id': u'-1456061', u'longitude': u'1.9833300113677979', u'nr_hotels': u'1', u'latitude': u'48.91669845581055'} -error: (1062, "Duplicate entry 'olivet-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Olivet', u'countrycode': u'fr', u'city_id': u'-1455822', u'longitude': u'1.899999976158142', u'nr_hotels': u'7', u'latitude': u'47.86669921875'} -error: (1062, "Duplicate entry 'olivet-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u043b\u0438\u0432\u0435\u0442', u'countrycode': u'fr', u'city_id': u'-1455822', u'longitude': u'1.899999976158142', u'nr_hotels': u'7', u'latitude': u'47.86669921875'} -error: (1062, "Duplicate entry 'nolay-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nolay', u'countrycode': u'fr', u'city_id': u'-1455255', u'longitude': u'4.63332986831665', u'nr_hotels': u'3', u'latitude': u'46.95000076293945'} -error: (1062, "Duplicate entry 'nolay-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nolay', u'countrycode': u'fr', u'city_id': u'-1455255', u'longitude': u'4.63332986831665', u'nr_hotels': u'3', u'latitude': u'46.95000076293945'} -error: (1062, "Duplicate entry 'noailhac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Noailhac', u'countrycode': u'fr', u'city_id': u'-1455116', u'longitude': u'2.3666698932647705', u'nr_hotels': u'1', u'latitude': u'43.56669998168945'} -error: (1062, "Duplicate entry 'noailhac-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Noailhac', u'countrycode': u'fr', u'city_id': u'-1455116', u'longitude': u'2.3666698932647705', u'nr_hotels': u'1', u'latitude': u'43.56669998168945'} -error: (1062, "Duplicate entry 'murs-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Murs', u'countrycode': u'fr', u'city_id': u'-1454298', u'longitude': u'5.25', u'nr_hotels': u'8', u'latitude': u'43.95000076293945'} -error: (1062, "Duplicate entry 'montmirail-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montmirail', u'countrycode': u'fr', u'city_id': u'-1453185', u'longitude': u'0.800000011920929', u'nr_hotels': u'3', u'latitude': u'48.099998474121094'} -error: (1062, "Duplicate entry 'montmirail-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montmirail', u'countrycode': u'fr', u'city_id': u'-1453185', u'longitude': u'0.800000011920929', u'nr_hotels': u'3', u'latitude': u'48.099998474121094'} -error: (1062, "Duplicate entry 'montlaur-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montlaur', u'countrycode': u'fr', u'city_id': u'-1453098', u'longitude': u'2.5666699409484863', u'nr_hotels': u'1', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'montlaur-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montlaur', u'countrycode': u'fr', u'city_id': u'-1453098', u'longitude': u'2.5666699409484863', u'nr_hotels': u'1', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'montfaucon-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montfaucon', u'countrycode': u'fr', u'city_id': u'-1452801', u'longitude': u'4.300000190734863', u'nr_hotels': u'1', u'latitude': u'45.16669845581055'} -error: (1062, "Duplicate entry 'montfaucon-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montfaucon', u'countrycode': u'fr', u'city_id': u'-1452801', u'longitude': u'4.300000190734863', u'nr_hotels': u'1', u'latitude': u'45.16669845581055'} -error: (1062, "Duplicate entry 'moncontour-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Moncontour', u'countrycode': u'fr', u'city_id': u'-1452042', u'longitude': u'-0.016666699200868607', u'nr_hotels': u'1', u'latitude': u'46.88330078125'} -error: (1062, "Duplicate entry 'moncontour-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Moncontour', u'countrycode': u'fr', u'city_id': u'-1452042', u'longitude': u'-0.016666699200868607', u'nr_hotels': u'1', u'latitude': u'46.88330078125'} -error: (1062, "Duplicate entry 'mirepoix-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mirepoix', u'countrycode': u'fr', u'city_id': u'-1451701', u'longitude': u'1.88332998752594', u'nr_hotels': u'7', u'latitude': u'43.08330154418945'} -error: (1062, "Duplicate entry 'melan-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0435\u043b\u0430\u043d', u'countrycode': u'fr', u'city_id': u'-1451153', u'longitude': u'1.11667001247406', u'nr_hotels': u'3', u'latitude': u'47.516700744628906'} -error: (1062, "Duplicate entry 'merville-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Merville', u'countrycode': u'fr', u'city_id': u'-1451122', u'longitude': u'1.3166699409484863', u'nr_hotels': u'1', u'latitude': u'43.733299255371094'} -error: (1062, "Duplicate entry 'merville-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Merville', u'countrycode': u'fr', u'city_id': u'-1451122', u'longitude': u'1.3166699409484863', u'nr_hotels': u'1', u'latitude': u'43.733299255371094'} -error: (1062, "Duplicate entry 'maubec-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Maubec', u'countrycode': u'fr', u'city_id': u'-1450260', u'longitude': u'0.9166669845581055', u'nr_hotels': u'1', u'latitude': u'43.79999923706055'} -error: (1062, "Duplicate entry 'maubec-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Maubec', u'countrycode': u'fr', u'city_id': u'-1450260', u'longitude': u'0.9166669845581055', u'nr_hotels': u'1', u'latitude': u'43.79999923706055'} -error: (1062, "Duplicate entry 'marseillan-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marseillan', u'countrycode': u'fr', u'city_id': u'-1449945', u'longitude': u'3.533329963684082', u'nr_hotels': u'13', u'latitude': u'43.349998474121094'} -error: (1062, "Duplicate entry 'mars-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mars', u'countrycode': u'fr', u'city_id': u'-1449898', u'longitude': u'4.316669940948486', u'nr_hotels': u'1', u'latitude': u'45.016700744628906'} -error: (1062, "Duplicate entry 'mars-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mars', u'countrycode': u'fr', u'city_id': u'-1449898', u'longitude': u'4.316669940948486', u'nr_hotels': u'1', u'latitude': u'45.016700744628906'} -error: (1062, "Duplicate entry 'marigny-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marigny', u'countrycode': u'fr', u'city_id': u'-1449673', u'longitude': u'-0.41666701436042786', u'nr_hotels': u'3', u'latitude': u'46.20000076293945'} -error: (1062, "Duplicate entry 'marigny-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marigny', u'countrycode': u'fr', u'city_id': u'-1449673', u'longitude': u'-0.41666701436042786', u'nr_hotels': u'3', u'latitude': u'46.20000076293945'} -error: (1062, "Duplicate entry 'mandailles-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mandailles', u'countrycode': u'fr', u'city_id': u'-1449155', u'longitude': u'2.8833301067352295', u'nr_hotels': u'2', u'latitude': u'44.516700744628906'} -error: (1062, "Duplicate entry 'mandailles-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mandailles', u'countrycode': u'fr', u'city_id': u'-1449155', u'longitude': u'2.8833301067352295', u'nr_hotels': u'2', u'latitude': u'44.516700744628906'} -error: (1062, "Duplicate entry 'le-vigan-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Le Vigan', u'countrycode': u'fr', u'city_id': u'-1446591', u'longitude': u'3.5999999046325684', u'nr_hotels': u'2', u'latitude': u'43.983299255371094'} -error: (1062, "Duplicate entry 'le-vigan-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Le Vigan', u'countrycode': u'fr', u'city_id': u'-1446591', u'longitude': u'3.5999999046325684', u'nr_hotels': u'2', u'latitude': u'43.983299255371094'} -error: (1062, "Duplicate entry 'le-vast-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Le Vast', u'countrycode': u'fr', u'city_id': u'-1446457', u'longitude': u'-1.350000023841858', u'nr_hotels': u'1', u'latitude': u'49.61669921875'} -error: (1062, "Duplicate entry 'le-vast-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Le Vast', u'countrycode': u'fr', u'city_id': u'-1446457', u'longitude': u'-1.350000023841858', u'nr_hotels': u'1', u'latitude': u'49.61669921875'} -error: (1062, "Duplicate entry 'le-theil-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Le Theil', u'countrycode': u'fr', u'city_id': u'-1446195', u'longitude': u'3.1333301067352295', u'nr_hotels': u'1', u'latitude': u'46.349998474121094'} -error: (1062, "Duplicate entry 'le-theil-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Le Theil', u'countrycode': u'fr', u'city_id': u'-1446195', u'longitude': u'3.1333301067352295', u'nr_hotels': u'1', u'latitude': u'46.349998474121094'} -error: (1062, "Duplicate entry 'le-theil-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Le Theil', u'countrycode': u'fr', u'city_id': u'-1446193', u'longitude': u'2.5999999046325684', u'nr_hotels': u'1', u'latitude': u'46.31669998168945'} -error: (1062, "Duplicate entry 'le-theil-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Le Theil', u'countrycode': u'fr', u'city_id': u'-1446193', u'longitude': u'2.5999999046325684', u'nr_hotels': u'1', u'latitude': u'46.31669998168945'} -error: (1062, "Duplicate entry 'les-taillades-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Les Taillades', u'countrycode': u'fr', u'city_id': u'-1445842', u'longitude': u'4.966670036315918', u'nr_hotels': u'0', u'latitude': u'43.93330001831055'} -error: (1062, "Duplicate entry 'les-taillades-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Les Taillades', u'countrycode': u'fr', u'city_id': u'-1445842', u'longitude': u'4.966670036315918', u'nr_hotels': u'0', u'latitude': u'43.93330001831055'} -error: (1062, "Duplicate entry 'les-essards-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Les Essards', u'countrycode': u'fr', u'city_id': u'-1444261', u'longitude': u'0.1166670024394989', u'nr_hotels': u'1', u'latitude': u'45.233299255371094'} -error: (1062, "Duplicate entry 'les-essards-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Les Essards', u'countrycode': u'fr', u'city_id': u'-1444261', u'longitude': u'0.1166670024394989', u'nr_hotels': u'1', u'latitude': u'45.233299255371094'} -error: (1062, "Duplicate entry 'le-bosc-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Le Bosc', u'countrycode': u'fr', u'city_id': u'-1440205', u'longitude': u'1.466670036315918', u'nr_hotels': u'1', u'latitude': u'42.95000076293945'} -error: (1062, "Duplicate entry 'lavergne-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lavergne', u'countrycode': u'fr', u'city_id': u'-1439712', u'longitude': u'1.7666699886322021', u'nr_hotels': u'1', u'latitude': u'44.79999923706055'} -error: (1062, "Duplicate entry 'lavergne-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lavergne', u'countrycode': u'fr', u'city_id': u'-1439712', u'longitude': u'1.7666699886322021', u'nr_hotels': u'1', u'latitude': u'44.79999923706055'} -error: (1062, "Duplicate entry 'laval-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Laval', u'countrycode': u'fr', u'city_id': u'-1439518', u'longitude': u'1.350000023841858', u'nr_hotels': u'1', u'latitude': u'45.016700744628906'} -error: (1062, "Duplicate entry 'laval-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Laval', u'countrycode': u'fr', u'city_id': u'-1439518', u'longitude': u'1.350000023841858', u'nr_hotels': u'1', u'latitude': u'45.016700744628906'} -error: (1062, "Duplicate entry 'la-pommeraye-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Pommeraye', u'countrycode': u'fr', u'city_id': u'-1438177', u'longitude': u'-0.8500000238418579', u'nr_hotels': u'1', u'latitude': u'47.349998474121094'} -error: (1062, "Duplicate entry 'la-pommeraye-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Pommeraye', u'countrycode': u'fr', u'city_id': u'-1438177', u'longitude': u'-0.8500000238418579', u'nr_hotels': u'1', u'latitude': u'47.349998474121094'} -error: (1062, "Duplicate entry 'langon-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Langon', u'countrycode': u'fr', u'city_id': u'-1437700', u'longitude': u'1.8333300352096558', u'nr_hotels': u'1', u'latitude': u'47.28329849243164'} -error: (1062, "Duplicate entry 'langon-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Langon', u'countrycode': u'fr', u'city_id': u'-1437700', u'longitude': u'1.8333300352096558', u'nr_hotels': u'1', u'latitude': u'47.28329849243164'} -error: (1062, "Duplicate entry 'langon-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Langon', u'countrycode': u'fr', u'city_id': u'-1437699', u'longitude': u'-0.25', u'nr_hotels': u'6', u'latitude': u'44.54999923706055'} -error: (1062, "Duplicate entry 'langon-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u0433\u043e\u043d', u'countrycode': u'fr', u'city_id': u'-1437699', u'longitude': u'-0.25', u'nr_hotels': u'6', u'latitude': u'44.54999923706055'} -error: (1062, "Duplicate entry 'la-madrague-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Madrague', u'countrycode': u'fr', u'city_id': u'-1437019', u'longitude': u'6.099999904632568', u'nr_hotels': u'1', u'latitude': u'43.03329849243164'} -error: (1062, "Duplicate entry 'la-madrague-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Madrague', u'countrycode': u'fr', u'city_id': u'-1437019', u'longitude': u'6.099999904632568', u'nr_hotels': u'1', u'latitude': u'43.03329849243164'} -error: (1062, "Duplicate entry 'la-garde-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Garde', u'countrycode': u'fr', u'city_id': u'-1436165', u'longitude': u'6.015699863433838', u'nr_hotels': u'6', u'latitude': u'43.1254997253418'} -error: (1062, "Duplicate entry 'la-gard-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430-\u0413\u0430\u0440\u0434', u'countrycode': u'fr', u'city_id': u'-1436165', u'longitude': u'6.015699863433838', u'nr_hotels': u'6', u'latitude': u'43.1254997253418'} -error: (1062, "Duplicate entry 'la-chapelle-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Chapelle', u'countrycode': u'fr', u'city_id': u'-1434962', u'longitude': u'-2.416670083999634', u'nr_hotels': u'1', u'latitude': u'47.86669921875'} -error: (1062, "Duplicate entry 'la-chapelle-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Chapelle', u'countrycode': u'fr', u'city_id': u'-1434962', u'longitude': u'-2.416670083999634', u'nr_hotels': u'1', u'latitude': u'47.86669921875'} -error: (1062, "Duplicate entry 'lacave-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lacave', u'countrycode': u'fr', u'city_id': u'-1434830', u'longitude': u'0.9964079856872559', u'nr_hotels': u'1', u'latitude': u'43.04029846191406'} -error: (1062, "Duplicate entry 'lacave-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lacave', u'countrycode': u'fr', u'city_id': u'-1434830', u'longitude': u'0.9964079856872559', u'nr_hotels': u'1', u'latitude': u'43.04029846191406'} -error: (1062, "Duplicate entry 'gignac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gignac', u'countrycode': u'fr', u'city_id': u'-1429296', u'longitude': u'3.549999952316284', u'nr_hotels': u'1', u'latitude': u'43.650001525878906'} -error: (1062, "Duplicate entry 'frontenac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Frontenac', u'countrycode': u'fr', u'city_id': u'-1428401', u'longitude': u'1.9833300113677979', u'nr_hotels': u'1', u'latitude': u'44.54999923706055'} -error: (1062, "Duplicate entry 'frontenac-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Frontenac', u'countrycode': u'fr', u'city_id': u'-1428401', u'longitude': u'1.9833300113677979', u'nr_hotels': u'1', u'latitude': u'44.54999923706055'} -error: (1062, "Duplicate entry 'fontcouverte-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fontcouverte', u'countrycode': u'fr', u'city_id': u'-1427416', u'longitude': u'2.700000047683716', u'nr_hotels': u'0', u'latitude': u'43.16669845581055'} -error: (1062, "Duplicate entry 'fontcouverte-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fontcouverte', u'countrycode': u'fr', u'city_id': u'-1427416', u'longitude': u'2.700000047683716', u'nr_hotels': u'0', u'latitude': u'43.16669845581055'} -error: (1062, "Duplicate entry 'fontaine-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fontaine', u'countrycode': u'fr', u'city_id': u'-1427273', u'longitude': u'7', u'nr_hotels': u'1', u'latitude': u'47.66669845581055'} -error: (1062, "Duplicate entry 'fontaine-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fontaine', u'countrycode': u'fr', u'city_id': u'-1427273', u'longitude': u'7', u'nr_hotels': u'1', u'latitude': u'47.66669845581055'} -error: (1062, "Duplicate entry 'fontaine-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fontaine', u'countrycode': u'fr', u'city_id': u'-1427267', u'longitude': u'5.666669845581055', u'nr_hotels': u'2', u'latitude': u'45.18330001831055'} -error: (1062, "Duplicate entry 'fontaine-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fontaine', u'countrycode': u'fr', u'city_id': u'-1427267', u'longitude': u'5.666669845581055', u'nr_hotels': u'2', u'latitude': u'45.18330001831055'} -error: (1062, "Duplicate entry 'fleury-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fleury', u'countrycode': u'fr', u'city_id': u'-1427066', u'longitude': u'3.1333301067352295', u'nr_hotels': u'28', u'latitude': u'43.21670150756836'} -error: (1062, "Duplicate entry 'fleury-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fleury', u'countrycode': u'fr', u'city_id': u'-1427066', u'longitude': u'3.1333301067352295', u'nr_hotels': u'28', u'latitude': u'43.21670150756836'} -error: (1062, "Duplicate entry 'durfort-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Durfort', u'countrycode': u'fr', u'city_id': u'-1424715', u'longitude': u'1.4598699808120728', u'nr_hotels': u'2', u'latitude': u'43.2057991027832'} -error: (1062, "Duplicate entry 'durfort-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Durfort', u'countrycode': u'fr', u'city_id': u'-1424715', u'longitude': u'1.4598699808120728', u'nr_hotels': u'2', u'latitude': u'43.2057991027832'} -error: (1062, "Duplicate entry 'dannemarie-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dannemarie', u'countrycode': u'fr', u'city_id': u'-1423589', u'longitude': u'7.13332986831665', u'nr_hotels': u'1', u'latitude': u'47.63330078125'} -error: (1062, "Duplicate entry 'dannemarie-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dannemarie', u'countrycode': u'fr', u'city_id': u'-1423589', u'longitude': u'7.13332986831665', u'nr_hotels': u'1', u'latitude': u'47.63330078125'} -error: (1062, "Duplicate entry 'dampierre-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dampierre', u'countrycode': u'fr', u'city_id': u'-1423511', u'longitude': u'1.63332998752594', u'nr_hotels': u'0', u'latitude': u'46.516700744628906'} -error: (1062, "Duplicate entry 'dampierre-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dampierre', u'countrycode': u'fr', u'city_id': u'-1423511', u'longitude': u'1.63332998752594', u'nr_hotels': u'0', u'latitude': u'46.516700744628906'} -error: (1062, "Duplicate entry 'creysse-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Creysse', u'countrycode': u'fr', u'city_id': u'-1422869', u'longitude': u'0.5666670203208923', u'nr_hotels': u'2', u'latitude': u'44.849998474121094'} -error: (1062, "Duplicate entry 'creysse-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Creysse', u'countrycode': u'fr', u'city_id': u'-1422869', u'longitude': u'0.5666670203208923', u'nr_hotels': u'2', u'latitude': u'44.849998474121094'} -error: (1062, "Duplicate entry 'comps-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Comps', u'countrycode': u'fr', u'city_id': u'-1421289', u'longitude': u'4.599999904632568', u'nr_hotels': u'2', u'latitude': u'43.849998474121094'} -error: (1062, "Duplicate entry 'comps-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Comps', u'countrycode': u'fr', u'city_id': u'-1421289', u'longitude': u'4.599999904632568', u'nr_hotels': u'2', u'latitude': u'43.849998474121094'} -error: (1062, "Duplicate entry 'chelles-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chelles', u'countrycode': u'fr', u'city_id': u'-1419724', u'longitude': u'2.5999999046325684', u'nr_hotels': u'9', u'latitude': u'48.88330078125'} -error: (1062, "Duplicate entry 'charette-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Charette', u'countrycode': u'fr', u'city_id': u'-1418712', u'longitude': u'5.36667013168335', u'nr_hotels': u'1', u'latitude': u'45.81669998168945'} -error: (1062, "Duplicate entry 'charette-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Charette', u'countrycode': u'fr', u'city_id': u'-1418712', u'longitude': u'5.36667013168335', u'nr_hotels': u'1', u'latitude': u'45.81669998168945'} -error: (1062, "Duplicate entry 'chantemerle-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chantemerle', u'countrycode': u'fr', u'city_id': u'-1418485', u'longitude': u'6.583330154418945', u'nr_hotels': u'4', u'latitude': u'44.93330001831055'} -error: (1062, "Duplicate entry 'so-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043e', u'countrycode': u'fr', u'city_id': u'-1417311', u'longitude': u'-1.38332998752594', u'nr_hotels': u'4', u'latitude': u'48.63330078125'} -error: (1062, "Duplicate entry 'cazilhac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cazilhac', u'countrycode': u'fr', u'city_id': u'-1417299', u'longitude': u'2.3666698932647705', u'nr_hotels': u'1', u'latitude': u'43.18330001831055'} -error: (1062, "Duplicate entry 'cazilhac-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cazilhac', u'countrycode': u'fr', u'city_id': u'-1417299', u'longitude': u'2.3666698932647705', u'nr_hotels': u'1', u'latitude': u'43.18330001831055'} -error: (1062, "Duplicate entry 'cavaillon-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cavaillon', u'countrycode': u'fr', u'city_id': u'-1417210', u'longitude': u'5.041009902954102', u'nr_hotels': u'16', u'latitude': u'43.83039855957031'} -error: (1062, "Duplicate entry 'karro-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u0440\u0440\u043e', u'countrycode': u'fr', u'city_id': u'-1416825', u'longitude': u'5.033329963684082', u'nr_hotels': u'1', u'latitude': u'43.33330154418945'} -error: (1062, "Duplicate entry 'calviac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Calviac', u'countrycode': u'fr', u'city_id': u'-1416255', u'longitude': u'1.3333300352096558', u'nr_hotels': u'1', u'latitude': u'44.849998474121094'} -error: (1062, "Duplicate entry 'calviac-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Calviac', u'countrycode': u'fr', u'city_id': u'-1416255', u'longitude': u'1.3333300352096558', u'nr_hotels': u'1', u'latitude': u'44.849998474121094'} -error: (1062, "Duplicate entry 'berville-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Berville', u'countrycode': u'fr', u'city_id': u'-1412178', u'longitude': u'0', u'nr_hotels': u'2', u'latitude': u'49'} -error: (1062, "Duplicate entry 'berville-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Berville', u'countrycode': u'fr', u'city_id': u'-1412178', u'longitude': u'0', u'nr_hotels': u'2', u'latitude': u'49'} -error: (1062, "Duplicate entry 'berneuil-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Berneuil', u'countrycode': u'fr', u'city_id': u'-1412030', u'longitude': u'-0.6000000238418579', u'nr_hotels': u'1', u'latitude': u'45.650001525878906'} -error: (1062, "Duplicate entry 'berneuil-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Berneuil', u'countrycode': u'fr', u'city_id': u'-1412030', u'longitude': u'-0.6000000238418579', u'nr_hotels': u'1', u'latitude': u'45.650001525878906'} -error: (1062, "Duplicate entry 'belmont-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Belmont', u'countrycode': u'fr', u'city_id': u'-1411730', u'longitude': u'0.25', u'nr_hotels': u'2', u'latitude': u'43.70000076293945'} -error: (1062, "Duplicate entry 'belmont-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Belmont', u'countrycode': u'fr', u'city_id': u'-1411730', u'longitude': u'0.25', u'nr_hotels': u'2', u'latitude': u'43.70000076293945'} -error: (1062, "Duplicate entry 'bellegarde-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bellegarde', u'countrycode': u'fr', u'city_id': u'-1411622', u'longitude': u'4.516670227050781', u'nr_hotels': u'3', u'latitude': u'43.75'} -error: (1062, "Duplicate entry 'bellefontaine-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bellefontaine', u'countrycode': u'fr', u'city_id': u'-1411611', u'longitude': u'6.066669940948486', u'nr_hotels': u'0', u'latitude': u'46.54999923706055'} -error: (1062, "Duplicate entry 'bellefontaine-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bellefontaine', u'countrycode': u'fr', u'city_id': u'-1411611', u'longitude': u'6.066669940948486', u'nr_hotels': u'0', u'latitude': u'46.54999923706055'} -error: (1062, "Duplicate entry 'beauvoir-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beauvoir', u'countrycode': u'fr', u'city_id': u'-1411343', u'longitude': u'-1.5', u'nr_hotels': u'11', u'latitude': u'48.599998474121094'} -error: (1062, "Duplicate entry 'beauvoir-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beauvoir', u'countrycode': u'fr', u'city_id': u'-1411339', u'longitude': u'3.3666698932647705', u'nr_hotels': u'2', u'latitude': u'47.79999923706055'} -error: (1062, "Duplicate entry 'beauvoir-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Beauvoir', u'countrycode': u'fr', u'city_id': u'-1411339', u'longitude': u'3.3666698932647705', u'nr_hotels': u'2', u'latitude': u'47.79999923706055'} -error: (1062, "Duplicate entry 'beaulieu-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beaulieu', u'countrycode': u'fr', u'city_id': u'-1411050', u'longitude': u'2.533329963684082', u'nr_hotels': u'3', u'latitude': u'45.46670150756836'} -error: (1062, "Duplicate entry 'beaulieu-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Beaulieu', u'countrycode': u'fr', u'city_id': u'-1411050', u'longitude': u'2.533329963684082', u'nr_hotels': u'3', u'latitude': u'45.46670150756836'} -error: (1062, "Duplicate entry 'beaulieu-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beaulieu', u'countrycode': u'fr', u'city_id': u'-1411045', u'longitude': u'4.016670227050781', u'nr_hotels': u'2', u'latitude': u'43.733299255371094'} -error: (1062, "Duplicate entry 'beaulieu-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Beaulieu', u'countrycode': u'fr', u'city_id': u'-1411045', u'longitude': u'4.016670227050781', u'nr_hotels': u'2', u'latitude': u'43.733299255371094'} -error: (1062, "Duplicate entry 'beauchamps-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beauchamps', u'countrycode': u'fr', u'city_id': u'-1410952', u'longitude': u'-1.36667001247406', u'nr_hotels': u'1', u'latitude': u'48.83330154418945'} -error: (1062, "Duplicate entry 'beauchamps-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Beauchamps', u'countrycode': u'fr', u'city_id': u'-1410952', u'longitude': u'-1.36667001247406', u'nr_hotels': u'1', u'latitude': u'48.83330154418945'} -error: (1062, "Duplicate entry 'baron-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Baron', u'countrycode': u'fr', u'city_id': u'-1410438', u'longitude': u'4.283329963684082', u'nr_hotels': u'1', u'latitude': u'46.483299255371094'} -error: (1062, "Duplicate entry 'baron-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Baron', u'countrycode': u'fr', u'city_id': u'-1410438', u'longitude': u'4.283329963684082', u'nr_hotels': u'1', u'latitude': u'46.483299255371094'} -error: (1062, "Duplicate entry 'baron-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Baron', u'countrycode': u'fr', u'city_id': u'-1410436', u'longitude': u'4.283329963684082', u'nr_hotels': u'2', u'latitude': u'44.03329849243164'} -error: (1062, "Duplicate entry 'baron-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Baron', u'countrycode': u'fr', u'city_id': u'-1410436', u'longitude': u'4.283329963684082', u'nr_hotels': u'2', u'latitude': u'44.03329849243164'} -error: (1062, "Duplicate entry 'barjac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Barjac', u'countrycode': u'fr', u'city_id': u'-1410395', u'longitude': u'4.349999904632568', u'nr_hotels': u'9', u'latitude': u'44.29999923706055'} -error: (1062, "Duplicate entry 'barjac-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Barjac', u'countrycode': u'fr', u'city_id': u'-1410395', u'longitude': u'4.349999904632568', u'nr_hotels': u'9', u'latitude': u'44.29999923706055'} -error: (1062, "Duplicate entry 'bailly-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bailly', u'countrycode': u'fr', u'city_id': u'-1409972', u'longitude': u'3.627791', u'nr_hotels': u'1', u'latitude': u'47.724083'} -error: (1062, "Duplicate entry 'bailly-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bailly', u'countrycode': u'fr', u'city_id': u'-1409972', u'longitude': u'3.627791', u'nr_hotels': u'1', u'latitude': u'47.724083'} -error: (1062, "Duplicate entry 'ez-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u042d\u0437', u'countrycode': u'fr', u'city_id': u'-1409750', u'longitude': u'6.433330059051514', u'nr_hotels': u'1', u'latitude': u'46.08330154418945'} -error: (1062, "Duplicate entry 'orel--fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u0440\u0435\u043b\u044c', u'countrycode': u'fr', u'city_id': u'-1409265', u'longitude': u'5.416669845581055', u'nr_hotels': u'2', u'latitude': u'44.13330078125'} -error: (1062, "Duplicate entry 'ore-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u0440\u0435', u'countrycode': u'fr', u'city_id': u'-1409252', u'longitude': u'-2.983330011367798', u'nr_hotels': u'11', u'latitude': u'47.66669845581055'} -error: (1062, "Duplicate entry 'aulnoy-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aulnoy', u'countrycode': u'fr', u'city_id': u'-1409177', u'longitude': u'3.0999999046325684', u'nr_hotels': u'2', u'latitude': u'48.849998474121094'} -error: (1062, "Duplicate entry 'aulnoy-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Aulnoy', u'countrycode': u'fr', u'city_id': u'-1409177', u'longitude': u'3.0999999046325684', u'nr_hotels': u'2', u'latitude': u'48.849998474121094'} -error: (1062, "Duplicate entry 'aujac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aujac', u'countrycode': u'fr', u'city_id': u'-1409137', u'longitude': u'4.016670227050781', u'nr_hotels': u'2', u'latitude': u'44.349998474121094'} -error: (1062, "Duplicate entry 'aujac-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Aujac', u'countrycode': u'fr', u'city_id': u'-1409137', u'longitude': u'4.016670227050781', u'nr_hotels': u'2', u'latitude': u'44.349998474121094'} -error: (1062, "Duplicate entry 'aubigny-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aubigny', u'countrycode': u'fr', u'city_id': u'-1408970', u'longitude': u'-0.21666699647903442', u'nr_hotels': u'1', u'latitude': u'48.91669845581055'} -error: (1062, "Duplicate entry 'aubigny-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Aubigny', u'countrycode': u'fr', u'city_id': u'-1408970', u'longitude': u'-0.21666699647903442', u'nr_hotels': u'1', u'latitude': u'48.91669845581055'} -error: (1062, "Duplicate entry 'apremont-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Apremont', u'countrycode': u'fr', u'city_id': u'-1407943', u'longitude': u'2.516669988632202', u'nr_hotels': u'1', u'latitude': u'49.233299255371094'} -error: (1062, "Duplicate entry 'apremont-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Apremont', u'countrycode': u'fr', u'city_id': u'-1407943', u'longitude': u'2.516669988632202', u'nr_hotels': u'1', u'latitude': u'49.233299255371094'} -error: (1062, "Duplicate entry 'apremont-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Apremont', u'countrycode': u'fr', u'city_id': u'-1407938', u'longitude': u'5.949999809265137', u'nr_hotels': u'1', u'latitude': u'45.5'} -error: (1062, "Duplicate entry 'apremont-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043f\u0440\u0435\u043c\u043e\u043d\u0442', u'countrycode': u'fr', u'city_id': u'-1407938', u'longitude': u'5.949999809265137', u'nr_hotels': u'1', u'latitude': u'45.5'} -error: (1062, "Duplicate entry 'angles-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Angles', u'countrycode': u'fr', u'city_id': u'-1407683', u'longitude': u'6.566669940948486', u'nr_hotels': u'1', u'latitude': u'43.93330001831055'} -error: (1062, "Duplicate entry 'angles-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Angles', u'countrycode': u'fr', u'city_id': u'-1407683', u'longitude': u'6.566669940948486', u'nr_hotels': u'1', u'latitude': u'43.93330001831055'} -error: (1062, "Duplicate entry 'al-bi-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043b\u044c\u0431\u0438', u'countrycode': u'fr', u'city_id': u'-1407034', u'longitude': u'2.1500000953674316', u'nr_hotels': u'32', u'latitude': u'43.93330001831055'} -error: (1062, "Duplicate entry 'abzac-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Abzac', u'countrycode': u'fr', u'city_id': u'-1406563', u'longitude': u'-0.1333329975605011', u'nr_hotels': u'1', u'latitude': u'45.016700744628906'} -error: (1062, "Duplicate entry 'abzac-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Abzac', u'countrycode': u'fr', u'city_id': u'-1406563', u'longitude': u'-0.1333329975605011', u'nr_hotels': u'1', u'latitude': u'45.016700744628906'} -error: (1062, "Duplicate entry 'guidel-plage-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Guidel-Plage', u'countrycode': u'fr', u'city_id': u'193162', u'longitude': u'-3.5069398880004883', u'nr_hotels': u'4', u'latitude': u'47.76940155029297'} -error: (1062, "Duplicate entry 'guidel-plage-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Guidel-Plage', u'countrycode': u'fr', u'city_id': u'193162', u'longitude': u'-3.5069398880004883', u'nr_hotels': u'4', u'latitude': u'47.76940155029297'} -error: (1062, "Duplicate entry 'pleurtuit-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pleurtuit', u'countrycode': u'fr', u'city_id': u'900038956', u'longitude': u'-2.0799999237060547', u'nr_hotels': u'1', u'latitude': u'48.587799072265625'} -error: (1062, "Duplicate entry 'pleurtuit-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pleurtuit', u'countrycode': u'fr', u'city_id': u'900038956', u'longitude': u'-2.0799999237060547', u'nr_hotels': u'1', u'latitude': u'48.587799072265625'} -error: (1062, "Duplicate entry 'vezak-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0435\u0437\u0430\u043a', u'countrycode': u'fr', u'city_id': u'900039187', u'longitude': u'2.5190000534057617', u'nr_hotels': u'1', u'latitude': u'44.88999938964844'} -error: (1062, "Duplicate entry 'saint-jean-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Jean', u'countrycode': u'fr', u'city_id': u'900040043', u'longitude': u'1.505429983139038', u'nr_hotels': u'2', u'latitude': u'43.66619873046875'} -error: (1062, "Duplicate entry 'plouhinec-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plouhinec', u'countrycode': u'fr', u'city_id': u'900040855', u'longitude': u'-3.242609977722168', u'nr_hotels': u'7', u'latitude': u'47.68840026855469'} -error: (1062, "Duplicate entry 'plouhinec-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plouhinec', u'countrycode': u'fr', u'city_id': u'900040855', u'longitude': u'-3.242609977722168', u'nr_hotels': u'7', u'latitude': u'47.68840026855469'} -error: (1062, "Duplicate entry 'saint-bernard-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint-Bernard', u'countrycode': u'fr', u'city_id': u'900048321', u'longitude': u'4.7322001457214355', u'nr_hotels': u'1', u'latitude': u'45.94559860229492'} -error: (1062, "Duplicate entry 'borgo-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Borgo', u'countrycode': u'fr', u'city_id': u'900051165', u'longitude': u'9.50460433959961', u'nr_hotels': u'8', u'latitude': u'42.58778381347656'} -error: (1062, "Duplicate entry 'borgo-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Borgo', u'countrycode': u'fr', u'city_id': u'900051165', u'longitude': u'9.50460433959961', u'nr_hotels': u'8', u'latitude': u'42.58778381347656'} -error: (1062, "Duplicate entry 'lans-fr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lans', u'countrycode': u'fr', u'city_id': u'900052420', u'longitude': u'4.919041156768799', u'nr_hotels': u'2', u'latitude': u'46.77002716064453'} -error: (1062, "Duplicate entry 'lans-fr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lans', u'countrycode': u'fr', u'city_id': u'900052420', u'longitude': u'4.919041156768799', u'nr_hotels': u'2', u'latitude': u'46.77002716064453'} -error: (1062, "Duplicate entry 'worthing-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Worthing', u'countrycode': u'gb', u'city_id': u'-2612151', u'longitude': u'-0.3745650053024292', u'nr_hotels': u'12', u'latitude': u'50.81420135498047'} -error: (1062, "Duplicate entry 'winsford-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Winsford', u'countrycode': u'gb', u'city_id': u'-2611861', u'longitude': u'-3.5666699409484863', u'nr_hotels': u'0', u'latitude': u'51.099998474121094'} -error: (1062, "Duplicate entry 'winsford-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Winsford', u'countrycode': u'gb', u'city_id': u'-2611861', u'longitude': u'-3.5666699409484863', u'nr_hotels': u'0', u'latitude': u'51.099998474121094'} -error: (1062, "Duplicate entry 'whitchurch-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Whitchurch', u'countrycode': u'gb', u'city_id': u'-2611543', u'longitude': u'-2.6500000953674316', u'nr_hotels': u'1', u'latitude': u'51.849998474121094'} -error: (1062, "Duplicate entry 'whitchurch-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Whitchurch', u'countrycode': u'gb', u'city_id': u'-2611543', u'longitude': u'-2.6500000953674316', u'nr_hotels': u'1', u'latitude': u'51.849998474121094'} -error: (1062, "Duplicate entry 'vellington-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0435\u043b\u043b\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'gb', u'city_id': u'-2611094', u'longitude': u'-3.233330011367798', u'nr_hotels': u'5', u'latitude': u'50.983299255371094'} -error: (1062, "Duplicate entry 'watford-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Watford', u'countrycode': u'gb', u'city_id': u'-2610992', u'longitude': u'-0.4000000059604645', u'nr_hotels': u'12', u'latitude': u'51.66669845581055'} -error: (1062, "Duplicate entry 'timsbury-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Timsbury', u'countrycode': u'gb', u'city_id': u'-2609855', u'longitude': u'-1.5', u'nr_hotels': u'1', u'latitude': u'51.016700744628906'} -error: (1062, "Duplicate entry 'timsbury-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Timsbury', u'countrycode': u'gb', u'city_id': u'-2609855', u'longitude': u'-1.5', u'nr_hotels': u'1', u'latitude': u'51.016700744628906'} -error: (1062, "Duplicate entry 'thornhill-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Thornhill', u'countrycode': u'gb', u'city_id': u'-2609675', u'longitude': u'-3.766669988632202', u'nr_hotels': u'1', u'latitude': u'55.233299255371094'} -error: (1062, "Duplicate entry 'thornhill-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Thornhill', u'countrycode': u'gb', u'city_id': u'-2609675', u'longitude': u'-3.766669988632202', u'nr_hotels': u'1', u'latitude': u'55.233299255371094'} -error: (1062, "Duplicate entry 'tarbert-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tarbert', u'countrycode': u'gb', u'city_id': u'-2609412', u'longitude': u'-5.433330059051514', u'nr_hotels': u'3', u'latitude': u'55.86669921875'} -error: (1062, "Duplicate entry 'tarbert-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0422\u0430\u0440\u0431\u0435\u0440\u0442', u'countrycode': u'gb', u'city_id': u'-2609412', u'longitude': u'-5.433330059051514', u'nr_hotels': u'3', u'latitude': u'55.86669921875'} -error: (1062, "Duplicate entry 'sudbury-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sudbury', u'countrycode': u'gb', u'city_id': u'-2609088', u'longitude': u'0.7333329916000366', u'nr_hotels': u'5', u'latitude': u'52.03329849243164'} -error: (1062, "Duplicate entry 'staverton-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Staverton', u'countrycode': u'gb', u'city_id': u'-2608661', u'longitude': u'-3.700000047683716', u'nr_hotels': u'2', u'latitude': u'50.46670150756836'} -error: (1062, "Duplicate entry 'staverton-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Staverton', u'countrycode': u'gb', u'city_id': u'-2608661', u'longitude': u'-3.700000047683716', u'nr_hotels': u'2', u'latitude': u'50.46670150756836'} -error: (1062, "Duplicate entry 'st-ives-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'St Ives', u'countrycode': u'gb', u'city_id': u'-2606868', u'longitude': u'-5.478059768676758', u'nr_hotels': u'26', u'latitude': u'50.20750045776367'} -error: (1062, "Duplicate entry 'saint-helens-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Helens', u'countrycode': u'gb', u'city_id': u'-2606860', u'longitude': u'-1.11667001247406', u'nr_hotels': u'1', u'latitude': u'50.70000076293945'} -error: (1062, "Duplicate entry 'saint-helens-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Helens', u'countrycode': u'gb', u'city_id': u'-2606860', u'longitude': u'-1.11667001247406', u'nr_hotels': u'1', u'latitude': u'50.70000076293945'} -error: (1062, "Duplicate entry 'redhill-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Redhill', u'countrycode': u'gb', u'city_id': u'-2606097', u'longitude': u'-0.16666699945926666', u'nr_hotels': u'2', u'latitude': u'51.233299255371094'} -error: (1062, "Duplicate entry 'redhill-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Redhill', u'countrycode': u'gb', u'city_id': u'-2606097', u'longitude': u'-0.16666699945926666', u'nr_hotels': u'2', u'latitude': u'51.233299255371094'} -error: (1062, "Duplicate entry 'rainham-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rainham', u'countrycode': u'gb', u'city_id': u'-2605951', u'longitude': u'0.6000000238418579', u'nr_hotels': u'0', u'latitude': u'51.349998474121094'} -error: (1062, "Duplicate entry 'rainham-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rainham', u'countrycode': u'gb', u'city_id': u'-2605951', u'longitude': u'0.6000000238418579', u'nr_hotels': u'0', u'latitude': u'51.349998474121094'} -error: (1062, "Duplicate entry 'preston-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Preston', u'countrycode': u'gb', u'city_id': u'-2605730', u'longitude': u'-2.704699993133545', u'nr_hotels': u'19', u'latitude': u'53.76129913330078'} -error: (1062, "Duplicate entry 'preston-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0440\u0435\u0441\u0442\u043e\u043d', u'countrycode': u'gb', u'city_id': u'-2605730', u'longitude': u'-2.704699993133545', u'nr_hotels': u'19', u'latitude': u'53.76129913330078'} -error: (1062, "Duplicate entry 'n-yukasl-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u043a\u0430\u0441\u043b', u'countrycode': u'gb', u'city_id': u'-2603960', u'longitude': u'-3.1166698932647705', u'nr_hotels': u'1', u'latitude': u'52.43330001831055'} -error: (1062, "Duplicate entry 'moreton-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Moreton', u'countrycode': u'gb', u'city_id': u'-2603433', u'longitude': u'-2.283329963684082', u'nr_hotels': u'0', u'latitude': u'50.70000076293945'} -error: (1062, "Duplicate entry 'moreton-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Moreton', u'countrycode': u'gb', u'city_id': u'-2603433', u'longitude': u'-2.283329963684082', u'nr_hotels': u'0', u'latitude': u'50.70000076293945'} -error: (1062, "Duplicate entry 'moira-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Moira', u'countrycode': u'gb', u'city_id': u'-2603259', u'longitude': u'-1.5166699886322021', u'nr_hotels': u'1', u'latitude': u'52.733299255371094'} -error: (1062, "Duplicate entry 'moira-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Moira', u'countrycode': u'gb', u'city_id': u'-2603259', u'longitude': u'-1.5166699886322021', u'nr_hotels': u'1', u'latitude': u'52.733299255371094'} -error: (1062, "Duplicate entry 'holt-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Holt', u'countrycode': u'gb', u'city_id': u'-2598921', u'longitude': u'-2.200000047683716', u'nr_hotels': u'1', u'latitude': u'51.349998474121094'} -error: (1062, "Duplicate entry 'holt-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Holt', u'countrycode': u'gb', u'city_id': u'-2598921', u'longitude': u'-2.200000047683716', u'nr_hotels': u'1', u'latitude': u'51.349998474121094'} -error: (1062, "Duplicate entry 'harthill-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harthill', u'countrycode': u'gb', u'city_id': u'-2598215', u'longitude': u'-1.2605500221252441', u'nr_hotels': u'1', u'latitude': u'53.319698333740234'} -error: (1062, "Duplicate entry 'harthill-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u0430\u0440\u0442\u0445\u0438\u043b\u043b', u'countrycode': u'gb', u'city_id': u'-2598215', u'longitude': u'-1.2605500221252441', u'nr_hotels': u'1', u'latitude': u'53.319698333740234'} -error: (1062, "Duplicate entry 'halstead-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Halstead', u'countrycode': u'gb', u'city_id': u'-2598017', u'longitude': u'0.1333329975605011', u'nr_hotels': u'1', u'latitude': u'51.31669998168945'} -error: (1062, "Duplicate entry 'godshill-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Godshill', u'countrycode': u'gb', u'city_id': u'-2597254', u'longitude': u'-1.25', u'nr_hotels': u'2', u'latitude': u'50.61669921875'} -error: (1062, "Duplicate entry 'godshill-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Godshill', u'countrycode': u'gb', u'city_id': u'-2597254', u'longitude': u'-1.25', u'nr_hotels': u'2', u'latitude': u'50.61669921875'} -error: (1062, "Duplicate entry 'farnham-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Farnham', u'countrycode': u'gb', u'city_id': u'-2595954', u'longitude': u'-2.0666699409484863', u'nr_hotels': u'1', u'latitude': u'50.93330001831055'} -error: (1062, "Duplicate entry 'farnham-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Farnham', u'countrycode': u'gb', u'city_id': u'-2595954', u'longitude': u'-2.0666699409484863', u'nr_hotels': u'1', u'latitude': u'50.93330001831055'} -error: (1062, "Duplicate entry 'castleton-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Castleton', u'countrycode': u'gb', u'city_id': u'-2592057', u'longitude': u'-3.083329916000366', u'nr_hotels': u'2', u'latitude': u'51.54999923706055'} -error: (1062, "Duplicate entry 'castleton-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Castleton', u'countrycode': u'gb', u'city_id': u'-2592057', u'longitude': u'-3.083329916000366', u'nr_hotels': u'2', u'latitude': u'51.54999923706055'} -error: (1062, "Duplicate entry 'bury-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bury', u'countrycode': u'gb', u'city_id': u'-2591411', u'longitude': u'-0.10000000149011612', u'nr_hotels': u'1', u'latitude': u'52.41669845581055'} -error: (1062, "Duplicate entry 'bury-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bury', u'countrycode': u'gb', u'city_id': u'-2591411', u'longitude': u'-0.10000000149011612', u'nr_hotels': u'1', u'latitude': u'52.41669845581055'} -error: (1062, "Duplicate entry 'burton-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burton', u'countrycode': u'gb', u'city_id': u'-2591381', u'longitude': u'-4.916669845581055', u'nr_hotels': u'2', u'latitude': u'51.71670150756836'} -error: (1062, "Duplicate entry 'burton-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burton', u'countrycode': u'gb', u'city_id': u'-2591381', u'longitude': u'-4.916669845581055', u'nr_hotels': u'2', u'latitude': u'51.71670150756836'} -error: (1062, "Duplicate entry 'bridgend-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bridgend', u'countrycode': u'gb', u'city_id': u'-2590839', u'longitude': u'-3.583329916000366', u'nr_hotels': u'10', u'latitude': u'51.5'} -error: (1062, "Duplicate entry 'brandon-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brandon', u'countrycode': u'gb', u'city_id': u'-2590697', u'longitude': u'-1.399999976158142', u'nr_hotels': u'1', u'latitude': u'52.36669921875'} -error: (1062, "Duplicate entry 'brandon-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0440\u0430\u043d\u0434\u043e\u043d', u'countrycode': u'gb', u'city_id': u'-2590697', u'longitude': u'-1.399999976158142', u'nr_hotels': u'1', u'latitude': u'52.36669921875'} -error: (1062, "Duplicate entry 'b-yuli-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u044c\u044e\u043b\u0438', u'countrycode': u'gb', u'city_id': u'-2589512', u'longitude': u'-1.4500000476837158', u'nr_hotels': u'3', u'latitude': u'50.81669998168945'} -error: (1062, "Duplicate entry 'bampton-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bampton', u'countrycode': u'gb', u'city_id': u'-2589170', u'longitude': u'-1.533329963684082', u'nr_hotels': u'1', u'latitude': u'51.71670150756836'} -error: (1062, "Duplicate entry 'bampton-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bampton', u'countrycode': u'gb', u'city_id': u'-2589170', u'longitude': u'-1.533329963684082', u'nr_hotels': u'1', u'latitude': u'51.71670150756836'} -error: (1062, "Duplicate entry 'bampton-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bampton', u'countrycode': u'gb', u'city_id': u'-2589169', u'longitude': u'-3.483330011367798', u'nr_hotels': u'4', u'latitude': u'50.983299255371094'} -error: (1062, "Duplicate entry 'bampton-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bampton', u'countrycode': u'gb', u'city_id': u'-2589169', u'longitude': u'-3.483330011367798', u'nr_hotels': u'4', u'latitude': u'50.983299255371094'} -error: (1062, "Duplicate entry 'ashford-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ashford', u'countrycode': u'gb', u'city_id': u'-2588636', u'longitude': u'0.8833330273628235', u'nr_hotels': u'12', u'latitude': u'51.13330078125'} -error: (1062, "Duplicate entry 'ashford-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0448\u0444\u043e\u0440\u0434', u'countrycode': u'gb', u'city_id': u'-2588636', u'longitude': u'0.8833330273628235', u'nr_hotels': u'12', u'latitude': u'51.13330078125'} -error: (1062, "Duplicate entry 'ramsey-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ramsey', u'countrycode': u'gb', u'city_id': u'-1187025', u'longitude': u'-4.400000095367432', u'nr_hotels': u'1', u'latitude': u'54.31669998168945'} -error: (1062, "Duplicate entry 'ramsey-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ramsey', u'countrycode': u'gb', u'city_id': u'-1187025', u'longitude': u'-4.400000095367432', u'nr_hotels': u'1', u'latitude': u'54.31669998168945'} -error: (1062, "Duplicate entry 'hale-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hale', u'countrycode': u'gb', u'city_id': u'900039951', u'longitude': u'-2.344599962234497', u'nr_hotels': u'12', u'latitude': u'53.376800537109375'} -error: (1062, "Duplicate entry 'n-yuport-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u043f\u043e\u0440\u0442', u'countrycode': u'gb', u'city_id': u'900040052', u'longitude': u'-1.276039958000183', u'nr_hotels': u'3', u'latitude': u'50.69929885864258'} -error: (1062, "Duplicate entry 'newport-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newport', u'countrycode': u'gb', u'city_id': u'900040141', u'longitude': u'-4.829110145568848', u'nr_hotels': u'7', u'latitude': u'52.0171012878418'} -error: (1062, "Duplicate entry 'n-yuport-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u043f\u043e\u0440\u0442', u'countrycode': u'gb', u'city_id': u'900040141', u'longitude': u'-4.829110145568848', u'nr_hotels': u'7', u'latitude': u'52.0171012878418'} -error: (1062, "Duplicate entry 'ansty-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ansty', u'countrycode': u'gb', u'city_id': u'900040326', u'longitude': u'-2.3370699882507324', u'nr_hotels': u'1', u'latitude': u'50.82659912109375'} -error: (1062, "Duplicate entry 'ansty-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ansty', u'countrycode': u'gb', u'city_id': u'900040326', u'longitude': u'-2.3370699882507324', u'nr_hotels': u'1', u'latitude': u'50.82659912109375'} -error: (1062, "Duplicate entry 'newport-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newport', u'countrycode': u'gb', u'city_id': u'900040850', u'longitude': u'-2.385999917984009', u'nr_hotels': u'2', u'latitude': u'52.76499938964844'} -error: (1062, "Duplicate entry 'n-yuport-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u043f\u043e\u0440\u0442', u'countrycode': u'gb', u'city_id': u'900040850', u'longitude': u'-2.385999917984009', u'nr_hotels': u'2', u'latitude': u'52.76499938964844'} -error: (1062, "Duplicate entry 'ash-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ash', u'countrycode': u'gb', u'city_id': u'900048426', u'longitude': u'-0.7252659797668457', u'nr_hotels': u'1', u'latitude': u'51.251800537109375'} -error: (1062, "Duplicate entry 'ash-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ash', u'countrycode': u'gb', u'city_id': u'900048426', u'longitude': u'-0.7252659797668457', u'nr_hotels': u'1', u'latitude': u'51.251800537109375'} -error: (1062, "Duplicate entry 'troutbeck-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Troutbeck', u'countrycode': u'gb', u'city_id': u'900049830', u'longitude': u'-2.9472339153289795', u'nr_hotels': u'3', u'latitude': u'54.6334228515625'} -error: (1062, "Duplicate entry 'troutbeck-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Troutbeck', u'countrycode': u'gb', u'city_id': u'900049830', u'longitude': u'-2.9472339153289795', u'nr_hotels': u'3', u'latitude': u'54.6334228515625'} -error: (1062, "Duplicate entry 'alford-gb' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alford', u'countrycode': u'gb', u'city_id': u'900050742', u'longitude': u'-2.9047861099243164', u'nr_hotels': u'1', u'latitude': u'57.236270904541016'} -error: (1062, "Duplicate entry 'alford-gb' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alford', u'countrycode': u'gb', u'city_id': u'900050742', u'longitude': u'-2.9047861099243164', u'nr_hotels': u'1', u'latitude': u'57.236270904541016'} -error: (1062, "Duplicate entry 'stavros-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stavros', u'countrycode': u'gr', u'city_id': u'-828858', u'longitude': u'20.649999618530273', u'nr_hotels': u'6', u'latitude': u'38.45000076293945'} -error: (1062, "Duplicate entry 'skala-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043a\u0430\u043b\u0430', u'countrycode': u'gr', u'city_id': u'-828250', u'longitude': u'26.533300399780273', u'nr_hotels': u'23', u'latitude': u'37.31669998168945'} -error: (1062, "Duplicate entry 'poros-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Poros', u'countrycode': u'gr', u'city_id': u'-826839', u'longitude': u'20.783300399780273', u'nr_hotels': u'27', u'latitude': u'38.150001525878906'} -error: (1062, "Duplicate entry 'poros-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u0440\u043e\u0441', u'countrycode': u'gr', u'city_id': u'-826839', u'longitude': u'20.783300399780273', u'nr_hotels': u'27', u'latitude': u'38.150001525878906'} -error: (1062, "Duplicate entry 'poros-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Poros', u'countrycode': u'gr', u'city_id': u'-826838', u'longitude': u'23.45599937438965', u'nr_hotels': u'35', u'latitude': u'37.509498596191406'} -error: (1062, "Duplicate entry 'poros-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u0440\u043e\u0441', u'countrycode': u'gr', u'city_id': u'-826838', u'longitude': u'23.45599937438965', u'nr_hotels': u'35', u'latitude': u'37.509498596191406'} -error: (1062, "Duplicate entry 'platanias-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Platanias', u'countrycode': u'gr', u'city_id': u'-826544', u'longitude': u'23.274499893188477', u'nr_hotels': u'6', u'latitude': u'39.14149856567383'} -error: (1062, "Duplicate entry 'platanias-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Platanias', u'countrycode': u'gr', u'city_id': u'-826544', u'longitude': u'23.274499893188477', u'nr_hotels': u'6', u'latitude': u'39.14149856567383'} -error: (1062, "Duplicate entry 'pirgos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0438\u0440\u0433\u043e\u0441', u'countrycode': u'gr', u'city_id': u'-826341', u'longitude': u'25.450000762939453', u'nr_hotels': u'8', u'latitude': u'36.38330078125'} -error: (1062, "Duplicate entry 'perama-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Perama', u'countrycode': u'gr', u'city_id': u'-825890', u'longitude': u'24.700000762939453', u'nr_hotels': u'9', u'latitude': u'35.36669921875'} -error: (1062, "Duplicate entry 'mirtos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0438\u0440\u0442\u043e\u0441', u'countrycode': u'gr', u'city_id': u'-824179', u'longitude': u'24.399999618530273', u'nr_hotels': u'6', u'latitude': u'35.20000076293945'} -error: (1062, "Duplicate entry 'metoni-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0435\u0442\u043e\u043d\u0438', u'countrycode': u'gr', u'city_id': u'-823879', u'longitude': u'21.706499099731445', u'nr_hotels': u'12', u'latitude': u'36.81769943237305'} -error: (1062, "Duplicate entry 'prinos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0440\u0438\u043d\u043e\u0441', u'countrycode': u'gr', u'city_id': u'-823516', u'longitude': u'24.61669921875', u'nr_hotels': u'20', u'latitude': u'40.733299255371094'} -error: (1062, "Duplicate entry 'krionerion-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0440\u0438\u043e\u043d\u0435\u0440\u0438\u043e\u043d', u'countrycode': u'gr', u'city_id': u'-821780', u'longitude': u'22.63330078125', u'nr_hotels': u'1', u'latitude': u'37.96670150756836'} -error: (1062, "Duplicate entry 'karavostasi-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u0440\u0430\u0432\u043e\u0441\u0442\u0430\u0441\u0438', u'countrycode': u'gr', u'city_id': u'-819051', u'longitude': u'22.38330078125', u'nr_hotels': u'3', u'latitude': u'36.70000076293945'} -error: (1062, "Duplicate entry 'kamares-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kamares', u'countrycode': u'gr', u'city_id': u'-818733', u'longitude': u'24.683300018310547', u'nr_hotels': u'22', u'latitude': u'36.983299255371094'} -error: (1062, "Duplicate entry 'kalamos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043b\u0430\u043c\u043e\u0441', u'countrycode': u'gr', u'city_id': u'-818378', u'longitude': u'23.033300399780273', u'nr_hotels': u'2', u'latitude': u'36.150001525878906'} -error: (1062, "Duplicate entry 'kalamakion-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043b\u0430\u043c\u0430\u043a\u0438\u043e\u043d', u'countrycode': u'gr', u'city_id': u'-818328', u'longitude': u'21.91670036315918', u'nr_hotels': u'3', u'latitude': u'36.91669845581055'} -error: (1062, "Duplicate entry 'episkopi-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Episkopi', u'countrycode': u'gr', u'city_id': u'-817015', u'longitude': u'25.233299255371094', u'nr_hotels': u'3', u'latitude': u'35.25'} -error: (1062, "Duplicate entry 'agios-nikolaos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0433\u0438\u043e\u0441 \u041d\u0438\u043a\u043e\u043b\u0430\u043e\u0441', u'countrycode': u'gr', u'city_id': u'-815523', u'longitude': u'25.711999893188477', u'nr_hotels': u'57', u'latitude': u'35.18989944458008'} -error: (1062, "Duplicate entry 'ajos-kirikos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0439\u043e\u0441-\u041a\u0438\u0440\u0438\u043a\u043e\u0441', u'countrycode': u'gr', u'city_id': u'-815469', u'longitude': u'26.29603385925293', u'nr_hotels': u'19', u'latitude': u'37.61524963378906'} -error: (1062, "Duplicate entry 'aji-apostoli-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0439\u0438-\u0410\u043f\u043e\u0441\u0442\u043e\u043b\u0438', u'countrycode': u'gr', u'city_id': u'-815209', u'longitude': u'23.899999618530273', u'nr_hotels': u'2', u'latitude': u'38.29999923706055'} -error: (1062, "Duplicate entry 'agiya-marina-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0433\u0438\u044f-\u041c\u0430\u0440\u0438\u043d\u0430', u'countrycode': u'gr', u'city_id': u'-815061', u'longitude': u'26.86669921875', u'nr_hotels': u'8', u'latitude': u'37.150001525878906'} -error: (1062, "Duplicate entry 'arhangelos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0440\u0445\u0430\u043d\u0433\u0435\u043b\u043e\u0441', u'countrycode': u'gr', u'city_id': u'315836', u'longitude': u'28.11520004272461', u'nr_hotels': u'25', u'latitude': u'36.214599609375'} -error: (1062, "Duplicate entry 'kallifeya-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043b\u043b\u0438\u0444\u0435\u044f', u'countrycode': u'gr', u'city_id': u'900039164', u'longitude': u'28.202999114990234', u'nr_hotels': u'12', u'latitude': u'36.34320068359375'} -error: (1062, "Duplicate entry 'kalamaki-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kalamaki', u'countrycode': u'gr', u'city_id': u'900039540', u'longitude': u'23.961000442504883', u'nr_hotels': u'23', u'latitude': u'35.5099983215332'} -error: (1062, "Duplicate entry 'kalamaki-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043b\u0430\u043c\u0430\u043a\u0438', u'countrycode': u'gr', u'city_id': u'900039540', u'longitude': u'23.961000442504883', u'nr_hotels': u'23', u'latitude': u'35.5099983215332'} -error: (1062, "Duplicate entry 'platis-yalos-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Platis Yalos', u'countrycode': u'gr', u'city_id': u'900039556', u'longitude': u'25.341800689697266', u'nr_hotels': u'22', u'latitude': u'37.413700103759766'} -error: (1062, "Duplicate entry 'platis-yalos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043b\u0430\u0442\u0438\u0441 \u042f\u043b\u043e\u0441', u'countrycode': u'gr', u'city_id': u'900039556', u'longitude': u'25.341800689697266', u'nr_hotels': u'22', u'latitude': u'37.413700103759766'} -error: (1062, "Duplicate entry 'plaka-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plaka', u'countrycode': u'gr', u'city_id': u'900039582', u'longitude': u'25.381000518798828', u'nr_hotels': u'24', u'latitude': u'37.04499816894531'} -error: (1062, "Duplicate entry 'plaka-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043b\u0430\u043a\u0430', u'countrycode': u'gr', u'city_id': u'900039582', u'longitude': u'25.381000518798828', u'nr_hotels': u'24', u'latitude': u'37.04499816894531'} -error: (1062, "Duplicate entry 'skala-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Skala', u'countrycode': u'gr', u'city_id': u'900039632', u'longitude': u'23.363000869750977', u'nr_hotels': u'10', u'latitude': u'37.70899963378906'} -error: (1062, "Duplicate entry 'skala-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043a\u0430\u043b\u0430', u'countrycode': u'gr', u'city_id': u'900039632', u'longitude': u'23.363000869750977', u'nr_hotels': u'10', u'latitude': u'37.70899963378906'} -error: (1062, "Duplicate entry 'kambos-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kambos', u'countrycode': u'gr', u'city_id': u'900039658', u'longitude': u'26.132999420166016', u'nr_hotels': u'18', u'latitude': u'38.34400177001953'} -error: (1062, "Duplicate entry 'kambos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043c\u0431\u043e\u0441', u'countrycode': u'gr', u'city_id': u'900039658', u'longitude': u'26.132999420166016', u'nr_hotels': u'18', u'latitude': u'38.34400177001953'} -error: (1062, "Duplicate entry 'agios-ioannis-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0433\u0438\u043e\u0441-\u0418\u043e\u0430\u043d\u043d\u0438\u0441', u'countrycode': u'gr', u'city_id': u'900040349', u'longitude': u'23.164499282836914', u'nr_hotels': u'25', u'latitude': u'39.41400146484375'} -error: (1062, "Duplicate entry 'perdika-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Perdika', u'countrycode': u'gr', u'city_id': u'900040561', u'longitude': u'20.303800582885742', u'nr_hotels': u'7', u'latitude': u'39.36880111694336'} -error: (1062, "Duplicate entry 'perdika-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0435\u0440\u0434\u0438\u043a\u0430', u'countrycode': u'gr', u'city_id': u'900040561', u'longitude': u'20.303800582885742', u'nr_hotels': u'7', u'latitude': u'39.36880111694336'} -error: (1062, "Duplicate entry 'halkida-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u0430\u043b\u043a\u0438\u0434\u0430', u'countrycode': u'gr', u'city_id': u'900040835', u'longitude': u'22.601699829101562', u'nr_hotels': u'3', u'latitude': u'40.73310089111328'} -error: (1062, "Duplicate entry 'stavros-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stavros', u'countrycode': u'gr', u'city_id': u'900040969', u'longitude': u'24.09239959716797', u'nr_hotels': u'16', u'latitude': u'35.590301513671875'} -error: (1062, "Duplicate entry 'stavros-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0442\u0430\u0432\u0440\u043e\u0441', u'countrycode': u'gr', u'city_id': u'900040969', u'longitude': u'24.09239959716797', u'nr_hotels': u'16', u'latitude': u'35.590301513671875'} -error: (1062, "Duplicate entry 'eliya-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u042d\u043b\u0438\u044f', u'countrycode': u'gr', u'city_id': u'900048294', u'longitude': u'23.783599853515625', u'nr_hotels': u'7', u'latitude': u'40.144500732421875'} -error: (1062, "Duplicate entry 'agios-stefanos-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Agios Stefanos', u'countrycode': u'gr', u'city_id': u'900048508', u'longitude': u'19.645099639892578', u'nr_hotels': u'7', u'latitude': u'39.75559997558594'} -error: (1062, "Duplicate entry 'agios-stefanos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0433\u0438\u043e\u0441 \u0421\u0442\u0435\u0444\u0430\u043d\u043e\u0441', u'countrycode': u'gr', u'city_id': u'900048508', u'longitude': u'19.645099639892578', u'nr_hotels': u'7', u'latitude': u'39.75559997558594'} -error: (1062, "Duplicate entry 'agiya-paraskevi-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0433\u0438\u044f-\u041f\u0430\u0440\u0430\u0441\u043a\u0435\u0432\u0438', u'countrycode': u'gr', u'city_id': u'900048525', u'longitude': u'23.43000030517578', u'nr_hotels': u'15', u'latitude': u'39.13999938964844'} -error: (1062, "Duplicate entry 'chiliadou-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chiliadou', u'countrycode': u'gr', u'city_id': u'900048980', u'longitude': u'23.920000076293945', u'nr_hotels': u'1', u'latitude': u'38.66999816894531'} -error: (1062, "Duplicate entry 'chiliadou-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chiliadou', u'countrycode': u'gr', u'city_id': u'900048980', u'longitude': u'23.920000076293945', u'nr_hotels': u'1', u'latitude': u'38.66999816894531'} -error: (1062, "Duplicate entry 'agios-nikolaos-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Agios Nikolaos', u'countrycode': u'gr', u'city_id': u'900049042', u'longitude': u'20.70800018310547', u'nr_hotels': u'6', u'latitude': u'37.900001525878906'} -error: (1062, "Duplicate entry 'agios-nikolaos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0433\u0438\u043e\u0441-\u041d\u0438\u043a\u043e\u043b\u0430\u043e\u0441', u'countrycode': u'gr', u'city_id': u'900049042', u'longitude': u'20.70800018310547', u'nr_hotels': u'6', u'latitude': u'37.900001525878906'} -error: (1062, "Duplicate entry 'punda-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0443\u043d\u0434\u0430', u'countrycode': u'gr', u'city_id': u'900049146', u'longitude': u'23.50200080871582', u'nr_hotels': u'5', u'latitude': u'39.15999984741211'} -error: (1062, "Duplicate entry 'kalogriya-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043b\u043e\u0433\u0440\u0438\u044f', u'countrycode': u'gr', u'city_id': u'900049257', u'longitude': u'23.721799850463867', u'nr_hotels': u'2', u'latitude': u'40.17210006713867'} -error: (1062, "Duplicate entry 'perama-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Perama', u'countrycode': u'gr', u'city_id': u'900049433', u'longitude': u'19.91200065612793', u'nr_hotels': u'14', u'latitude': u'39.58100128173828'} -error: (1062, "Duplicate entry 'perama-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0435\u0440\u0430\u043c\u0430', u'countrycode': u'gr', u'city_id': u'900049433', u'longitude': u'19.91200065612793', u'nr_hotels': u'14', u'latitude': u'39.58100128173828'} -error: (1062, "Duplicate entry 'agios-ioannis-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Agios Ioannis', u'countrycode': u'gr', u'city_id': u'900050334', u'longitude': u'20.682056427001953', u'nr_hotels': u'7', u'latitude': u'38.82889938354492'} -error: (1062, "Duplicate entry 'agios-ioannis-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0433\u0438\u043e\u0441-\u0418\u043e\u0430\u043d\u043d\u0438\u0441', u'countrycode': u'gr', u'city_id': u'900050334', u'longitude': u'20.682056427001953', u'nr_hotels': u'7', u'latitude': u'38.82889938354492'} -error: (1062, "Duplicate entry 'kalamaki-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kalamaki', u'countrycode': u'gr', u'city_id': u'900050429', u'longitude': u'24.75939178466797', u'nr_hotels': u'16', u'latitude': u'35.02879333496094'} -error: (1062, "Duplicate entry 'kalamaki-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043b\u0430\u043c\u0430\u043a\u0438', u'countrycode': u'gr', u'city_id': u'900050429', u'longitude': u'24.75939178466797', u'nr_hotels': u'16', u'latitude': u'35.02879333496094'} -error: (1062, "Duplicate entry 'agios-pavlos-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Agios Pavlos', u'countrycode': u'gr', u'city_id': u'900050691', u'longitude': u'24.565000534057617', u'nr_hotels': u'1', u'latitude': u'35.10200119018555'} -error: (1062, "Duplicate entry 'agios-pavlos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Agios Pavlos', u'countrycode': u'gr', u'city_id': u'900050691', u'longitude': u'24.565000534057617', u'nr_hotels': u'1', u'latitude': u'35.10200119018555'} -error: (1062, "Duplicate entry 'agios-nikolaos-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Agios Nikolaos', u'countrycode': u'gr', u'city_id': u'900050830', u'longitude': u'22.2810001373291', u'nr_hotels': u'5', u'latitude': u'36.82500076293945'} -error: (1062, "Duplicate entry 'agios-nikolaos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Agios Nikolaos', u'countrycode': u'gr', u'city_id': u'900050830', u'longitude': u'22.2810001373291', u'nr_hotels': u'5', u'latitude': u'36.82500076293945'} -error: (1062, "Duplicate entry 'agia-marina-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Agia Marina', u'countrycode': u'gr', u'city_id': u'900051332', u'longitude': u'20.77400016784668', u'nr_hotels': u'1', u'latitude': u'37.790000915527344'} -error: (1062, "Duplicate entry 'agia-marina-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Agia Marina', u'countrycode': u'gr', u'city_id': u'900051332', u'longitude': u'20.77400016784668', u'nr_hotels': u'1', u'latitude': u'37.790000915527344'} -error: (1062, "Duplicate entry 'agia-paraskevi-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Agia Paraskevi', u'countrycode': u'gr', u'city_id': u'900051823', u'longitude': u'25.729656219482422', u'nr_hotels': u'1', u'latitude': u'40.84755325317383'} -error: (1062, "Duplicate entry 'agia-paraskevi-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Agia Paraskevi', u'countrycode': u'gr', u'city_id': u'900051823', u'longitude': u'25.729656219482422', u'nr_hotels': u'1', u'latitude': u'40.84755325317383'} -error: (1062, "Duplicate entry 'milopotamos-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milopotamos', u'countrycode': u'gr', u'city_id': u'900052632', u'longitude': u'23.20345', u'nr_hotels': u'1', u'latitude': u'39.37436'} -error: (1062, "Duplicate entry 'milopotamos-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milopotamos', u'countrycode': u'gr', u'city_id': u'900052632', u'longitude': u'23.20345', u'nr_hotels': u'1', u'latitude': u'39.37436'} -error: (1062, "Duplicate entry 'agios-georgios-gr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Agios Georgios', u'countrycode': u'gr', u'city_id': u'900052733', u'longitude': u'23.342445', u'nr_hotels': u'1', u'latitude': u'39.173629'} -error: (1062, "Duplicate entry 'agios-georgios-gr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Agios Georgios', u'countrycode': u'gr', u'city_id': u'900052733', u'longitude': u'23.342445', u'nr_hotels': u'1', u'latitude': u'39.173629'} -error: (1062, "Duplicate entry 'san-buenaventura-hn' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Buenaventura', u'countrycode': u'hn', u'city_id': u'-1128823', u'longitude': u'-87.19999694824219', u'nr_hotels': u'0', u'latitude': u'13.899999618530273'} -error: (1062, "Duplicate entry 'san-buenaventura-hn' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Buenaventura', u'countrycode': u'hn', u'city_id': u'-1128823', u'longitude': u'-87.19999694824219', u'nr_hotels': u'0', u'latitude': u'13.899999618530273'} -error: (1062, "Duplicate entry 'zaton-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Zaton', u'countrycode': u'hr', u'city_id': u'-101780', u'longitude': u'15.825300216674805', u'nr_hotels': u'1', u'latitude': u'43.789398193359375'} -error: (1062, "Duplicate entry 'zaton-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Zaton', u'countrycode': u'hr', u'city_id': u'-101780', u'longitude': u'15.825300216674805', u'nr_hotels': u'1', u'latitude': u'43.789398193359375'} -error: (1062, "Duplicate entry 'zaton-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Zaton', u'countrycode': u'hr', u'city_id': u'-101779', u'longitude': u'18.03809928894043', u'nr_hotels': u'46', u'latitude': u'42.690799713134766'} -error: (1062, "Duplicate entry 'zaton-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0417\u0430\u0442\u043e\u043d', u'countrycode': u'hr', u'city_id': u'-101779', u'longitude': u'18.03809928894043', u'nr_hotels': u'46', u'latitude': u'42.690799713134766'} -error: (1062, "Duplicate entry 'starigrad-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Starigrad', u'countrycode': u'hr', u'city_id': u'-96910', u'longitude': u'15.443099975585938', u'nr_hotels': u'52', u'latitude': u'44.29309844970703'} -error: (1062, "Duplicate entry 'starigrad-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0442\u0430\u0440\u0438\u0433\u0440\u0430\u0434', u'countrycode': u'hr', u'city_id': u'-96910', u'longitude': u'15.443099975585938', u'nr_hotels': u'52', u'latitude': u'44.29309844970703'} -error: (1062, "Duplicate entry 'rukavac-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rukavac', u'countrycode': u'hr', u'city_id': u'-94751', u'longitude': u'16.21190071105957', u'nr_hotels': u'2', u'latitude': u'43.022499084472656'} -error: (1062, "Duplicate entry 'rukavac-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rukavac', u'countrycode': u'hr', u'city_id': u'-94751', u'longitude': u'16.21190071105957', u'nr_hotels': u'2', u'latitude': u'43.022499084472656'} -error: (1062, "Duplicate entry 'poljica-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Poljica', u'countrycode': u'hr', u'city_id': u'-92621', u'longitude': u'15.28499984741211', u'nr_hotels': u'1', u'latitude': u'44.219398498535156'} -error: (1062, "Duplicate entry 'poljica-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Poljica', u'countrycode': u'hr', u'city_id': u'-92621', u'longitude': u'15.28499984741211', u'nr_hotels': u'1', u'latitude': u'44.219398498535156'} -error: (1062, "Duplicate entry 'dubrava-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dubrava', u'countrycode': u'hr', u'city_id': u'-79967', u'longitude': u'17.49920082092285', u'nr_hotels': u'2', u'latitude': u'42.88779830932617'} -error: (1062, "Duplicate entry 'dubrava-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dubrava', u'countrycode': u'hr', u'city_id': u'-79967', u'longitude': u'17.49920082092285', u'nr_hotels': u'2', u'latitude': u'42.88779830932617'} -error: (1062, "Duplicate entry 'bibinje-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bibinje', u'countrycode': u'hr', u'city_id': u'94229', u'longitude': u'15.287799835205078', u'nr_hotels': u'55', u'latitude': u'44.07170104980469'} -error: (1062, "Duplicate entry 'vrsar-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vrsar', u'countrycode': u'hr', u'city_id': u'94433', u'longitude': u'13.634200096130371', u'nr_hotels': u'0', u'latitude': u'45.138099670410156'} -error: (1062, "Duplicate entry 'vrsar-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vrsar', u'countrycode': u'hr', u'city_id': u'94433', u'longitude': u'13.634200096130371', u'nr_hotels': u'0', u'latitude': u'45.138099670410156'} -error: (1062, "Duplicate entry 'milna-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milna', u'countrycode': u'hr', u'city_id': u'94497', u'longitude': u'16.491899490356445', u'nr_hotels': u'1', u'latitude': u'43.162498474121094'} -error: (1062, "Duplicate entry 'milna-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milna', u'countrycode': u'hr', u'city_id': u'94497', u'longitude': u'16.491899490356445', u'nr_hotels': u'1', u'latitude': u'43.162498474121094'} -error: (1062, "Duplicate entry 'rakovica-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rakovica', u'countrycode': u'hr', u'city_id': u'314611', u'longitude': u'15.648300170898438', u'nr_hotels': u'35', u'latitude': u'44.991798400878906'} -error: (1062, "Duplicate entry 'seline-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seline', u'countrycode': u'hr', u'city_id': u'9005699', u'longitude': u'15.476900100708008', u'nr_hotels': u'3', u'latitude': u'44.27330017089844'} -error: (1062, "Duplicate entry 'seline-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0435\u043b\u0438\u043d\u0435', u'countrycode': u'hr', u'city_id': u'9005699', u'longitude': u'15.476900100708008', u'nr_hotels': u'3', u'latitude': u'44.27330017089844'} -error: (1062, "Duplicate entry 'murvica-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Murvica', u'countrycode': u'hr', u'city_id': u'900051534', u'longitude': u'15.324199676513672', u'nr_hotels': u'4', u'latitude': u'44.14720153808594'} -error: (1062, "Duplicate entry 'murvica-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Murvica', u'countrycode': u'hr', u'city_id': u'900051534', u'longitude': u'15.324199676513672', u'nr_hotels': u'4', u'latitude': u'44.14720153808594'} -error: (1062, "Duplicate entry 'rab-hr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rab', u'countrycode': u'hr', u'city_id': u'900052715', u'longitude': u'14.761214682617151', u'nr_hotels': u'114', u'latitude': u'44.75550148771904'} -error: (1062, "Duplicate entry 'rab-hr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rab', u'countrycode': u'hr', u'city_id': u'900052715', u'longitude': u'14.761214682617151', u'nr_hotels': u'114', u'latitude': u'44.75550148771904'} -error: (1062, "Duplicate entry 'tuban-id' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tuban', u'countrycode': u'id', u'city_id': u'-2701403', u'longitude': u'112.05000305175781', u'nr_hotels': u'5', u'latitude': u'-6.900000095367432'} -error: (1062, "Duplicate entry 'tuban-id' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tuban', u'countrycode': u'id', u'city_id': u'-2701403', u'longitude': u'112.05000305175781', u'nr_hotels': u'5', u'latitude': u'-6.900000095367432'} -error: (1062, "Duplicate entry 'solo-id' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Solo', u'countrycode': u'id', u'city_id': u'-2697624', u'longitude': u'120.23300170898438', u'nr_hotels': u'0', u'latitude': u'-4.233329772949219'} -error: (1062, "Duplicate entry 'solo-id' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Solo', u'countrycode': u'id', u'city_id': u'-2697624', u'longitude': u'120.23300170898438', u'nr_hotels': u'0', u'latitude': u'-4.233329772949219'} -error: (1062, "Duplicate entry 'padang-id' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Padang', u'countrycode': u'id', u'city_id': u'-2690024', u'longitude': u'100.3499984741211', u'nr_hotels': u'31', u'latitude': u'-0.949999988079071'} -error: (1062, "Duplicate entry 'padang-id' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0430\u0434\u0430\u043d\u0433', u'countrycode': u'id', u'city_id': u'-2690024', u'longitude': u'100.3499984741211', u'nr_hotels': u'31', u'latitude': u'-0.949999988079071'} -error: (1062, "Duplicate entry 'kediri-id' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kediri', u'countrycode': u'id', u'city_id': u'-2682032', u'longitude': u'112.01699829101562', u'nr_hotels': u'8', u'latitude': u'-7.816669940948486'} -error: (1062, "Duplicate entry 'kediri-id' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kediri', u'countrycode': u'id', u'city_id': u'-2682032', u'longitude': u'112.01699829101562', u'nr_hotels': u'8', u'latitude': u'-7.816669940948486'} -error: (1062, "Duplicate entry 'nusa-dua-id' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nusa Dua', u'countrycode': u'id', u'city_id': u'900040039', u'longitude': u'115.22000122070312', u'nr_hotels': u'95', u'latitude': u'-8.800000190734863'} -error: (1062, "Duplicate entry 'nusa-dua-id' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u0443\u0441\u0430-\u0414\u0443\u0430', u'countrycode': u'id', u'city_id': u'900040039', u'longitude': u'115.22000122070312', u'nr_hotels': u'95', u'latitude': u'-8.800000190734863'} -error: (1062, "Duplicate entry 'grange-ie' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grange', u'countrycode': u'ie', u'city_id': u'-1502170', u'longitude': u'-7.301939964294434', u'nr_hotels': u'1', u'latitude': u'52.60279846191406'} -error: (1062, "Duplicate entry 'grange-ie' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grange', u'countrycode': u'ie', u'city_id': u'-1502170', u'longitude': u'-7.301939964294434', u'nr_hotels': u'1', u'latitude': u'52.60279846191406'} -error: (1062, "Duplicate entry 'ballydavid-ie' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ballydavid', u'countrycode': u'ie', u'city_id': u'-1500498', u'longitude': u'-10.365300178527832', u'nr_hotels': u'1', u'latitude': u'52.22079849243164'} -error: (1062, "Duplicate entry 'ballydavid-ie' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ballydavid', u'countrycode': u'ie', u'city_id': u'-1500498', u'longitude': u'-10.365300178527832', u'nr_hotels': u'1', u'latitude': u'52.22079849243164'} -error: (1062, "Duplicate entry 'kells-ie' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kells', u'countrycode': u'ie', u'city_id': u'346557', u'longitude': u'-10.104999542236328', u'nr_hotels': u'1', u'latitude': u'52.01890182495117'} -error: (1062, "Duplicate entry 'kells-ie' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kells', u'countrycode': u'ie', u'city_id': u'346557', u'longitude': u'-10.104999542236328', u'nr_hotels': u'1', u'latitude': u'52.01890182495117'} -error: (1062, "Duplicate entry 'kefar-bin-nun-il' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kefar Bin-Nun', u'countrycode': u'il', u'city_id': u'900052814', u'longitude': u'34.947345', u'nr_hotels': u'1', u'latitude': u'31.863491'} -error: (1062, "Duplicate entry 'kefar-bin-nun-il' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kefar Bin-Nun', u'countrycode': u'il', u'city_id': u'900052814', u'longitude': u'34.947345', u'nr_hotels': u'1', u'latitude': u'31.863491'} -error: (1062, "Duplicate entry 'raipur-in' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Raipur', u'countrycode': u'in', u'city_id': u'-2108614', u'longitude': u'81.63330078125', u'nr_hotels': u'2', u'latitude': u'21.233299255371094'} -error: (1062, "Duplicate entry 'raipur-in' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Raipur', u'countrycode': u'in', u'city_id': u'-2108614', u'longitude': u'81.63330078125', u'nr_hotels': u'2', u'latitude': u'21.233299255371094'} -error: (1062, "Duplicate entry 'chamba-in' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chamba', u'countrycode': u'in', u'city_id': u'900050915', u'longitude': u'78.3946533203125', u'nr_hotels': u'3', u'latitude': u'30.34547996520996'} -error: (1062, "Duplicate entry 'chamba-in' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chamba', u'countrycode': u'in', u'city_id': u'900050915', u'longitude': u'78.3946533203125', u'nr_hotels': u'3', u'latitude': u'30.34547996520996'} -error: (1062, "Duplicate entry 'villanova-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villanova', u'countrycode': u'it', u'city_id': u'-132462', u'longitude': u'12.33329963684082', u'nr_hotels': u'5', u'latitude': u'43'} -error: (1062, "Duplicate entry 'villanova-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villanova', u'countrycode': u'it', u'city_id': u'-132462', u'longitude': u'12.33329963684082', u'nr_hotels': u'5', u'latitude': u'43'} -error: (1062, "Duplicate entry 'vezzano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vezzano', u'countrycode': u'it', u'city_id': u'-132170', u'longitude': u'11', u'nr_hotels': u'1', u'latitude': u'46.08330154418945'} -error: (1062, "Duplicate entry 'vezzano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vezzano', u'countrycode': u'it', u'city_id': u'-132170', u'longitude': u'11', u'nr_hotels': u'1', u'latitude': u'46.08330154418945'} -error: (1062, "Duplicate entry 'torretta-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torretta', u'countrycode': u'it', u'city_id': u'-131074', u'longitude': u'13.283300399780273', u'nr_hotels': u'1', u'latitude': u'38.11669921875'} -error: (1062, "Duplicate entry 'torretta-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torretta', u'countrycode': u'it', u'city_id': u'-131074', u'longitude': u'13.283300399780273', u'nr_hotels': u'1', u'latitude': u'38.11669921875'} -error: (1062, "Duplicate entry 'villanova-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villanova', u'countrycode': u'it', u'city_id': u'-132462', u'longitude': u'12.33329963684082', u'nr_hotels': u'5', u'latitude': u'43'} -error: (1062, "Duplicate entry 'villanova-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villanova', u'countrycode': u'it', u'city_id': u'-132462', u'longitude': u'12.33329963684082', u'nr_hotels': u'5', u'latitude': u'43'} -error: (1062, "Duplicate entry 'vezzano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vezzano', u'countrycode': u'it', u'city_id': u'-132170', u'longitude': u'11', u'nr_hotels': u'1', u'latitude': u'46.08330154418945'} -error: (1062, "Duplicate entry 'vezzano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vezzano', u'countrycode': u'it', u'city_id': u'-132170', u'longitude': u'11', u'nr_hotels': u'1', u'latitude': u'46.08330154418945'} -error: (1062, "Duplicate entry 'torretta-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torretta', u'countrycode': u'it', u'city_id': u'-131074', u'longitude': u'13.283300399780273', u'nr_hotels': u'1', u'latitude': u'38.11669921875'} -error: (1062, "Duplicate entry 'torretta-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torretta', u'countrycode': u'it', u'city_id': u'-131074', u'longitude': u'13.283300399780273', u'nr_hotels': u'1', u'latitude': u'38.11669921875'} -error: (1062, "Duplicate entry 'taverna-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Taverna', u'countrycode': u'it', u'city_id': u'-130518', u'longitude': u'16.58329963684082', u'nr_hotels': u'3', u'latitude': u'39.016700744628906'} -error: (1062, "Duplicate entry 'taverna-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Taverna', u'countrycode': u'it', u'city_id': u'-130518', u'longitude': u'16.58329963684082', u'nr_hotels': u'3', u'latitude': u'39.016700744628906'} -error: (1062, "Duplicate entry 'serravalle-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Serravalle', u'countrycode': u'it', u'city_id': u'-129579', u'longitude': u'11.83329963684082', u'nr_hotels': u'1', u'latitude': u'43.766700744628906'} -error: (1062, "Duplicate entry 'serravalle-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Serravalle', u'countrycode': u'it', u'city_id': u'-129579', u'longitude': u'11.83329963684082', u'nr_hotels': u'1', u'latitude': u'43.766700744628906'} -error: (1062, "Duplicate entry 'scopello-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Scopello', u'countrycode': u'it', u'city_id': u'-129301', u'longitude': u'12.816699981689453', u'nr_hotels': u'35', u'latitude': u'38.06669998168945'} -error: (1062, "Duplicate entry 'san-vito-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Vito', u'countrycode': u'it', u'city_id': u'-128924', u'longitude': u'9.536669731140137', u'nr_hotels': u'7', u'latitude': u'39.444698333740234'} -error: (1062, "Duplicate entry 'san-vito-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d-\u0412\u0438\u0442\u043e', u'countrycode': u'it', u'city_id': u'-128924', u'longitude': u'9.536669731140137', u'nr_hotels': u'7', u'latitude': u'39.444698333740234'} -error: (1062, "Duplicate entry 'santo-stefano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santo Stefano', u'countrycode': u'it', u'city_id': u'-128846', u'longitude': u'14.933300018310547', u'nr_hotels': u'2', u'latitude': u'38.16669845581055'} -error: (1062, "Duplicate entry 'santo-stefano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santo Stefano', u'countrycode': u'it', u'city_id': u'-128846', u'longitude': u'14.933300018310547', u'nr_hotels': u'2', u'latitude': u'38.16669845581055'} -error: (1062, "Duplicate entry 'sant-andrea-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u"\u0421\u0430\u043d\u0442'\u0410\u043d\u0434\u0440\u0435\u0430", u'countrycode': u'it', u'city_id': u'-128551', u'longitude': u'10.133299827575684', u'nr_hotels': u'1', u'latitude': u'42.79999923706055'} -error: (1062, "Duplicate entry 'sant-andrea-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d\u0442-\u0410\u043d\u0434\u0440\u0435\u0430', u'countrycode': u'it', u'city_id': u'-128547', u'longitude': u'18.433300018310547', u'nr_hotels': u'1', u'latitude': u'40.25'} -error: (1062, "Duplicate entry 'santa-lucia-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Lucia', u'countrycode': u'it', u'city_id': u'-128411', u'longitude': u'9.783329963684082', u'nr_hotels': u'2', u'latitude': u'40.58330154418945'} -error: (1062, "Duplicate entry 'santa-lucia-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Lucia', u'countrycode': u'it', u'city_id': u'-128411', u'longitude': u'9.783329963684082', u'nr_hotels': u'2', u'latitude': u'40.58330154418945'} -error: (1062, "Duplicate entry 'santa-caterina-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Caterina', u'countrycode': u'it', u'city_id': u'-128299', u'longitude': u'8.483329772949219', u'nr_hotels': u'5', u'latitude': u'40.099998474121094'} -error: (1062, "Duplicate entry 'san-pietro-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Pietro', u'countrycode': u'it', u'city_id': u'-128111', u'longitude': u'11.91670036315918', u'nr_hotels': u'0', u'latitude': u'42.849998474121094'} -error: (1062, "Duplicate entry 'san-pietro-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Pietro', u'countrycode': u'it', u'city_id': u'-128111', u'longitude': u'11.91670036315918', u'nr_hotels': u'0', u'latitude': u'42.849998474121094'} -error: (1062, "Duplicate entry 'san-martino-in-colle-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Martino in Colle', u'countrycode': u'it', u'city_id': u'-127925', u'longitude': u'12.366700172424316', u'nr_hotels': u'3', u'latitude': u'43.03329849243164'} -error: (1062, "Duplicate entry 'san-martino-in-colle-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Martino in Colle', u'countrycode': u'it', u'city_id': u'-127925', u'longitude': u'12.366700172424316', u'nr_hotels': u'3', u'latitude': u'43.03329849243164'} -error: (1062, "Duplicate entry 'san-martino-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Martino', u'countrycode': u'it', u'city_id': u'-127889', u'longitude': u'11.586799621582031', u'nr_hotels': u'1', u'latitude': u'44.777198791503906'} -error: (1062, "Duplicate entry 'san-martino-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d-\u041c\u0430\u0440\u0442\u0438\u043d\u043e', u'countrycode': u'it', u'city_id': u'-127889', u'longitude': u'11.586799621582031', u'nr_hotels': u'1', u'latitude': u'44.777198791503906'} -error: (1062, "Duplicate entry 'san-giovanni-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Giovanni', u'countrycode': u'it', u'city_id': u'-127612', u'longitude': u'7.266670227050781', u'nr_hotels': u'1', u'latitude': u'44.20000076293945'} -error: (1062, "Duplicate entry 'san-giovanni-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Giovanni', u'countrycode': u'it', u'city_id': u'-127612', u'longitude': u'7.266670227050781', u'nr_hotels': u'1', u'latitude': u'44.20000076293945'} -error: (1062, "Duplicate entry 'san-giorgio-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Giorgio', u'countrycode': u'it', u'city_id': u'-127564', u'longitude': u'14.933300018310547', u'nr_hotels': u'10', u'latitude': u'38.16669845581055'} -error: (1062, "Duplicate entry 'san-giacomo-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Giacomo', u'countrycode': u'it', u'city_id': u'-127543', u'longitude': u'11.76669979095459', u'nr_hotels': u'1', u'latitude': u'45.766700744628906'} -error: (1062, "Duplicate entry 'san-giacomo-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Giacomo', u'countrycode': u'it', u'city_id': u'-127543', u'longitude': u'11.76669979095459', u'nr_hotels': u'1', u'latitude': u'45.766700744628906'} -error: (1062, "Duplicate entry 'san-donato-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Donato', u'countrycode': u'it', u'city_id': u'-127432', u'longitude': u'13', u'nr_hotels': u'2', u'latitude': u'41.38330078125'} -error: (1062, "Duplicate entry 'san-donato-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d-\u0414\u043e\u043d\u0430\u0442\u043e', u'countrycode': u'it', u'city_id': u'-127432', u'longitude': u'13', u'nr_hotels': u'2', u'latitude': u'41.38330078125'} -error: (1062, "Duplicate entry 'san-cataldo-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Cataldo', u'countrycode': u'it', u'city_id': u'-127355', u'longitude': u'13.98330020904541', u'nr_hotels': u'2', u'latitude': u'37.483299255371094'} -error: (1062, "Duplicate entry 'san-cataldo-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Cataldo', u'countrycode': u'it', u'city_id': u'-127355', u'longitude': u'13.98330020904541', u'nr_hotels': u'2', u'latitude': u'37.483299255371094'} -error: (1062, "Duplicate entry 'porchia-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Porchia', u'countrycode': u'it', u'city_id': u'-125461', u'longitude': u'13.616700172424316', u'nr_hotels': u'1', u'latitude': u'42.983299255371094'} -error: (1062, "Duplicate entry 'porchia-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Porchia', u'countrycode': u'it', u'city_id': u'-125461', u'longitude': u'13.616700172424316', u'nr_hotels': u'1', u'latitude': u'42.983299255371094'} -error: (1062, "Duplicate entry 'stradella-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stradella', u'countrycode': u'it', u'city_id': u'-125404', u'longitude': u'10.216699600219727', u'nr_hotels': u'0', u'latitude': u'44.83330154418945'} -error: (1062, "Duplicate entry 'stradella-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stradella', u'countrycode': u'it', u'city_id': u'-125404', u'longitude': u'10.216699600219727', u'nr_hotels': u'0', u'latitude': u'44.83330154418945'} -error: (1062, "Duplicate entry 'ponte-san-pietro-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ponte San Pietro', u'countrycode': u'it', u'city_id': u'-125398', u'longitude': u'10.449999809265137', u'nr_hotels': u'1', u'latitude': u'43.86669921875'} -error: (1062, "Duplicate entry 'ponte-san-pietro-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ponte San Pietro', u'countrycode': u'it', u'city_id': u'-125398', u'longitude': u'10.449999809265137', u'nr_hotels': u'1', u'latitude': u'43.86669921875'} -error: (1062, "Duplicate entry 'pianello-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pianello', u'countrycode': u'it', u'city_id': u'-124545', u'longitude': u'12.533300399780273', u'nr_hotels': u'3', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'pianello-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pianello', u'countrycode': u'it', u'city_id': u'-124545', u'longitude': u'12.533300399780273', u'nr_hotels': u'3', u'latitude': u'43.13330078125'} -error: (1062, "Duplicate entry 'pianella-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pianella', u'countrycode': u'it', u'city_id': u'-124540', u'longitude': u'14.033300399780273', u'nr_hotels': u'2', u'latitude': u'42.400001525878906'} -error: (1062, "Duplicate entry 'pianella-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pianella', u'countrycode': u'it', u'city_id': u'-124540', u'longitude': u'14.033300399780273', u'nr_hotels': u'2', u'latitude': u'42.400001525878906'} -error: (1062, "Duplicate entry 'palazzina-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Palazzina', u'countrycode': u'it', u'city_id': u'-123750', u'longitude': u'11.350000381469727', u'nr_hotels': u'1', u'latitude': u'43.18330001831055'} -error: (1062, "Duplicate entry 'palazzina-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Palazzina', u'countrycode': u'it', u'city_id': u'-123750', u'longitude': u'11.350000381469727', u'nr_hotels': u'1', u'latitude': u'43.18330001831055'} -error: (1062, "Duplicate entry 'mugnano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mugnano', u'countrycode': u'it', u'city_id': u'-122807', u'longitude': u'12.283300399780273', u'nr_hotels': u'1', u'latitude': u'42.5'} -error: (1062, "Duplicate entry 'mugnano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mugnano', u'countrycode': u'it', u'city_id': u'-122807', u'longitude': u'12.283300399780273', u'nr_hotels': u'1', u'latitude': u'42.5'} -error: (1062, "Duplicate entry 'montone-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montone', u'countrycode': u'it', u'city_id': u'-122605', u'longitude': u'13.91670036315918', u'nr_hotels': u'1', u'latitude': u'42.766700744628906'} -error: (1062, "Duplicate entry 'montone-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montone', u'countrycode': u'it', u'city_id': u'-122605', u'longitude': u'13.91670036315918', u'nr_hotels': u'1', u'latitude': u'42.766700744628906'} -error: (1062, "Duplicate entry 'monterotondo-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monterotondo', u'countrycode': u'it', u'city_id': u'-122486', u'longitude': u'12.616700172424316', u'nr_hotels': u'9', u'latitude': u'42.04999923706055'} -error: (1062, "Duplicate entry 'monterotondo-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u043e\u043d\u0442\u0435\u0440\u043e\u0442\u043e\u043d\u0434\u043e', u'countrycode': u'it', u'city_id': u'-122486', u'longitude': u'12.616700172424316', u'nr_hotels': u'9', u'latitude': u'42.04999923706055'} -error: (1062, "Duplicate entry 'montepul-chano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u043e\u043d\u0442\u0435\u043f\u0443\u043b\u044c\u0447\u0430\u043d\u043e', u'countrycode': u'it', u'city_id': u'-122458', u'longitude': u'11.781000137329102', u'nr_hotels': u'69', u'latitude': u'43.09170150756836'} -error: (1062, "Duplicate entry 'montenero-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montenero', u'countrycode': u'it', u'city_id': u'-122426', u'longitude': u'11.466699600219727', u'nr_hotels': u'4', u'latitude': u'42.95000076293945'} -error: (1062, "Duplicate entry 'montenero-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montenero', u'countrycode': u'it', u'city_id': u'-122426', u'longitude': u'11.466699600219727', u'nr_hotels': u'4', u'latitude': u'42.95000076293945'} -error: (1062, "Duplicate entry 'montenero-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montenero', u'countrycode': u'it', u'city_id': u'-122425', u'longitude': u'12.433300018310547', u'nr_hotels': u'5', u'latitude': u'42.71670150756836'} -error: (1062, "Duplicate entry 'montenero-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montenero', u'countrycode': u'it', u'city_id': u'-122425', u'longitude': u'12.433300018310547', u'nr_hotels': u'5', u'latitude': u'42.71670150756836'} -error: (1062, "Duplicate entry 'montecchio-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montecchio', u'countrycode': u'it', u'city_id': u'-122257', u'longitude': u'12.283300399780273', u'nr_hotels': u'13', u'latitude': u'42.66669845581055'} -error: (1062, "Duplicate entry 'migliarino-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Migliarino', u'countrycode': u'it', u'city_id': u'-121710', u'longitude': u'10.316699981689453', u'nr_hotels': u'5', u'latitude': u'43.766700744628906'} -error: (1062, "Duplicate entry 'massignano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Massignano', u'countrycode': u'it', u'city_id': u'-121362', u'longitude': u'13.783300399780273', u'nr_hotels': u'4', u'latitude': u'43.04999923706055'} -error: (1062, "Duplicate entry 'massignano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Massignano', u'countrycode': u'it', u'city_id': u'-121362', u'longitude': u'13.783300399780273', u'nr_hotels': u'4', u'latitude': u'43.04999923706055'} -error: (1062, "Duplicate entry 'massa-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Massa', u'countrycode': u'it', u'city_id': u'-121299', u'longitude': u'10.75', u'nr_hotels': u'2', u'latitude': u'43.900001525878906'} -error: (1062, "Duplicate entry 'massa-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0430\u0441\u0441\u0430', u'countrycode': u'it', u'city_id': u'-121299', u'longitude': u'10.75', u'nr_hotels': u'2', u'latitude': u'43.900001525878906'} -error: (1062, "Duplicate entry 'massa-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Massa', u'countrycode': u'it', u'city_id': u'-121298', u'longitude': u'10.137700080871582', u'nr_hotels': u'25', u'latitude': u'43.99089813232422'} -error: (1062, "Duplicate entry 'massa-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Massa', u'countrycode': u'it', u'city_id': u'-121298', u'longitude': u'10.137700080871582', u'nr_hotels': u'25', u'latitude': u'43.99089813232422'} -error: (1062, "Duplicate entry 'magliano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Magliano', u'countrycode': u'it', u'city_id': u'-120703', u'longitude': u'18.049999237060547', u'nr_hotels': u'1', u'latitude': u'40.33330154418945'} -error: (1062, "Duplicate entry 'magliano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Magliano', u'countrycode': u'it', u'city_id': u'-120703', u'longitude': u'18.049999237060547', u'nr_hotels': u'1', u'latitude': u'40.33330154418945'} -error: (1062, "Duplicate entry 'lama-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lama', u'countrycode': u'it', u'city_id': u'-119599', u'longitude': u'11.25', u'nr_hotels': u'3', u'latitude': u'43.099998474121094'} -error: (1062, "Duplicate entry 'lama-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lama', u'countrycode': u'it', u'city_id': u'-119599', u'longitude': u'11.25', u'nr_hotels': u'3', u'latitude': u'43.099998474121094'} -error: (1062, "Duplicate entry 'fiano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fiano', u'countrycode': u'it', u'city_id': u'-117436', u'longitude': u'11.116700172424316', u'nr_hotels': u'10', u'latitude': u'43.58330154418945'} -error: (1062, "Duplicate entry 'corbara-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Corbara', u'countrycode': u'it', u'city_id': u'-116176', u'longitude': u'14.600000381469727', u'nr_hotels': u'2', u'latitude': u'40.71670150756836'} -error: (1062, "Duplicate entry 'corbara-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Corbara', u'countrycode': u'it', u'city_id': u'-116176', u'longitude': u'14.600000381469727', u'nr_hotels': u'2', u'latitude': u'40.71670150756836'} -error: (1062, "Duplicate entry 'sestriere-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sestriere', u'countrycode': u'it', u'city_id': u'-115931', u'longitude': u'6.88332986831665', u'nr_hotels': u'0', u'latitude': u'44.95000076293945'} -error: (1062, "Duplicate entry 'sestriere-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sestriere', u'countrycode': u'it', u'city_id': u'-115931', u'longitude': u'6.88332986831665', u'nr_hotels': u'0', u'latitude': u'44.95000076293945'} -error: (1062, "Duplicate entry 'collepietra-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Collepietra', u'countrycode': u'it', u'city_id': u'-115909', u'longitude': u'13.850000381469727', u'nr_hotels': u'1', u'latitude': u'42.733299255371094'} -error: (1062, "Duplicate entry 'collepietra-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Collepietra', u'countrycode': u'it', u'city_id': u'-115909', u'longitude': u'13.850000381469727', u'nr_hotels': u'1', u'latitude': u'42.733299255371094'} -error: (1062, "Duplicate entry 'cecina-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cecina', u'countrycode': u'it', u'city_id': u'-114942', u'longitude': u'10.51669979095459', u'nr_hotels': u'16', u'latitude': u'43.31669998168945'} -error: (1062, "Duplicate entry 'cecina-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cecina', u'countrycode': u'it', u'city_id': u'-114942', u'longitude': u'10.51669979095459', u'nr_hotels': u'16', u'latitude': u'43.31669998168945'} -error: (1062, "Duplicate entry 'castelnuovo-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Castelnuovo', u'countrycode': u'it', u'city_id': u'-114596', u'longitude': u'8.283329963684082', u'nr_hotels': u'4', u'latitude': u'44.78329849243164'} -error: (1062, "Duplicate entry 'castelnuovo-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Castelnuovo', u'countrycode': u'it', u'city_id': u'-114596', u'longitude': u'8.283329963684082', u'nr_hotels': u'4', u'latitude': u'44.78329849243164'} -error: (1062, "Duplicate entry 'castellaro-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Castellaro', u'countrycode': u'it', u'city_id': u'-114480', u'longitude': u'7.86667013168335', u'nr_hotels': u'1', u'latitude': u'43.86669921875'} -error: (1062, "Duplicate entry 'castel-del-piano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Castel del Piano', u'countrycode': u'it', u'city_id': u'-114403', u'longitude': u'11.533300399780273', u'nr_hotels': u'12', u'latitude': u'42.88330078125'} -error: (1062, "Duplicate entry 'caprile-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Caprile', u'countrycode': u'it', u'city_id': u'-113228', u'longitude': u'12.116700172424316', u'nr_hotels': u'1', u'latitude': u'43.71670150756836'} -error: (1062, "Duplicate entry 'caprile-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Caprile', u'countrycode': u'it', u'city_id': u'-113228', u'longitude': u'12.116700172424316', u'nr_hotels': u'1', u'latitude': u'43.71670150756836'} -error: (1062, "Duplicate entry 'canonica-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canonica', u'countrycode': u'it', u'city_id': u'-113026', u'longitude': u'12.050000190734863', u'nr_hotels': u'3', u'latitude': u'42.70000076293945'} -error: (1062, "Duplicate entry 'canonica-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canonica', u'countrycode': u'it', u'city_id': u'-113026', u'longitude': u'12.050000190734863', u'nr_hotels': u'3', u'latitude': u'42.70000076293945'} -error: (1062, "Duplicate entry 'canneto-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canneto', u'countrycode': u'it', u'city_id': u'-113007', u'longitude': u'12.73330020904541', u'nr_hotels': u'2', u'latitude': u'42.18330001831055'} -error: (1062, "Duplicate entry 'canneto-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canneto', u'countrycode': u'it', u'city_id': u'-113006', u'longitude': u'14.961700439453125', u'nr_hotels': u'9', u'latitude': u'38.49420166015625'} -error: (1062, "Duplicate entry 'kanneto-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043d\u043d\u0435\u0442\u043e', u'countrycode': u'it', u'city_id': u'-113006', u'longitude': u'14.961700439453125', u'nr_hotels': u'9', u'latitude': u'38.49420166015625'} -error: (1062, "Duplicate entry 'kalliano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043b\u043b\u0438\u0430\u043d\u043e', u'countrycode': u'it', u'city_id': u'-112577', u'longitude': u'8.25', u'nr_hotels': u'1', u'latitude': u'45'} -error: (1062, "Duplicate entry 'bagnaia-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bagnaia', u'countrycode': u'it', u'city_id': u'-111034', u'longitude': u'12.149999618530273', u'nr_hotels': u'2', u'latitude': u'42.41669845581055'} -error: (1062, "Duplicate entry 'bagnaia-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bagnaia', u'countrycode': u'it', u'city_id': u'-111034', u'longitude': u'12.149999618530273', u'nr_hotels': u'2', u'latitude': u'42.41669845581055'} -error: (1062, "Duplicate entry 'villagrande-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villagrande', u'countrycode': u'it', u'city_id': u'100514', u'longitude': u'12.01669979095459', u'nr_hotels': u'0', u'latitude': u'46.4463996887207'} -error: (1062, "Duplicate entry 'villagrande-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villagrande', u'countrycode': u'it', u'city_id': u'100514', u'longitude': u'12.01669979095459', u'nr_hotels': u'0', u'latitude': u'46.4463996887207'} -error: (1062, "Duplicate entry 'marinella-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marinella', u'countrycode': u'it', u'city_id': u'900039821', u'longitude': u'9.55840015411377', u'nr_hotels': u'9', u'latitude': u'41.00210189819336'} -error: (1062, "Duplicate entry 'marinella-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0430\u0440\u0438\u043d\u0435\u043b\u043b\u0430', u'countrycode': u'it', u'city_id': u'900039821', u'longitude': u'9.55840015411377', u'nr_hotels': u'9', u'latitude': u'41.00210189819336'} -error: (1062, "Duplicate entry 'corvara-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Corvara', u'countrycode': u'it', u'city_id': u'900048164', u'longitude': u'9.733189582824707', u'nr_hotels': u'2', u'latitude': u'44.171600341796875'} -error: (1062, "Duplicate entry 'appiano-sulla-strada-del-vino-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Appiano Sulla Strada Del Vino', u'countrycode': u'it', u'city_id': u'900048229', u'longitude': u'11.258999824523926', u'nr_hotels': u'0', u'latitude': u'46.455501556396484'} -error: (1062, "Duplicate entry 'appiano-sulla-strada-del-vino-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Appiano Sulla Strada Del Vino', u'countrycode': u'it', u'city_id': u'900048229', u'longitude': u'11.258999824523926', u'nr_hotels': u'0', u'latitude': u'46.455501556396484'} -error: (1062, "Duplicate entry 'montalbano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montalbano', u'countrycode': u'it', u'city_id': u'900048637', u'longitude': u'17.479000091552734', u'nr_hotels': u'4', u'latitude': u'40.775001525878906'} -error: (1062, "Duplicate entry 'montalbano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montalbano', u'countrycode': u'it', u'city_id': u'900048637', u'longitude': u'17.479000091552734', u'nr_hotels': u'4', u'latitude': u'40.775001525878906'} -error: (1062, "Duplicate entry 'montafia-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montafia', u'countrycode': u'it', u'city_id': u'900048644', u'longitude': u'8.02299976348877', u'nr_hotels': u'4', u'latitude': u'44.98899841308594'} -error: (1062, "Duplicate entry 'montafia-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montafia', u'countrycode': u'it', u'city_id': u'900048644', u'longitude': u'8.02299976348877', u'nr_hotels': u'4', u'latitude': u'44.98899841308594'} -error: (1062, "Duplicate entry 'corsano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Corsano', u'countrycode': u'it', u'city_id': u'900048680', u'longitude': u'11.329999923706055', u'nr_hotels': u'12', u'latitude': u'43.220001220703125'} -error: (1062, "Duplicate entry 'magnano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Magnano', u'countrycode': u'it', u'city_id': u'900048685', u'longitude': u'8.001999855041504', u'nr_hotels': u'4', u'latitude': u'45.4630012512207'} -error: (1062, "Duplicate entry 'magnano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Magnano', u'countrycode': u'it', u'city_id': u'900048685', u'longitude': u'8.001999855041504', u'nr_hotels': u'4', u'latitude': u'45.4630012512207'} -error: (1062, "Duplicate entry 'castel-del-monte-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Castel del Monte', u'countrycode': u'it', u'city_id': u'900048731', u'longitude': u'16.27400016784668', u'nr_hotels': u'3', u'latitude': u'41.07400131225586'} -error: (1062, "Duplicate entry 'castel-del-monte-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Castel del Monte', u'countrycode': u'it', u'city_id': u'900048731', u'longitude': u'16.27400016784668', u'nr_hotels': u'3', u'latitude': u'41.07400131225586'} -error: (1062, "Duplicate entry 'milo-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milo', u'countrycode': u'it', u'city_id': u'900049252', u'longitude': u'12.581000328063965', u'nr_hotels': u'3', u'latitude': u'38.01300048828125'} -error: (1062, "Duplicate entry 'milo-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milo', u'countrycode': u'it', u'city_id': u'900049252', u'longitude': u'12.581000328063965', u'nr_hotels': u'3', u'latitude': u'38.01300048828125'} -error: (1062, "Duplicate entry 'santa-lucia-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Lucia', u'countrycode': u'it', u'city_id': u'900050206', u'longitude': u'10.272000312805176', u'nr_hotels': u'12', u'latitude': u'43.941001892089844'} -error: (1062, "Duplicate entry 'santa-lucia-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Lucia', u'countrycode': u'it', u'city_id': u'900050206', u'longitude': u'10.272000312805176', u'nr_hotels': u'12', u'latitude': u'43.941001892089844'} -error: (1062, "Duplicate entry 'cona-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cona', u'countrycode': u'it', u'city_id': u'900050244', u'longitude': u'11.712055206298828', u'nr_hotels': u'6', u'latitude': u'44.80522537231445'} -error: (1062, "Duplicate entry 'cona-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cona', u'countrycode': u'it', u'city_id': u'900050244', u'longitude': u'11.712055206298828', u'nr_hotels': u'6', u'latitude': u'44.80522537231445'} -error: (1062, "Duplicate entry 'montebello-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montebello', u'countrycode': u'it', u'city_id': u'900050795', u'longitude': u'11.803000450134277', u'nr_hotels': u'4', u'latitude': u'42.332801818847656'} -error: (1062, "Duplicate entry 'montebello-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montebello', u'countrycode': u'it', u'city_id': u'900050795', u'longitude': u'11.803000450134277', u'nr_hotels': u'4', u'latitude': u'42.332801818847656'} -error: (1062, "Duplicate entry 'valiano-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Valiano ', u'countrycode': u'it', u'city_id': u'900051271', u'longitude': u'11.32638168334961', u'nr_hotels': u'1', u'latitude': u'43.37345504760742'} -error: (1062, "Duplicate entry 'valiano-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Valiano ', u'countrycode': u'it', u'city_id': u'900051271', u'longitude': u'11.32638168334961', u'nr_hotels': u'1', u'latitude': u'43.37345504760742'} -error: (1062, "Duplicate entry 'san-quirico-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Quirico', u'countrycode': u'it', u'city_id': u'900051341', u'longitude': u'10.691166877746582', u'nr_hotels': u'8', u'latitude': u'43.97003936767578'} -error: (1062, "Duplicate entry 'san-quirico-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Quirico', u'countrycode': u'it', u'city_id': u'900051341', u'longitude': u'10.691166877746582', u'nr_hotels': u'8', u'latitude': u'43.97003936767578'} -error: (1062, "Duplicate entry 'san-giacomo-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Giacomo', u'countrycode': u'it', u'city_id': u'900051950', u'longitude': u'13.571992874145508', u'nr_hotels': u'1', u'latitude': u'42.8001594543457'} -error: (1062, "Duplicate entry 'san-giacomo-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Giacomo', u'countrycode': u'it', u'city_id': u'900051950', u'longitude': u'13.571992874145508', u'nr_hotels': u'1', u'latitude': u'42.8001594543457'} -error: (1062, "Duplicate entry 'villastrada-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Villastrada', u'countrycode': u'it', u'city_id': u'900052174', u'longitude': u'12.01099967956543', u'nr_hotels': u'16', u'latitude': u'43.04800033569336'} -error: (1062, "Duplicate entry 'villastrada-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Villastrada', u'countrycode': u'it', u'city_id': u'900052174', u'longitude': u'12.01099967956543', u'nr_hotels': u'16', u'latitude': u'43.04800033569336'} -error: (1062, "Duplicate entry 'santa-caterina-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Caterina', u'countrycode': u'it', u'city_id': u'900052194', u'longitude': u'11.915095329284668', u'nr_hotels': u'8', u'latitude': u'43.27960968017578'} -error: (1062, "Duplicate entry 'santa-caterina-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Caterina', u'countrycode': u'it', u'city_id': u'900052194', u'longitude': u'11.915095329284668', u'nr_hotels': u'8', u'latitude': u'43.27960968017578'} -error: (1062, "Duplicate entry 'san-pietro-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Pietro', u'countrycode': u'it', u'city_id': u'900052376', u'longitude': u'14.427000045776367', u'nr_hotels': u'10', u'latitude': u'40.617000579833984'} -error: (1062, "Duplicate entry 'san-pietro-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Pietro', u'countrycode': u'it', u'city_id': u'900052376', u'longitude': u'14.427000045776367', u'nr_hotels': u'10', u'latitude': u'40.617000579833984'} -error: (1062, "Duplicate entry 'ellera-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ellera', u'countrycode': u'it', u'city_id': u'900052595', u'longitude': u'11.374919', u'nr_hotels': u'1', u'latitude': u'43.785223'} -error: (1062, "Duplicate entry 'ellera-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ellera', u'countrycode': u'it', u'city_id': u'900052595', u'longitude': u'11.374919', u'nr_hotels': u'1', u'latitude': u'43.785223'} -error: (1062, "Duplicate entry 'trapani-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Trapani', u'countrycode': u'it', u'city_id': u'900052784', u'longitude': u'12.54354', u'nr_hotels': u'1', u'latitude': u'38.034774'} -error: (1062, "Duplicate entry 'trapani-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Trapani', u'countrycode': u'it', u'city_id': u'900052784', u'longitude': u'12.54354', u'nr_hotels': u'1', u'latitude': u'38.034774'} -error: (1062, "Duplicate entry 'albareto-it' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Albareto', u'countrycode': u'it', u'city_id': u'900052829', u'longitude': u'10.969271', u'nr_hotels': u'1', u'latitude': u'44.69249'} -error: (1062, "Duplicate entry 'albareto-it' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Albareto', u'countrycode': u'it', u'city_id': u'900052829', u'longitude': u'10.969271', u'nr_hotels': u'1', u'latitude': u'44.69249'} -error: (1062, "Duplicate entry 'tsukuba-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tsukuba', u'countrycode': u'jp', u'city_id': u'-246896', u'longitude': u'140.10000610351562', u'nr_hotels': u'1', u'latitude': u'36.20000076293945'} -error: (1062, "Duplicate entry 'tsukuba-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0426\u0443\u043a\u0443\u0431\u0430', u'countrycode': u'jp', u'city_id': u'-246896', u'longitude': u'140.10000610351562', u'nr_hotels': u'1', u'latitude': u'36.20000076293945'} -error: (1062, "Duplicate entry 'shimoda-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shimoda', u'countrycode': u'jp', u'city_id': u'-243222', u'longitude': u'138.9499969482422', u'nr_hotels': u'20', u'latitude': u'34.66669845581055'} -error: (1062, "Duplicate entry 'kusatsu-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kusatsu', u'countrycode': u'jp', u'city_id': u'-235206', u'longitude': u'135.9669952392578', u'nr_hotels': u'7', u'latitude': u'35.016700744628906'} -error: (1062, "Duplicate entry 'kusatsu-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0443\u0441\u0430\u0446\u0443', u'countrycode': u'jp', u'city_id': u'-235206', u'longitude': u'135.9669952392578', u'nr_hotels': u'7', u'latitude': u'35.016700744628906'} -error: (1062, "Duplicate entry 'kawasaki-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kawasaki', u'countrycode': u'jp', u'city_id': u'-233143', u'longitude': u'139.7169952392578', u'nr_hotels': u'11', u'latitude': u'35.520599365234375'} -error: (1062, "Duplicate entry 'kawasaki-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kawasaki', u'countrycode': u'jp', u'city_id': u'-233139', u'longitude': u'131.7830047607422', u'nr_hotels': u'0', u'latitude': u'34.06669998168945'} -error: (1062, "Duplicate entry 'kawasaki-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kawasaki', u'countrycode': u'jp', u'city_id': u'-233139', u'longitude': u'131.7830047607422', u'nr_hotels': u'0', u'latitude': u'34.06669998168945'} -error: (1062, "Duplicate entry 'iwakura-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Iwakura', u'countrycode': u'jp', u'city_id': u'-231026', u'longitude': u'135.7830047607422', u'nr_hotels': u'0', u'latitude': u'35.08330154418945'} -error: (1062, "Duplicate entry 'iwakura-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Iwakura', u'countrycode': u'jp', u'city_id': u'-231026', u'longitude': u'135.7830047607422', u'nr_hotels': u'0', u'latitude': u'35.08330154418945'} -error: (1062, "Duplicate entry 'toda-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Toda', u'countrycode': u'jp', u'city_id': u'443108', u'longitude': u'139.6929931640625', u'nr_hotels': u'1', u'latitude': u'35.80939865112305'} -error: (1062, "Duplicate entry 'toda-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Toda', u'countrycode': u'jp', u'city_id': u'443108', u'longitude': u'139.6929931640625', u'nr_hotels': u'1', u'latitude': u'35.80939865112305'} -error: (1062, "Duplicate entry 'oshima-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oshima', u'countrycode': u'jp', u'city_id': u'900048384', u'longitude': u'139.3780059814453', u'nr_hotels': u'5', u'latitude': u'34.74549865722656'} -error: (1062, "Duplicate entry 'oshima-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oshima', u'countrycode': u'jp', u'city_id': u'900048384', u'longitude': u'139.3780059814453', u'nr_hotels': u'5', u'latitude': u'34.74549865722656'} -error: (1062, "Duplicate entry 'daisen-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Daisen', u'countrycode': u'jp', u'city_id': u'900050342', u'longitude': u'140.47586059570312', u'nr_hotels': u'2', u'latitude': u'39.45314407348633'} -error: (1062, "Duplicate entry 'daisen-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Daisen', u'countrycode': u'jp', u'city_id': u'900050342', u'longitude': u'140.47586059570312', u'nr_hotels': u'2', u'latitude': u'39.45314407348633'} -error: (1062, "Duplicate entry 'kawagoe-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kawagoe', u'countrycode': u'jp', u'city_id': u'900050371', u'longitude': u'136.6739044189453', u'nr_hotels': u'1', u'latitude': u'35.02301788330078'} -error: (1062, "Duplicate entry 'kawagoe-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kawagoe', u'countrycode': u'jp', u'city_id': u'900050371', u'longitude': u'136.6739044189453', u'nr_hotels': u'1', u'latitude': u'35.02301788330078'} -error: (1062, "Duplicate entry 'sakai-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sakai', u'countrycode': u'jp', u'city_id': u'900050509', u'longitude': u'136.2317352294922', u'nr_hotels': u'2', u'latitude': u'36.166351318359375'} -error: (1062, "Duplicate entry 'sakai-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sakai', u'countrycode': u'jp', u'city_id': u'900050509', u'longitude': u'136.2317352294922', u'nr_hotels': u'2', u'latitude': u'36.166351318359375'} -error: (1062, "Duplicate entry 'towada-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Towada', u'countrycode': u'jp', u'city_id': u'900051875', u'longitude': u'140.89683532714844', u'nr_hotels': u'3', u'latitude': u'40.42699432373047'} -error: (1062, "Duplicate entry 'towada-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Towada', u'countrycode': u'jp', u'city_id': u'900051875', u'longitude': u'140.89683532714844', u'nr_hotels': u'3', u'latitude': u'40.42699432373047'} -error: (1062, "Duplicate entry 'setouchi-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Setouchi', u'countrycode': u'jp', u'city_id': u'900051905', u'longitude': u'129.31556701660156', u'nr_hotels': u'1', u'latitude': u'28.150510787963867'} -error: (1062, "Duplicate entry 'setouchi-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Setouchi', u'countrycode': u'jp', u'city_id': u'900051905', u'longitude': u'129.31556701660156', u'nr_hotels': u'1', u'latitude': u'28.150510787963867'} -error: (1062, "Duplicate entry 'nishikawa-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nishikawa', u'countrycode': u'jp', u'city_id': u'900052370', u'longitude': u'140.14695739746094', u'nr_hotels': u'3', u'latitude': u'38.42767333984375'} -error: (1062, "Duplicate entry 'nishikawa-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nishikawa', u'countrycode': u'jp', u'city_id': u'900052370', u'longitude': u'140.14695739746094', u'nr_hotels': u'3', u'latitude': u'38.42767333984375'} -error: (1062, "Duplicate entry 'shirakawa-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shirakawa', u'countrycode': u'jp', u'city_id': u'900052395', u'longitude': u'140.3056640625', u'nr_hotels': u'2', u'latitude': u'37.05472183227539'} -error: (1062, "Duplicate entry 'shirakawa-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shirakawa', u'countrycode': u'jp', u'city_id': u'900052395', u'longitude': u'140.3056640625', u'nr_hotels': u'2', u'latitude': u'37.05472183227539'} -error: (1062, "Duplicate entry 'mimasaka-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mimasaka', u'countrycode': u'jp', u'city_id': u'900052473', u'longitude': u'134.14913940429688', u'nr_hotels': u'2', u'latitude': u'35.008636474609375'} -error: (1062, "Duplicate entry 'mimasaka-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mimasaka', u'countrycode': u'jp', u'city_id': u'900052473', u'longitude': u'134.14913940429688', u'nr_hotels': u'2', u'latitude': u'35.008636474609375'} -error: (1062, "Duplicate entry 'yachiyo-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Yachiyo', u'countrycode': u'jp', u'city_id': u'900052747', u'longitude': u'140.102014', u'nr_hotels': u'1', u'latitude': u'35.719461'} -error: (1062, "Duplicate entry 'yachiyo-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Yachiyo', u'countrycode': u'jp', u'city_id': u'900052747', u'longitude': u'140.102014', u'nr_hotels': u'1', u'latitude': u'35.719461'} -error: (1062, "Duplicate entry 'takayama-jp' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Takayama', u'countrycode': u'jp', u'city_id': u'900052766', u'longitude': u'138.364935', u'nr_hotels': u'1', u'latitude': u'36.677986'} -error: (1062, "Duplicate entry 'takayama-jp' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Takayama', u'countrycode': u'jp', u'city_id': u'900052766', u'longitude': u'138.364935', u'nr_hotels': u'1', u'latitude': u'36.677986'} -error: (1062, "Duplicate entry 'ol-kokwe-ke' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ol Kokwe', u'countrycode': u'ke', u'city_id': u'900052526', u'longitude': u'36.07500076293945', u'nr_hotels': u'1', u'latitude': u'0.6200000047683716'} -error: (1062, "Duplicate entry 'ol-kokwe-ke' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ol Kokwe', u'countrycode': u'ke', u'city_id': u'900052526', u'longitude': u'36.07500076293945', u'nr_hotels': u'1', u'latitude': u'0.6200000047683716'} -error: (1062, "Duplicate entry 'seongnam-kr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seongnam', u'countrycode': u'kr', u'city_id': u'900050660', u'longitude': u'127.12710571289062', u'nr_hotels': u'0', u'latitude': u'37.4342041015625'} -error: (1062, "Duplicate entry 'seongnam-kr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seongnam', u'countrycode': u'kr', u'city_id': u'900050660', u'longitude': u'127.12710571289062', u'nr_hotels': u'0', u'latitude': u'37.4342041015625'} -error: (1062, "Duplicate entry 'medawachchiya-lk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Medawachchiya', u'countrycode': u'lk', u'city_id': u'-2228368', u'longitude': u'80.33329772949219', u'nr_hotels': u'0', u'latitude': u'8.366669654846191'} -error: (1062, "Duplicate entry 'medawachchiya-lk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Medawachchiya', u'countrycode': u'lk', u'city_id': u'-2228368', u'longitude': u'80.33329772949219', u'nr_hotels': u'0', u'latitude': u'8.366669654846191'} -error: (1062, "Duplicate entry 'digana-lk' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Digana', u'countrycode': u'lk', u'city_id': u'-2215804', u'longitude': u'80.72859954833984', u'nr_hotels': u'3', u'latitude': u'7.292220115661621'} -error: (1062, "Duplicate entry 'digana-lk' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Digana', u'countrycode': u'lk', u'city_id': u'-2215804', u'longitude': u'80.72859954833984', u'nr_hotels': u'3', u'latitude': u'7.292220115661621'} -error: (1062, "Duplicate entry 'garkalne-lv' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Garkalne', u'countrycode': u'lv', u'city_id': u'-3208429', u'longitude': u'24.42329978942871', u'nr_hotels': u'1', u'latitude': u'57.07109832763672'} -error: (1062, "Duplicate entry 'garkalne-lv' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0413\u0430\u0440\u043a\u0430\u043b\u043d\u0435', u'countrycode': u'lv', u'city_id': u'-3208429', u'longitude': u'24.42329978942871', u'nr_hotels': u'1', u'latitude': u'57.07109832763672'} -error: (1062, "Duplicate entry 'tagmout-ma' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tagmout', u'countrycode': u'ma', u'city_id': u'-50164', u'longitude': u'-9.433329582214355', u'nr_hotels': u'1', u'latitude': u'29.049999237060547'} -error: (1062, "Duplicate entry 'tagmout-ma' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tagmout', u'countrycode': u'ma', u'city_id': u'-50164', u'longitude': u'-9.433329582214355', u'nr_hotels': u'1', u'latitude': u'29.049999237060547'} -error: (1062, "Duplicate entry 'ravoraha-mg' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ravoraha', u'countrycode': u'mg', u'city_id': u'900052382', u'longitude': u'49.816429138183594', u'nr_hotels': u'0', u'latitude': u'17.086999893188477'} -error: (1062, "Duplicate entry 'ravoraha-mg' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ravoraha', u'countrycode': u'mg', u'city_id': u'900052382', u'longitude': u'49.816429138183594', u'nr_hotels': u'0', u'latitude': u'17.086999893188477'} -error: (1062, "Duplicate entry 'kalaw-mm' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kalaw', u'countrycode': u'mm', u'city_id': u'9011129', u'longitude': u'96.48529815673828', u'nr_hotels': u'0', u'latitude': u'16.954200744628906'} -error: (1062, "Duplicate entry 'kalaw-mm' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kalaw', u'countrycode': u'mm', u'city_id': u'9011129', u'longitude': u'96.48529815673828', u'nr_hotels': u'0', u'latitude': u'16.954200744628906'} -error: (1062, "Duplicate entry 'male-mv' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Male', u'countrycode': u'mv', u'city_id': u'900051508', u'longitude': u'72.81107330322266', u'nr_hotels': u'3', u'latitude': u'4.007029056549072'} -error: (1062, "Duplicate entry 'male-mv' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Male', u'countrycode': u'mv', u'city_id': u'900051508', u'longitude': u'72.81107330322266', u'nr_hotels': u'3', u'latitude': u'4.007029056549072'} -error: (1062, "Duplicate entry 'santiago-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santiago', u'countrycode': u'mx', u'city_id': u'-1702195', u'longitude': u'-91.7332992553711', u'nr_hotels': u'1', u'latitude': u'16.08329963684082'} -error: (1062, "Duplicate entry 'santiago-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santiago', u'countrycode': u'mx', u'city_id': u'-1702195', u'longitude': u'-91.7332992553711', u'nr_hotels': u'1', u'latitude': u'16.08329963684082'} -error: (1062, "Duplicate entry 'santa-catarina-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Catarina', u'countrycode': u'mx', u'city_id': u'-1700590', u'longitude': u'-109.68299865722656', u'nr_hotels': u'1', u'latitude': u'23.11669921875'} -error: (1062, "Duplicate entry 'santa-catarina-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Catarina', u'countrycode': u'mx', u'city_id': u'-1700590', u'longitude': u'-109.68299865722656', u'nr_hotels': u'1', u'latitude': u'23.11669921875'} -error: (1062, "Duplicate entry 'san-rafael-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Rafael', u'countrycode': u'mx', u'city_id': u'-1699992', u'longitude': u'-101.18299865722656', u'nr_hotels': u'0', u'latitude': u'23.399999618530273'} -error: (1062, "Duplicate entry 'san-rafael-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Rafael', u'countrycode': u'mx', u'city_id': u'-1699992', u'longitude': u'-101.18299865722656', u'nr_hotels': u'0', u'latitude': u'23.399999618530273'} -error: (1062, "Duplicate entry 'san-rafael-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Rafael', u'countrycode': u'mx', u'city_id': u'-1699952', u'longitude': u'-96.8499984741211', u'nr_hotels': u'1', u'latitude': u'20.200000762939453'} -error: (1062, "Duplicate entry 'san-rafael-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Rafael', u'countrycode': u'mx', u'city_id': u'-1699952', u'longitude': u'-96.8499984741211', u'nr_hotels': u'1', u'latitude': u'20.200000762939453'} -error: (1062, "Duplicate entry 'san-carlos-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Carlos', u'countrycode': u'mx', u'city_id': u'-1695743', u'longitude': u'-112.0999984741211', u'nr_hotels': u'1', u'latitude': u'24.783300399780273'} -error: (1062, "Duplicate entry 'san-carlos-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Carlos', u'countrycode': u'mx', u'city_id': u'-1695743', u'longitude': u'-112.0999984741211', u'nr_hotels': u'1', u'latitude': u'24.783300399780273'} -error: (1062, "Duplicate entry 'puerto-escondido-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Puerto Escondido', u'countrycode': u'mx', u'city_id': u'-1690388', u'longitude': u'-97.06670379638672', u'nr_hotels': u'48', u'latitude': u'15.850000381469727'} -error: (1062, "Duplicate entry 'miramar-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Miramar', u'countrycode': u'mx', u'city_id': u'-1683792', u'longitude': u'-104.38300323486328', u'nr_hotels': u'1', u'latitude': u'19.11669921875'} -error: (1062, "Duplicate entry 'miramar-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0438\u0440\u0430\u043c\u0430\u0440', u'countrycode': u'mx', u'city_id': u'-1683792', u'longitude': u'-104.38300323486328', u'nr_hotels': u'1', u'latitude': u'19.11669921875'} -error: (1062, "Duplicate entry 'trancas-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Trancas', u'countrycode': u'mx', u'city_id': u'-1678817', u'longitude': u'-100.1500015258789', u'nr_hotels': u'0', u'latitude': u'19.100000381469727'} -error: (1062, "Duplicate entry 'trancas-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Trancas', u'countrycode': u'mx', u'city_id': u'-1678817', u'longitude': u'-100.1500015258789', u'nr_hotels': u'0', u'latitude': u'19.100000381469727'} -error: (1062, "Duplicate entry 'la-magdalena-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Magdalena', u'countrycode': u'mx', u'city_id': u'-1675656', u'longitude': u'-100.06700134277344', u'nr_hotels': u'1', u'latitude': u'19.766700744628906'} -error: (1062, "Duplicate entry 'la-magdalena-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Magdalena', u'countrycode': u'mx', u'city_id': u'-1675656', u'longitude': u'-100.06700134277344', u'nr_hotels': u'1', u'latitude': u'19.766700744628906'} -error: (1062, "Duplicate entry 'xalostoc-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Xalostoc', u'countrycode': u'mx', u'city_id': u'-1671794', u'longitude': u'-98.9000015258789', u'nr_hotels': u'1', u'latitude': u'18.716699600219727'} -error: (1062, "Duplicate entry 'xalostoc-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Xalostoc', u'countrycode': u'mx', u'city_id': u'-1671794', u'longitude': u'-98.9000015258789', u'nr_hotels': u'1', u'latitude': u'18.716699600219727'} -error: (1062, "Duplicate entry 'buenavista-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Buenavista', u'countrycode': u'mx', u'city_id': u'-1653666', u'longitude': u'-109.69999694824219', u'nr_hotels': u'1', u'latitude': u'23.649999618530273'} -error: (1062, "Duplicate entry 'buenavista-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Buenavista', u'countrycode': u'mx', u'city_id': u'-1653666', u'longitude': u'-109.69999694824219', u'nr_hotels': u'1', u'latitude': u'23.649999618530273'} -error: (1062, "Duplicate entry 'buenavista-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Buenavista', u'countrycode': u'mx', u'city_id': u'-1653612', u'longitude': u'-100.25', u'nr_hotels': u'0', u'latitude': u'19.91670036315918'} -error: (1062, "Duplicate entry 'buenavista-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Buenavista', u'countrycode': u'mx', u'city_id': u'-1653612', u'longitude': u'-100.25', u'nr_hotels': u'0', u'latitude': u'19.91670036315918'} -error: (1062, "Duplicate entry 'buenavista-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Buenavista', u'countrycode': u'mx', u'city_id': u'-1653573', u'longitude': u'-101.68299865722656', u'nr_hotels': u'0', u'latitude': u'17.783300399780273'} -error: (1062, "Duplicate entry 'buenavista-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Buenavista', u'countrycode': u'mx', u'city_id': u'-1653573', u'longitude': u'-101.68299865722656', u'nr_hotels': u'0', u'latitude': u'17.783300399780273'} -error: (1062, "Duplicate entry 'atlacomulco-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Atlacomulco', u'countrycode': u'mx', u'city_id': u'-1651698', u'longitude': u'-99.16670227050781', u'nr_hotels': u'1', u'latitude': u'18.899999618530273'} -error: (1062, "Duplicate entry 'atlacomulco-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Atlacomulco', u'countrycode': u'mx', u'city_id': u'-1651698', u'longitude': u'-99.16670227050781', u'nr_hotels': u'1', u'latitude': u'18.899999618530273'} -error: (1062, "Duplicate entry 'san-francisco-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Francisco', u'countrycode': u'mx', u'city_id': u'6195337', u'longitude': u'-99.88390350341797', u'nr_hotels': u'1', u'latitude': u'26.15920066833496'} -error: (1062, "Duplicate entry 'san-francisco-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Francisco', u'countrycode': u'mx', u'city_id': u'6195337', u'longitude': u'-99.88390350341797', u'nr_hotels': u'1', u'latitude': u'26.15920066833496'} -error: (1062, "Duplicate entry 'san-pedro-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Pedro', u'countrycode': u'mx', u'city_id': u'8015462', u'longitude': u'-99.74720001220703', u'nr_hotels': u'1', u'latitude': u'19.563600540161133'} -error: (1062, "Duplicate entry 'san-pedro-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Pedro', u'countrycode': u'mx', u'city_id': u'8015462', u'longitude': u'-99.74720001220703', u'nr_hotels': u'1', u'latitude': u'19.563600540161133'} -error: (1062, "Duplicate entry 'santiago-mx' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santiago', u'countrycode': u'mx', u'city_id': u'900050655', u'longitude': u'-100.15142059326172', u'nr_hotels': u'1', u'latitude': u'25.427461624145508'} -error: (1062, "Duplicate entry 'santiago-mx' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santiago', u'countrycode': u'mx', u'city_id': u'900050655', u'longitude': u'-100.15142059326172', u'nr_hotels': u'1', u'latitude': u'25.427461624145508'} -error: (1062, "Duplicate entry 'kingston-nf' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kingston', u'countrycode': u'nf', u'city_id': u'900049879', u'longitude': u'167.95010375976562', u'nr_hotels': u'0', u'latitude': u'-29.050100326538086'} -error: (1062, "Duplicate entry 'kingston-nf' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kingston', u'countrycode': u'nf', u'city_id': u'900049879', u'longitude': u'167.95010375976562', u'nr_hotels': u'0', u'latitude': u'-29.050100326538086'} -error: (1062, "Duplicate entry 'willemstad-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Willemstad', u'countrycode': u'nl', u'city_id': u'-2155909', u'longitude': u'4.433330059051514', u'nr_hotels': u'4', u'latitude': u'51.70000076293945'} -error: (1062, "Duplicate entry 'willemstad-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Willemstad', u'countrycode': u'nl', u'city_id': u'-2155909', u'longitude': u'4.433330059051514', u'nr_hotels': u'4', u'latitude': u'51.70000076293945'} -error: (1062, "Duplicate entry 'velp-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Velp', u'countrycode': u'nl', u'city_id': u'-2154617', u'longitude': u'5.719069957733154', u'nr_hotels': u'1', u'latitude': u'51.7484016418457'} -error: (1062, "Duplicate entry 'velp-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0435\u043b\u043f', u'countrycode': u'nl', u'city_id': u'-2154617', u'longitude': u'5.719069957733154', u'nr_hotels': u'1', u'latitude': u'51.7484016418457'} -error: (1062, "Duplicate entry 'serooskerke-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Serooskerke', u'countrycode': u'nl', u'city_id': u'-2152908', u'longitude': u'3.5999999046325684', u'nr_hotels': u'2', u'latitude': u'51.54999923706055'} -error: (1062, "Duplicate entry 'serooskerke-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Serooskerke', u'countrycode': u'nl', u'city_id': u'-2152908', u'longitude': u'3.5999999046325684', u'nr_hotels': u'2', u'latitude': u'51.54999923706055'} -error: (1062, "Duplicate entry 'scherpenzeel-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Scherpenzeel', u'countrycode': u'nl', u'city_id': u'-2152687', u'longitude': u'5.483329772949219', u'nr_hotels': u'1', u'latitude': u'52.08330154418945'} -error: (1062, "Duplicate entry 'scherpenzeel-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Scherpenzeel', u'countrycode': u'nl', u'city_id': u'-2152687', u'longitude': u'5.483329772949219', u'nr_hotels': u'1', u'latitude': u'52.08330154418945'} -error: (1062, "Duplicate entry 'rossum-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rossum', u'countrycode': u'nl', u'city_id': u'-2152386', u'longitude': u'5.333330154418945', u'nr_hotels': u'1', u'latitude': u'51.79999923706055'} -error: (1062, "Duplicate entry 'rossum-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rossum', u'countrycode': u'nl', u'city_id': u'-2152386', u'longitude': u'5.333330154418945', u'nr_hotels': u'1', u'latitude': u'51.79999923706055'} -error: (1062, "Duplicate entry 'montfort-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u043e\u043d\u0442\u0444\u043e\u0440\u0442', u'countrycode': u'nl', u'city_id': u'-2149664', u'longitude': u'4.949999809265137', u'nr_hotels': u'4', u'latitude': u'52.04999923706055'} -error: (1062, "Duplicate entry 'horn-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u043e\u0440\u043d', u'countrycode': u'nl', u'city_id': u'-2146649', u'longitude': u'5.349999904632568', u'nr_hotels': u'3', u'latitude': u'53.400001525878906'} -error: (1062, "Duplicate entry 'hoorn-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hoorn', u'countrycode': u'nl', u'city_id': u'-2146647', u'longitude': u'5.066669940948486', u'nr_hotels': u'11', u'latitude': u'52.650001525878906'} -error: (1062, "Duplicate entry 'horn-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u043e\u0440\u043d', u'countrycode': u'nl', u'city_id': u'-2146647', u'longitude': u'5.066669940948486', u'nr_hotels': u'11', u'latitude': u'52.650001525878906'} -error: (1062, "Duplicate entry 'hengelo-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hengelo', u'countrycode': u'nl', u'city_id': u'-2145889', u'longitude': u'6.310790061950684', u'nr_hotels': u'1', u'latitude': u'52.051300048828125'} -error: (1062, "Duplicate entry 'hengelo-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hengelo', u'countrycode': u'nl', u'city_id': u'-2145889', u'longitude': u'6.310790061950684', u'nr_hotels': u'1', u'latitude': u'52.051300048828125'} -error: (1062, "Duplicate entry 'hardenberg-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hardenberg', u'countrycode': u'nl', u'city_id': u'-2145422', u'longitude': u'6.61667013168335', u'nr_hotels': u'6', u'latitude': u'52.56669998168945'} -error: (1062, "Duplicate entry 'hardenberg-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u0430\u0440\u0434\u0435\u043d\u0431\u0435\u0440\u0433', u'countrycode': u'nl', u'city_id': u'-2145422', u'longitude': u'6.61667013168335', u'nr_hotels': u'6', u'latitude': u'52.56669998168945'} -error: (1062, "Duplicate entry 'elst-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Elst', u'countrycode': u'nl', u'city_id': u'-2144119', u'longitude': u'5.849999904632568', u'nr_hotels': u'2', u'latitude': u'51.91669845581055'} -error: (1062, "Duplicate entry 'elst-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Elst', u'countrycode': u'nl', u'city_id': u'-2144119', u'longitude': u'5.849999904632568', u'nr_hotels': u'2', u'latitude': u'51.91669845581055'} -error: (1062, "Duplicate entry 'echten-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Echten', u'countrycode': u'nl', u'city_id': u'-2143839', u'longitude': u'6.400000095367432', u'nr_hotels': u'2', u'latitude': u'52.71670150756836'} -error: (1062, "Duplicate entry 'echten-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Echten', u'countrycode': u'nl', u'city_id': u'-2143839', u'longitude': u'6.400000095367432', u'nr_hotels': u'2', u'latitude': u'52.71670150756836'} -error: (1062, "Duplicate entry 'broekhuizen-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Broekhuizen', u'countrycode': u'nl', u'city_id': u'-2142009', u'longitude': u'6.166669845581055', u'nr_hotels': u'1', u'latitude': u'51.483299255371094'} -error: (1062, "Duplicate entry 'broekhuizen-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Broekhuizen', u'countrycode': u'nl', u'city_id': u'-2142009', u'longitude': u'6.166669845581055', u'nr_hotels': u'1', u'latitude': u'51.483299255371094'} -error: (1062, "Duplicate entry 'beek-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beek', u'countrycode': u'nl', u'city_id': u'-2140929', u'longitude': u'5.933330059051514', u'nr_hotels': u'1', u'latitude': u'51.83330154418945'} -error: (1062, "Duplicate entry 'beek-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beek', u'countrycode': u'nl', u'city_id': u'-2140924', u'longitude': u'5.800000190734863', u'nr_hotels': u'1', u'latitude': u'50.93330001831055'} -error: (1062, "Duplicate entry 'alphen-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alphen', u'countrycode': u'nl', u'city_id': u'-2140396', u'longitude': u'4.949999809265137', u'nr_hotels': u'2', u'latitude': u'51.483299255371094'} -error: (1062, "Duplicate entry 'alphen-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alphen', u'countrycode': u'nl', u'city_id': u'-2140396', u'longitude': u'4.949999809265137', u'nr_hotels': u'2', u'latitude': u'51.483299255371094'} -error: (1062, "Duplicate entry 'aalst-nl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aalst', u'countrycode': u'nl', u'city_id': u'-2140141', u'longitude': u'5.13332986831665', u'nr_hotels': u'1', u'latitude': u'51.78329849243164'} -error: (1062, "Duplicate entry 'aalst-nl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Aalst', u'countrycode': u'nl', u'city_id': u'-2140141', u'longitude': u'5.13332986831665', u'nr_hotels': u'1', u'latitude': u'51.78329849243164'} -error: (1062, "Duplicate entry 'vinnes-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vinnes', u'countrycode': u'no', u'city_id': u'-286981', u'longitude': u'5.266670227050781', u'nr_hotels': u'0', u'latitude': u'60.016700744628906'} -error: (1062, "Duplicate entry 'vinnes-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vinnes', u'countrycode': u'no', u'city_id': u'-286981', u'longitude': u'5.266670227050781', u'nr_hotels': u'0', u'latitude': u'60.016700744628906'} -error: (1062, "Duplicate entry 'vika-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vika', u'countrycode': u'no', u'city_id': u'-286751', u'longitude': u'11.800000190734863', u'nr_hotels': u'1', u'latitude': u'61.31669998168945'} -error: (1062, "Duplicate entry 'vika-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vika', u'countrycode': u'no', u'city_id': u'-286751', u'longitude': u'11.800000190734863', u'nr_hotels': u'1', u'latitude': u'61.31669998168945'} -error: (1062, "Duplicate entry 'tautra-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tautra', u'countrycode': u'no', u'city_id': u'-283485', u'longitude': u'6.916669845581055', u'nr_hotels': u'0', u'latitude': u'62.68330001831055'} -error: (1062, "Duplicate entry 'tautra-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tautra', u'countrycode': u'no', u'city_id': u'-283485', u'longitude': u'6.916669845581055', u'nr_hotels': u'0', u'latitude': u'62.68330001831055'} -error: (1062, "Duplicate entry 'straumen-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Straumen', u'countrycode': u'no', u'city_id': u'-282357', u'longitude': u'11.300000190734863', u'nr_hotels': u'1', u'latitude': u'63.86669921875'} -error: (1062, "Duplicate entry 'straumen-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Straumen', u'countrycode': u'no', u'city_id': u'-282357', u'longitude': u'11.300000190734863', u'nr_hotels': u'1', u'latitude': u'63.86669921875'} -error: (1062, "Duplicate entry 'stranda-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stranda', u'countrycode': u'no', u'city_id': u'-282265', u'longitude': u'6.900000095367432', u'nr_hotels': u'8', u'latitude': u'62.31669998168945'} -error: (1062, "Duplicate entry 'stranda-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stranda', u'countrycode': u'no', u'city_id': u'-282265', u'longitude': u'6.900000095367432', u'nr_hotels': u'8', u'latitude': u'62.31669998168945'} -error: (1062, "Duplicate entry 'sortland-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sortland', u'countrycode': u'no', u'city_id': u'-280465', u'longitude': u'13.600000381469727', u'nr_hotels': u'2', u'latitude': u'68.25'} -error: (1062, "Duplicate entry 'sortland-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sortland', u'countrycode': u'no', u'city_id': u'-280465', u'longitude': u'13.600000381469727', u'nr_hotels': u'2', u'latitude': u'68.25'} -error: (1062, "Duplicate entry 'seim-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seim', u'countrycode': u'no', u'city_id': u'-277613', u'longitude': u'5.269169807434082', u'nr_hotels': u'1', u'latitude': u'60.62110137939453'} -error: (1062, "Duplicate entry 'seim-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seim', u'countrycode': u'no', u'city_id': u'-277613', u'longitude': u'5.269169807434082', u'nr_hotels': u'1', u'latitude': u'60.62110137939453'} -error: (1062, "Duplicate entry 'sandvik-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sandvik', u'countrycode': u'no', u'city_id': u'-277395', u'longitude': u'5.449999809265137', u'nr_hotels': u'1', u'latitude': u'62.16669845581055'} -error: (1062, "Duplicate entry 'sandvik-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sandvik', u'countrycode': u'no', u'city_id': u'-277395', u'longitude': u'5.449999809265137', u'nr_hotels': u'1', u'latitude': u'62.16669845581055'} -error: (1062, "Duplicate entry 'sandnes-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sandnes', u'countrycode': u'no', u'city_id': u'-277202', u'longitude': u'5.733329772949219', u'nr_hotels': u'21', u'latitude': u'58.849998474121094'} -error: (1062, "Duplicate entry 'sandnes-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d\u0434\u043d\u0435\u0441', u'countrycode': u'no', u'city_id': u'-277202', u'longitude': u'5.733329772949219', u'nr_hotels': u'21', u'latitude': u'58.849998474121094'} -error: (1062, "Duplicate entry 'sande-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sande', u'countrycode': u'no', u'city_id': u'-277103', u'longitude': u'5', u'nr_hotels': u'1', u'latitude': u'60.849998474121094'} -error: (1062, "Duplicate entry 'sande-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sande', u'countrycode': u'no', u'city_id': u'-277103', u'longitude': u'5', u'nr_hotels': u'1', u'latitude': u'60.849998474121094'} -error: (1062, "Duplicate entry 'sand-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sand', u'countrycode': u'no', u'city_id': u'-277043', u'longitude': u'10.91670036315918', u'nr_hotels': u'1', u'latitude': u'63.900001525878906'} -error: (1062, "Duplicate entry 'sand-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sand', u'countrycode': u'no', u'city_id': u'-277043', u'longitude': u'10.91670036315918', u'nr_hotels': u'1', u'latitude': u'63.900001525878906'} -error: (1062, "Duplicate entry 'sand-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sand', u'countrycode': u'no', u'city_id': u'-277042', u'longitude': u'11.550000190734863', u'nr_hotels': u'1', u'latitude': u'60.38330078125'} -error: (1062, "Duplicate entry 'sand-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sand', u'countrycode': u'no', u'city_id': u'-277042', u'longitude': u'11.550000190734863', u'nr_hotels': u'1', u'latitude': u'60.38330078125'} -error: (1062, "Duplicate entry 'onarheim-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Onarheim', u'countrycode': u'no', u'city_id': u'-273527', u'longitude': u'5.766670227050781', u'nr_hotels': u'1', u'latitude': u'59.86669921875'} -error: (1062, "Duplicate entry 'onarheim-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Onarheim', u'countrycode': u'no', u'city_id': u'-273527', u'longitude': u'5.766670227050781', u'nr_hotels': u'1', u'latitude': u'59.86669921875'} -error: (1062, "Duplicate entry 'nes-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nes', u'countrycode': u'no', u'city_id': u'-272056', u'longitude': u'9.233329772949219', u'nr_hotels': u'2', u'latitude': u'59.36669921875'} -error: (1062, "Duplicate entry 'nes-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nes', u'countrycode': u'no', u'city_id': u'-272056', u'longitude': u'9.233329772949219', u'nr_hotels': u'2', u'latitude': u'59.36669921875'} -error: (1062, "Duplicate entry 'nedstrand-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nedstrand', u'countrycode': u'no', u'city_id': u'-271972', u'longitude': u'5.800000190734863', u'nr_hotels': u'1', u'latitude': u'59.349998474121094'} -error: (1062, "Duplicate entry 'nedstrand-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nedstrand', u'countrycode': u'no', u'city_id': u'-271972', u'longitude': u'5.800000190734863', u'nr_hotels': u'1', u'latitude': u'59.349998474121094'} -error: (1062, "Duplicate entry 'vredendal-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vredendal', u'countrycode': u'za', u'city_id': u'-1298238', u'longitude': u'18.5', u'nr_hotels': u'1', u'latitude': u'-31.66670036315918'} -error: (1062, "Duplicate entry 'vredendal-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vredendal', u'countrycode': u'za', u'city_id': u'-1298238', u'longitude': u'18.5', u'nr_hotels': u'1', u'latitude': u'-31.66670036315918'} -error: (1062, "Duplicate entry 'moi-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Moi', u'countrycode': u'no', u'city_id': u'-271097', u'longitude': u'7.183330059051514', u'nr_hotels': u'0', u'latitude': u'58.25'} -error: (1062, "Duplicate entry 'moi-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Moi', u'countrycode': u'no', u'city_id': u'-271097', u'longitude': u'7.183330059051514', u'nr_hotels': u'0', u'latitude': u'58.25'} -error: (1062, "Duplicate entry 'vaalwater-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vaalwater', u'countrycode': u'za', u'city_id': u'-1295373', u'longitude': u'28.117542266845703', u'nr_hotels': u'4', u'latitude': u'-24.296281814575195'} -error: (1062, "Duplicate entry 'vaalwater-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vaalwater', u'countrycode': u'za', u'city_id': u'-1295373', u'longitude': u'28.117542266845703', u'nr_hotels': u'4', u'latitude': u'-24.296281814575195'} -error: (1062, "Duplicate entry 'lavik-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lavik', u'countrycode': u'no', u'city_id': u'-268405', u'longitude': u'6.033329963684082', u'nr_hotels': u'2', u'latitude': u'60.78329849243164'} -error: (1062, "Duplicate entry 'lavik-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lavik', u'countrycode': u'no', u'city_id': u'-268405', u'longitude': u'6.033329963684082', u'nr_hotels': u'2', u'latitude': u'60.78329849243164'} -error: (1062, "Duplicate entry 'richmond-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richmond', u'countrycode': u'za', u'city_id': u'-1275765', u'longitude': u'31.033300399780273', u'nr_hotels': u'1', u'latitude': u'-25'} -error: (1062, "Duplicate entry 'richmond-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Richmond', u'countrycode': u'za', u'city_id': u'-1275765', u'longitude': u'31.033300399780273', u'nr_hotels': u'1', u'latitude': u'-25'} -error: (1062, "Duplicate entry 'ramsgate-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ramsgate', u'countrycode': u'za', u'city_id': u'-1274740', u'longitude': u'29.899999618530273', u'nr_hotels': u'0', u'latitude': u'-28.016700744628906'} -error: (1062, "Duplicate entry 'ramsgate-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ramsgate', u'countrycode': u'za', u'city_id': u'-1274740', u'longitude': u'29.899999618530273', u'nr_hotels': u'0', u'latitude': u'-28.016700744628906'} -error: (1062, "Duplicate entry 'korshamn-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Korshamn', u'countrycode': u'no', u'city_id': u'-266691', u'longitude': u'7', u'nr_hotels': u'9', u'latitude': u'58.03329849243164'} -error: (1062, "Duplicate entry 'korshamn-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Korshamn', u'countrycode': u'no', u'city_id': u'-266691', u'longitude': u'7', u'nr_hotels': u'9', u'latitude': u'58.03329849243164'} -error: (1062, "Duplicate entry 'hovland-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hovland', u'countrycode': u'no', u'city_id': u'-264192', u'longitude': u'6.63332986831665', u'nr_hotels': u'6', u'latitude': u'60.233299255371094'} -error: (1062, "Duplicate entry 'hovland-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hovland', u'countrycode': u'no', u'city_id': u'-264192', u'longitude': u'6.63332986831665', u'nr_hotels': u'6', u'latitude': u'60.233299255371094'} -error: (1062, "Duplicate entry 'helle-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Helle', u'countrycode': u'no', u'city_id': u'-262607', u'longitude': u'6.949999809265137', u'nr_hotels': u'4', u'latitude': u'58.08330154418945'} -error: (1062, "Duplicate entry 'helle-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Helle', u'countrycode': u'no', u'city_id': u'-262607', u'longitude': u'6.949999809265137', u'nr_hotels': u'4', u'latitude': u'58.08330154418945'} -error: (1062, "Duplicate entry 'kuilsrivier-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kuilsrivier', u'countrycode': u'za', u'city_id': u'-1249121', u'longitude': u'29.149999618530273', u'nr_hotels': u'0', u'latitude': u'-25.149999618530273'} -error: (1062, "Duplicate entry 'kuilsrivier-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kuilsrivier', u'countrycode': u'za', u'city_id': u'-1249121', u'longitude': u'29.149999618530273', u'nr_hotels': u'0', u'latitude': u'-25.149999618530273'} -error: (1062, "Duplicate entry 'kroondal-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kroondal', u'countrycode': u'za', u'city_id': u'-1248686', u'longitude': u'27.316699981689453', u'nr_hotels': u'4', u'latitude': u'-25.75'} -error: (1062, "Duplicate entry 'kroondal-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kroondal', u'countrycode': u'za', u'city_id': u'-1248686', u'longitude': u'27.316699981689453', u'nr_hotels': u'4', u'latitude': u'-25.75'} -error: (1062, "Duplicate entry 'kokstad-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kokstad', u'countrycode': u'za', u'city_id': u'-1246888', u'longitude': u'27.966699600219727', u'nr_hotels': u'1', u'latitude': u'-23.16670036315918'} -error: (1062, "Duplicate entry 'kokstad-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kokstad', u'countrycode': u'za', u'city_id': u'-1246888', u'longitude': u'27.966699600219727', u'nr_hotels': u'1', u'latitude': u'-23.16670036315918'} -error: (1062, "Duplicate entry 'gol-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gol', u'countrycode': u'no', u'city_id': u'-260092', u'longitude': u'8.949999809265137', u'nr_hotels': u'10', u'latitude': u'60.70000076293945'} -error: (1062, "Duplicate entry 'gol-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0413\u043e\u043b', u'countrycode': u'no', u'city_id': u'-260092', u'longitude': u'8.949999809265137', u'nr_hotels': u'10', u'latitude': u'60.70000076293945'} -error: (1062, "Duplicate entry 'heidelberg-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Heidelberg', u'countrycode': u'za', u'city_id': u'-1236430', u'longitude': u'28.350000381469727', u'nr_hotels': u'1', u'latitude': u'-26.5'} -error: (1062, "Duplicate entry 'heidelberg-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Heidelberg', u'countrycode': u'za', u'city_id': u'-1236430', u'longitude': u'28.350000381469727', u'nr_hotels': u'1', u'latitude': u'-26.5'} -error: (1062, "Duplicate entry 'frei-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Frei', u'countrycode': u'no', u'city_id': u'-258671', u'longitude': u'7.800000190734863', u'nr_hotels': u'0', u'latitude': u'63.06669998168945'} -error: (1062, "Duplicate entry 'frei-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Frei', u'countrycode': u'no', u'city_id': u'-258671', u'longitude': u'7.800000190734863', u'nr_hotels': u'0', u'latitude': u'63.06669998168945'} -error: (1062, "Duplicate entry 'fouriesburg-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fouriesburg', u'countrycode': u'za', u'city_id': u'-1228771', u'longitude': u'28.13330078125', u'nr_hotels': u'2', u'latitude': u'-28.58329963684082'} -error: (1062, "Duplicate entry 'fouriesburg-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fouriesburg', u'countrycode': u'za', u'city_id': u'-1228771', u'longitude': u'28.13330078125', u'nr_hotels': u'2', u'latitude': u'-28.58329963684082'} -error: (1062, "Duplicate entry 'elgin-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Elgin', u'countrycode': u'za', u'city_id': u'-1226548', u'longitude': u'32.04999923706055', u'nr_hotels': u'2', u'latitude': u'-27.733299255371094'} -error: (1062, "Duplicate entry 'elgin-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Elgin', u'countrycode': u'za', u'city_id': u'-1226548', u'longitude': u'32.04999923706055', u'nr_hotels': u'2', u'latitude': u'-27.733299255371094'} -error: (1062, "Duplicate entry 'eide-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Eide', u'countrycode': u'no', u'city_id': u'-256347', u'longitude': u'6.716670036315918', u'nr_hotels': u'0', u'latitude': u'60.53329849243164'} -error: (1062, "Duplicate entry 'eide-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Eide', u'countrycode': u'no', u'city_id': u'-256347', u'longitude': u'6.716670036315918', u'nr_hotels': u'0', u'latitude': u'60.53329849243164'} -error: (1062, "Duplicate entry 'eide-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Eide', u'countrycode': u'no', u'city_id': u'-256342', u'longitude': u'8.466670036315918', u'nr_hotels': u'2', u'latitude': u'58.266700744628906'} -error: (1062, "Duplicate entry 'eide-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Eide', u'countrycode': u'no', u'city_id': u'-256342', u'longitude': u'8.466670036315918', u'nr_hotels': u'2', u'latitude': u'58.266700744628906'} -error: (1062, "Duplicate entry 'belfast-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Belfast', u'countrycode': u'za', u'city_id': u'-1209978', u'longitude': u'31.36669921875', u'nr_hotels': u'1', u'latitude': u'-24.933300018310547'} -error: (1062, "Duplicate entry 'belfast-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Belfast', u'countrycode': u'za', u'city_id': u'-1209978', u'longitude': u'31.36669921875', u'nr_hotels': u'1', u'latitude': u'-24.933300018310547'} -error: (1062, "Duplicate entry 'bjordal-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bjordal', u'countrycode': u'no', u'city_id': u'-253234', u'longitude': u'5.833330154418945', u'nr_hotels': u'8', u'latitude': u'61.06669998168945'} -error: (1062, "Duplicate entry 'bjordal-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bjordal', u'countrycode': u'no', u'city_id': u'-253234', u'longitude': u'5.833330154418945', u'nr_hotels': u'8', u'latitude': u'61.06669998168945'} -error: (1062, "Duplicate entry 'balule-game-reserve-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Balule Game Reserve', u'countrycode': u'za', u'city_id': u'900049992', u'longitude': u'30.545852661132812', u'nr_hotels': u'1', u'latitude': u'-24.137813568115234'} -error: (1062, "Duplicate entry 'balule-game-reserve-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Balule Game Reserve', u'countrycode': u'za', u'city_id': u'900049992', u'longitude': u'30.545852661132812', u'nr_hotels': u'1', u'latitude': u'-24.137813568115234'} -error: (1062, "Duplicate entry 'sabie-za' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sabie', u'countrycode': u'za', u'city_id': u'900052555', u'longitude': u'30.78229', u'nr_hotels': u'0', u'latitude': u'-25.087931'} -error: (1062, "Duplicate entry 'sabie-za' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sabie', u'countrycode': u'za', u'city_id': u'900052555', u'longitude': u'30.78229', u'nr_hotels': u'0', u'latitude': u'-25.087931'} -error: (1062, "Duplicate entry 'bakken-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bakken', u'countrycode': u'no', u'city_id': u'-252387', u'longitude': u'11.716699600219727', u'nr_hotels': u'1', u'latitude': u'62.31669998168945'} -error: (1062, "Duplicate entry 'bakken-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bakken', u'countrycode': u'no', u'city_id': u'-252387', u'longitude': u'11.716699600219727', u'nr_hotels': u'1', u'latitude': u'62.31669998168945'} -error: (1062, "Duplicate entry 'aure-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aure', u'countrycode': u'no', u'city_id': u'-252008', u'longitude': u'6.599999904632568', u'nr_hotels': u'2', u'latitude': u'62.400001525878906'} -error: (1062, "Duplicate entry 'aure-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Aure', u'countrycode': u'no', u'city_id': u'-252008', u'longitude': u'6.599999904632568', u'nr_hotels': u'2', u'latitude': u'62.400001525878906'} -error: (1062, "Duplicate entry 'alstad-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alstad', u'countrycode': u'no', u'city_id': u'-250980', u'longitude': u'13.949999809265137', u'nr_hotels': u'3', u'latitude': u'68.2667007446289'} -error: (1062, "Duplicate entry 'alstad-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alstad', u'countrycode': u'no', u'city_id': u'-250980', u'longitude': u'13.949999809265137', u'nr_hotels': u'3', u'latitude': u'68.2667007446289'} -error: (1062, "Duplicate entry 'gjerstad-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gjerstad', u'countrycode': u'no', u'city_id': u'156826', u'longitude': u'8.839719772338867', u'nr_hotels': u'1', u'latitude': u'58.46139907836914'} -error: (1062, "Duplicate entry 'gjerstad-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gjerstad', u'countrycode': u'no', u'city_id': u'156826', u'longitude': u'8.839719772338867', u'nr_hotels': u'1', u'latitude': u'58.46139907836914'} -error: (1062, "Duplicate entry 'myre-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Myre', u'countrycode': u'no', u'city_id': u'205285', u'longitude': u'15.08329963684082', u'nr_hotels': u'2', u'latitude': u'68.9000015258789'} -error: (1062, "Duplicate entry 'myre-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Myre', u'countrycode': u'no', u'city_id': u'205285', u'longitude': u'15.08329963684082', u'nr_hotels': u'2', u'latitude': u'68.9000015258789'} -error: (1062, "Duplicate entry 'misje-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Misje', u'countrycode': u'no', u'city_id': u'250432', u'longitude': u'4.965829849243164', u'nr_hotels': u'1', u'latitude': u'60.45140075683594'} -error: (1062, "Duplicate entry 'misje-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Misje', u'countrycode': u'no', u'city_id': u'250432', u'longitude': u'4.965829849243164', u'nr_hotels': u'1', u'latitude': u'60.45140075683594'} -error: (1062, "Duplicate entry 'storholmen-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Storholmen', u'countrycode': u'no', u'city_id': u'271458', u'longitude': u'5.201109886169434', u'nr_hotels': u'0', u'latitude': u'60.097801208496094'} -error: (1062, "Duplicate entry 'storholmen-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Storholmen', u'countrycode': u'no', u'city_id': u'271458', u'longitude': u'5.201109886169434', u'nr_hotels': u'0', u'latitude': u'60.097801208496094'} -error: (1062, "Duplicate entry 'nes-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nes', u'countrycode': u'no', u'city_id': u'286221', u'longitude': u'10.491399765014648', u'nr_hotels': u'1', u'latitude': u'59.87030029296875'} -error: (1062, "Duplicate entry 'nes-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nes', u'countrycode': u'no', u'city_id': u'286221', u'longitude': u'10.491399765014648', u'nr_hotels': u'1', u'latitude': u'59.87030029296875'} -error: (1062, "Duplicate entry 'sand-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sand', u'countrycode': u'no', u'city_id': u'900048705', u'longitude': u'6.252999782562256', u'nr_hotels': u'5', u'latitude': u'59.48400115966797'} -error: (1062, "Duplicate entry 'sand-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d\u0434', u'countrycode': u'no', u'city_id': u'900048705', u'longitude': u'6.252999782562256', u'nr_hotels': u'5', u'latitude': u'59.48400115966797'} -error: (1062, "Duplicate entry 'spildra-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Spildra', u'countrycode': u'no', u'city_id': u'900052411', u'longitude': u'21.600000381469727', u'nr_hotels': u'1', u'latitude': u'70.0167007446289'} -error: (1062, "Duplicate entry 'spildra-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Spildra', u'countrycode': u'no', u'city_id': u'900052411', u'longitude': u'21.600000381469727', u'nr_hotels': u'1', u'latitude': u'70.0167007446289'} -error: (1062, "Duplicate entry 'haugen-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Haugen', u'countrycode': u'no', u'city_id': u'900052487', u'longitude': u'5.7960968017578125', u'nr_hotels': u'2', u'latitude': u'60.09431838989258'} -error: (1062, "Duplicate entry 'haugen-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Haugen', u'countrycode': u'no', u'city_id': u'900052487', u'longitude': u'5.7960968017578125', u'nr_hotels': u'2', u'latitude': u'60.09431838989258'} -error: (1062, "Duplicate entry 'harestua-no' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harestua', u'countrycode': u'no', u'city_id': u'900052505', u'longitude': u'10.715604782104492', u'nr_hotels': u'1', u'latitude': u'60.20831298828125'} -error: (1062, "Duplicate entry 'harestua-no' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Harestua', u'countrycode': u'no', u'city_id': u'900052505', u'longitude': u'10.715604782104492', u'nr_hotels': u'1', u'latitude': u'60.20831298828125'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20006243', u'longitude': u'-111.38700103759766', u'nr_hotels': u'2', u'latitude': u'33.03139877319336'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20006243', u'longitude': u'-111.38700103759766', u'nr_hotels': u'2', u'latitude': u'33.03139877319336'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20008695', u'longitude': u'-94.1572036743164', u'nr_hotels': u'16', u'latitude': u'36.0625'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20008695', u'longitude': u'-94.1572036743164', u'nr_hotels': u'16', u'latitude': u'36.0625'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20009211', u'longitude': u'-92.11000061035156', u'nr_hotels': u'6', u'latitude': u'34.8661003112793'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20009211', u'longitude': u'-92.11000061035156', u'nr_hotels': u'6', u'latitude': u'34.8661003112793'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20009559', u'longitude': u'-90.19640350341797', u'nr_hotels': u'4', u'latitude': u'35.21440124511719'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20009559', u'longitude': u'-90.19640350341797', u'nr_hotels': u'4', u'latitude': u'35.21440124511719'} -error: (1062, "Duplicate entry 'ozark-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ozark', u'countrycode': u'us', u'city_id': u'20010015', u'longitude': u'-93.82749938964844', u'nr_hotels': u'2', u'latitude': u'35.486900329589844'} -error: (1062, "Duplicate entry 'ozark-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ozark', u'countrycode': u'us', u'city_id': u'20010015', u'longitude': u'-93.82749938964844', u'nr_hotels': u'2', u'latitude': u'35.486900329589844'} -error: (1062, "Duplicate entry 'santa-teresa-pe' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Teresa', u'countrycode': u'pe', u'city_id': u'-363436', u'longitude': u'-73.16670227050781', u'nr_hotels': u'1', u'latitude': u'-3.533329963684082'} -error: (1062, "Duplicate entry 'santa-teresa-pe' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Teresa', u'countrycode': u'pe', u'city_id': u'-363436', u'longitude': u'-73.16670227050781', u'nr_hotels': u'1', u'latitude': u'-3.533329963684082'} -error: (1062, "Duplicate entry 'cloverdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cloverdale', u'countrycode': u'us', u'city_id': u'20012246', u'longitude': u'-123.01599884033203', u'nr_hotels': u'6', u'latitude': u'38.805599212646484'} -error: (1062, "Duplicate entry 'cloverdale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cloverdale', u'countrycode': u'us', u'city_id': u'20012246', u'longitude': u'-123.01599884033203', u'nr_hotels': u'6', u'latitude': u'38.805599212646484'} -error: (1062, "Duplicate entry 'fortuna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fortuna', u'countrycode': u'us', u'city_id': u'20013034', u'longitude': u'-124.15599822998047', u'nr_hotels': u'3', u'latitude': u'40.59830093383789'} -error: (1062, "Duplicate entry 'fortuna-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0424\u043e\u0440\u0442\u0443\u043d\u0430', u'countrycode': u'us', u'city_id': u'20013034', u'longitude': u'-124.15599822998047', u'nr_hotels': u'3', u'latitude': u'40.59830093383789'} -error: (1062, "Duplicate entry 'glendale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Glendale', u'countrycode': u'us', u'city_id': u'20013171', u'longitude': u'-118.25399780273438', u'nr_hotels': u'11', u'latitude': u'34.14250183105469'} -error: (1062, "Duplicate entry 'santa-fe-ph' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Fe', u'countrycode': u'ph', u'city_id': u'-2451501', u'longitude': u'123.80000305175781', u'nr_hotels': u'2', u'latitude': u'11.149999618530273'} -error: (1062, "Duplicate entry 'santa-fe-ph' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043d\u0442\u0430-\u0424\u0435', u'countrycode': u'ph', u'city_id': u'-2451501', u'longitude': u'123.80000305175781', u'nr_hotels': u'2', u'latitude': u'11.149999618530273'} -error: (1062, "Duplicate entry 'san-juan-ph' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Juan', u'countrycode': u'ph', u'city_id': u'-2450363', u'longitude': u'121.4000015258789', u'nr_hotels': u'1', u'latitude': u'13.83329963684082'} -error: (1062, "Duplicate entry 'san-juan-ph' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Juan', u'countrycode': u'ph', u'city_id': u'-2450363', u'longitude': u'121.4000015258789', u'nr_hotels': u'1', u'latitude': u'13.83329963684082'} -error: (1062, "Duplicate entry 'homewood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Homewood', u'countrycode': u'us', u'city_id': u'20013545', u'longitude': u'-120.15899658203125', u'nr_hotels': u'1', u'latitude': u'39.08689880371094'} -error: (1062, "Duplicate entry 'homewood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Homewood', u'countrycode': u'us', u'city_id': u'20013545', u'longitude': u'-120.15899658203125', u'nr_hotels': u'1', u'latitude': u'39.08689880371094'} -error: (1062, "Duplicate entry 'dzhekson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0435\u043a\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20013692', u'longitude': u'-120.77300262451172', u'nr_hotels': u'2', u'latitude': u'38.348899841308594'} -error: (1062, "Duplicate entry 'liloan-ph' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Liloan', u'countrycode': u'ph', u'city_id': u'-2433110', u'longitude': u'123.30799865722656', u'nr_hotels': u'0', u'latitude': u'9.428609848022461'} -error: (1062, "Duplicate entry 'liloan-ph' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Liloan', u'countrycode': u'ph', u'city_id': u'-2433110', u'longitude': u'123.30799865722656', u'nr_hotels': u'0', u'latitude': u'9.428609848022461'} -error: (1062, "Duplicate entry 'linkol-n-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0438\u043d\u043a\u043e\u043b\u044c\u043d', u'countrycode': u'us', u'city_id': u'20014080', u'longitude': u'-121.29199981689453', u'nr_hotels': u'1', u'latitude': u'38.891700744628906'} -error: (1062, "Duplicate entry 'livingston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Livingston', u'countrycode': u'us', u'city_id': u'20014117', u'longitude': u'-120.7229995727539', u'nr_hotels': u'1', u'latitude': u'37.38690185546875'} -error: (1062, "Duplicate entry 'livingston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Livingston', u'countrycode': u'us', u'city_id': u'20014117', u'longitude': u'-120.7229995727539', u'nr_hotels': u'1', u'latitude': u'37.38690185546875'} -error: (1062, "Duplicate entry 'compostela-ph' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Compostela', u'countrycode': u'ph', u'city_id': u'-2422347', u'longitude': u'126.08899688720703', u'nr_hotels': u'0', u'latitude': u'7.673059940338135'} -error: (1062, "Duplicate entry 'compostela-ph' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Compostela', u'countrycode': u'ph', u'city_id': u'-2422347', u'longitude': u'126.08899688720703', u'nr_hotels': u'0', u'latitude': u'7.673059940338135'} -error: (1062, "Duplicate entry 'mountain-view-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mountain View', u'countrycode': u'us', u'city_id': u'20014666', u'longitude': u'-122.08300018310547', u'nr_hotels': u'18', u'latitude': u'37.38610076904297'} -error: (1062, "Duplicate entry 'zielonki-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Zielonki', u'countrycode': u'pl', u'city_id': u'-539747', u'longitude': u'19.933300018310547', u'nr_hotels': u'1', u'latitude': u'50.11669921875'} -error: (1062, "Duplicate entry 'selma-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Selma', u'countrycode': u'us', u'city_id': u'20015883', u'longitude': u'-119.61100006103516', u'nr_hotels': u'4', u'latitude': u'36.57080078125'} -error: (1062, "Duplicate entry 'selma-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Selma', u'countrycode': u'us', u'city_id': u'20015883', u'longitude': u'-119.61100006103516', u'nr_hotels': u'4', u'latitude': u'36.57080078125'} -error: (1062, "Duplicate entry 'union-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union City', u'countrycode': u'us', u'city_id': u'20016551', u'longitude': u'-122.06291198730469', u'nr_hotels': u'3', u'latitude': u'37.60362243652344'} -error: (1062, "Duplicate entry 'szymbark-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Szymbark', u'countrycode': u'pl', u'city_id': u'-532448', u'longitude': u'21.100000381469727', u'nr_hotels': u'0', u'latitude': u'49.63330078125'} -error: (1062, "Duplicate entry 'szymbark-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Szymbark', u'countrycode': u'pl', u'city_id': u'-532448', u'longitude': u'21.100000381469727', u'nr_hotels': u'0', u'latitude': u'49.63330078125'} -error: (1062, "Duplicate entry 'alma-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alma', u'countrycode': u'us', u'city_id': u'20017014', u'longitude': u'-106.06199645996094', u'nr_hotels': u'1', u'latitude': u'39.28390121459961'} -error: (1062, "Duplicate entry 'alma-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alma', u'countrycode': u'us', u'city_id': u'20017014', u'longitude': u'-106.06199645996094', u'nr_hotels': u'1', u'latitude': u'39.28390121459961'} -error: (1062, "Duplicate entry 'evergreen-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Evergreen', u'countrycode': u'us', u'city_id': u'20017444', u'longitude': u'-105.31700134277344', u'nr_hotels': u'3', u'latitude': u'39.63330078125'} -error: (1062, "Duplicate entry 'evergreen-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Evergreen', u'countrycode': u'us', u'city_id': u'20017444', u'longitude': u'-105.31700134277344', u'nr_hotels': u'3', u'latitude': u'39.63330078125'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20017466', u'longitude': u'-105.11799621582031', u'nr_hotels': u'1', u'latitude': u'38.39030075073242'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20017466', u'longitude': u'-105.11799621582031', u'nr_hotels': u'1', u'latitude': u'38.39030075073242'} -error: (1062, "Duplicate entry 'glendale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Glendale', u'countrycode': u'us', u'city_id': u'20017535', u'longitude': u'-104.93299865722656', u'nr_hotels': u'4', u'latitude': u'39.70500183105469'} -error: (1062, "Duplicate entry 'glendale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Glendale', u'countrycode': u'us', u'city_id': u'20017535', u'longitude': u'-104.93299865722656', u'nr_hotels': u'4', u'latitude': u'39.70500183105469'} -error: (1062, "Duplicate entry 'parker-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Parker', u'countrycode': u'us', u'city_id': u'20018056', u'longitude': u'-104.76100158691406', u'nr_hotels': u'3', u'latitude': u'39.51860046386719'} -error: (1062, "Duplicate entry 'parker-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Parker', u'countrycode': u'us', u'city_id': u'20018056', u'longitude': u'-104.76100158691406', u'nr_hotels': u'3', u'latitude': u'39.51860046386719'} -error: (1062, "Duplicate entry 'salida-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salida', u'countrycode': u'us', u'city_id': u'20018221', u'longitude': u'-105.99800109863281', u'nr_hotels': u'9', u'latitude': u'38.534698486328125'} -error: (1062, "Duplicate entry 'salida-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salida', u'countrycode': u'us', u'city_id': u'20018221', u'longitude': u'-105.99800109863281', u'nr_hotels': u'9', u'latitude': u'38.534698486328125'} -error: (1062, "Duplicate entry 'trinidad-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Trinidad', u'countrycode': u'us', u'city_id': u'20018401', u'longitude': u'-104.5', u'nr_hotels': u'3', u'latitude': u'37.16939926147461'} -error: (1062, "Duplicate entry 'trinidad-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Trinidad', u'countrycode': u'us', u'city_id': u'20018401', u'longitude': u'-104.5', u'nr_hotels': u'3', u'latitude': u'37.16939926147461'} -error: (1062, "Duplicate entry 'westminster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westminster', u'countrycode': u'us', u'city_id': u'20018489', u'longitude': u'-105.04440307617188', u'nr_hotels': u'17', u'latitude': u'39.870750427246094'} -error: (1062, "Duplicate entry 'westminster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westminster', u'countrycode': u'us', u'city_id': u'20018489', u'longitude': u'-105.04440307617188', u'nr_hotels': u'17', u'latitude': u'39.870750427246094'} -error: (1062, "Duplicate entry 'bridgeport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bridgeport', u'countrycode': u'us', u'city_id': u'20018622', u'longitude': u'-73.2052993774414', u'nr_hotels': u'1', u'latitude': u'41.166900634765625'} -error: (1062, "Duplicate entry 'bridgeport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bridgeport', u'countrycode': u'us', u'city_id': u'20018622', u'longitude': u'-73.2052993774414', u'nr_hotels': u'1', u'latitude': u'41.166900634765625'} -error: (1062, "Duplicate entry 'smolnik-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smolnik', u'countrycode': u'pl', u'city_id': u'-529026', u'longitude': u'22.700000762939453', u'nr_hotels': u'1', u'latitude': u'49.21670150756836'} -error: (1062, "Duplicate entry 'smolnik-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smolnik', u'countrycode': u'pl', u'city_id': u'-529026', u'longitude': u'22.700000762939453', u'nr_hotels': u'1', u'latitude': u'49.21670150756836'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20019044', u'longitude': u'-72.6511001586914', u'nr_hotels': u'3', u'latitude': u'41.562198638916016'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20019044', u'longitude': u'-72.6511001586914', u'nr_hotels': u'3', u'latitude': u'41.562198638916016'} -error: (1062, "Duplicate entry 'norwalk-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Norwalk', u'countrycode': u'us', u'city_id': u'20019158', u'longitude': u'-73.4220962524414', u'nr_hotels': u'9', u'latitude': u'41.11800003051758'} -error: (1062, "Duplicate entry 'norwalk-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Norwalk', u'countrycode': u'us', u'city_id': u'20019158', u'longitude': u'-73.4220962524414', u'nr_hotels': u'9', u'latitude': u'41.11800003051758'} -error: (1062, "Duplicate entry 'vindzor-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0438\u043d\u0434\u0437\u043e\u0440', u'countrycode': u'us', u'city_id': u'20019549', u'longitude': u'-72.64420318603516', u'nr_hotels': u'5', u'latitude': u'41.852500915527344'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20020486', u'longitude': u'-75.7166976928711', u'nr_hotels': u'1', u'latitude': u'39.44940185546875'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20020486', u'longitude': u'-75.7166976928711', u'nr_hotels': u'1', u'latitude': u'39.44940185546875'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20020495', u'longitude': u'-75.42829895019531', u'nr_hotels': u'2', u'latitude': u'38.912498474121094'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20020495', u'longitude': u'-75.42829895019531', u'nr_hotels': u'2', u'latitude': u'38.912498474121094'} -error: (1062, "Duplicate entry 'new-castle-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'New Castle', u'countrycode': u'us', u'city_id': u'20020550', u'longitude': u'-75.56670379638672', u'nr_hotels': u'4', u'latitude': u'39.66189956665039'} -error: (1062, "Duplicate entry 'new-castle-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'New Castle', u'countrycode': u'us', u'city_id': u'20020550', u'longitude': u'-75.56670379638672', u'nr_hotels': u'4', u'latitude': u'39.66189956665039'} -error: (1062, "Duplicate entry 'n-yuark-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u0430\u0440\u043a', u'countrycode': u'us', u'city_id': u'20020554', u'longitude': u'-75.75', u'nr_hotels': u'14', u'latitude': u'39.68360137939453'} -error: (1062, "Duplicate entry 'rutherford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rutherford', u'countrycode': u'us', u'city_id': u'20020782', u'longitude': u'-75.68060302734375', u'nr_hotels': u'1', u'latitude': u'39.688899993896484'} -error: (1062, "Duplicate entry 'rutherford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rutherford', u'countrycode': u'us', u'city_id': u'20020782', u'longitude': u'-75.68060302734375', u'nr_hotels': u'1', u'latitude': u'39.688899993896484'} -error: (1062, "Duplicate entry 'wilmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wilmington', u'countrycode': u'us', u'city_id': u'20021098', u'longitude': u'-75.5468978881836', u'nr_hotels': u'6', u'latitude': u'39.74580001831055'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20021296', u'longitude': u'-77.03669738769531', u'nr_hotels': u'150', u'latitude': u'38.89500045776367'} -error: (1062, "Duplicate entry 'davenport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Davenport', u'countrycode': u'us', u'city_id': u'20022031', u'longitude': u'-81.60189819335938', u'nr_hotels': u'18', u'latitude': u'28.161100387573242'} -error: (1062, "Duplicate entry 'davenport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0430\u0432\u0435\u043d\u043f\u043e\u0440\u0442', u'countrycode': u'us', u'city_id': u'20022031', u'longitude': u'-81.60189819335938', u'nr_hotels': u'18', u'latitude': u'28.161100387573242'} -error: (1062, "Duplicate entry 'prushkuv-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0440\u0443\u0448\u043a\u0443\u0432', u'countrycode': u'pl', u'city_id': u'-523803', u'longitude': u'17.86669921875', u'nr_hotels': u'1', u'latitude': u'50.58330154418945'} -error: (1062, "Duplicate entry 'dover-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dover', u'countrycode': u'us', u'city_id': u'20022095', u'longitude': u'-82.2197036743164', u'nr_hotels': u'1', u'latitude': u'27.993900299072266'} -error: (1062, "Duplicate entry 'dover-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dover', u'countrycode': u'us', u'city_id': u'20022095', u'longitude': u'-82.2197036743164', u'nr_hotels': u'1', u'latitude': u'27.993900299072266'} -error: (1062, "Duplicate entry 'englewood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Englewood', u'countrycode': u'us', u'city_id': u'20022208', u'longitude': u'-82.35279846191406', u'nr_hotels': u'3', u'latitude': u'26.961700439453125'} -error: (1062, "Duplicate entry 'englewood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Englewood', u'countrycode': u'us', u'city_id': u'20022208', u'longitude': u'-82.35279846191406', u'nr_hotels': u'3', u'latitude': u'26.961700439453125'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20022757', u'longitude': u'-81.65579986572266', u'nr_hotels': u'91', u'latitude': u'30.331899642944336'} -error: (1062, "Duplicate entry 'dzhasper-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0430\u0441\u043f\u0435\u0440', u'countrycode': u'us', u'city_id': u'20022766', u'longitude': u'-82.94830322265625', u'nr_hotels': u'1', u'latitude': u'30.51810073852539'} -error: (1062, "Duplicate entry 'piece-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Piece', u'countrycode': u'pl', u'city_id': u'-521609', u'longitude': u'20.91670036315918', u'nr_hotels': u'1', u'latitude': u'53.599998474121094'} -error: (1062, "Duplicate entry 'piece-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Piece', u'countrycode': u'pl', u'city_id': u'-521609', u'longitude': u'20.91670036315918', u'nr_hotels': u'1', u'latitude': u'53.599998474121094'} -error: (1062, "Duplicate entry 'laguna-bich-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u0433\u0443\u043d\u0430-\u0411\u0438\u0447', u'countrycode': u'us', u'city_id': u'20022872', u'longitude': u'-85.92420196533203', u'nr_hotels': u'0', u'latitude': u'30.23940086364746'} -error: (1062, "Duplicate entry 'pasym-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pasym', u'countrycode': u'pl', u'city_id': u'-521167', u'longitude': u'20.799999237060547', u'nr_hotels': u'11', u'latitude': u'53.66669845581055'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20023076', u'longitude': u'-83.41310119628906', u'nr_hotels': u'2', u'latitude': u'30.469200134277344'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20023076', u'longitude': u'-83.41310119628906', u'nr_hotels': u'2', u'latitude': u'30.469200134277344'} -error: (1062, "Duplicate entry 'majami-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0430\u0439\u0430\u043c\u0438', u'countrycode': u'us', u'city_id': u'20023181', u'longitude': u'-80.2264404296875', u'nr_hotels': u'131', u'latitude': u'25.788969039916992'} -error: (1062, "Duplicate entry 'miramar-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Miramar', u'countrycode': u'us', u'city_id': u'20023220', u'longitude': u'-80.33059692382812', u'nr_hotels': u'8', u'latitude': u'25.97909927368164'} -error: (1062, "Duplicate entry 'miramar-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0438\u0440\u0430\u043c\u0430\u0440', u'countrycode': u'us', u'city_id': u'20023220', u'longitude': u'-80.33059692382812', u'nr_hotels': u'8', u'latitude': u'25.97909927368164'} -error: (1062, "Duplicate entry 'osiek-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Osiek', u'countrycode': u'pl', u'city_id': u'-520216', u'longitude': u'18.799999237060547', u'nr_hotels': u'1', u'latitude': u'52.93330001831055'} -error: (1062, "Duplicate entry 'sebring-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sebring', u'countrycode': u'us', u'city_id': u'20023999', u'longitude': u'-81.44110107421875', u'nr_hotels': u'8', u'latitude': u'27.49530029296875'} -error: (1062, "Duplicate entry 'sebring-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sebring', u'countrycode': u'us', u'city_id': u'20023999', u'longitude': u'-81.44110107421875', u'nr_hotels': u'8', u'latitude': u'27.49530029296875'} -error: (1062, "Duplicate entry 'venis-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0435\u043d\u0438\u0441', u'countrycode': u'us', u'city_id': u'20024377', u'longitude': u'-82.45439910888672', u'nr_hotels': u'10', u'latitude': u'27.09939956665039'} -error: (1062, "Duplicate entry 'alma-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alma', u'countrycode': u'us', u'city_id': u'20024698', u'longitude': u'-82.4625015258789', u'nr_hotels': u'1', u'latitude': u'31.539199829101562'} -error: (1062, "Duplicate entry 'alma-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alma', u'countrycode': u'us', u'city_id': u'20024698', u'longitude': u'-82.4625015258789', u'nr_hotels': u'1', u'latitude': u'31.539199829101562'} -error: (1062, "Duplicate entry 'athens-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Athens', u'countrycode': u'us', u'city_id': u'20024807', u'longitude': u'-83.37809753417969', u'nr_hotels': u'15', u'latitude': u'33.96080017089844'} -error: (1062, "Duplicate entry 'chatsworth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chatsworth', u'countrycode': u'us', u'city_id': u'20025616', u'longitude': u'-84.7699966430664', u'nr_hotels': u'1', u'latitude': u'34.76580047607422'} -error: (1062, "Duplicate entry 'chatsworth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chatsworth', u'countrycode': u'us', u'city_id': u'20025616', u'longitude': u'-84.7699966430664', u'nr_hotels': u'1', u'latitude': u'34.76580047607422'} -error: (1062, "Duplicate entry 'kommers-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u043e\u043c\u043c\u0435\u0440\u0441', u'countrycode': u'us', u'city_id': u'20025808', u'longitude': u'-83.45719909667969', u'nr_hotels': u'10', u'latitude': u'34.20389938354492'} -error: (1062, "Duplicate entry 'decatur-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Decatur', u'countrycode': u'us', u'city_id': u'20026057', u'longitude': u'-84.29640197753906', u'nr_hotels': u'7', u'latitude': u'33.77470016479492'} -error: (1062, "Duplicate entry 'decatur-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Decatur', u'countrycode': u'us', u'city_id': u'20026057', u'longitude': u'-84.29640197753906', u'nr_hotels': u'7', u'latitude': u'33.77470016479492'} -error: (1062, "Duplicate entry 'lubomierz-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lubomierz', u'countrycode': u'pl', u'city_id': u'-514400', u'longitude': u'20.200000762939453', u'nr_hotels': u'1', u'latitude': u'49.61669921875'} -error: (1062, "Duplicate entry 'lubomierz-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lubomierz', u'countrycode': u'pl', u'city_id': u'-514400', u'longitude': u'20.200000762939453', u'nr_hotels': u'1', u'latitude': u'49.61669921875'} -error: (1062, "Duplicate entry 'douglas-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Douglas', u'countrycode': u'us', u'city_id': u'20026176', u'longitude': u'-82.8499984741211', u'nr_hotels': u'3', u'latitude': u'31.50860023498535'} -error: (1062, "Duplicate entry 'douglas-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Douglas', u'countrycode': u'us', u'city_id': u'20026176', u'longitude': u'-82.8499984741211', u'nr_hotels': u'3', u'latitude': u'31.50860023498535'} -error: (1062, "Duplicate entry 'dublin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dublin', u'countrycode': u'us', u'city_id': u'20026209', u'longitude': u'-82.90390014648438', u'nr_hotels': u'7', u'latitude': u'32.54029846191406'} -error: (1062, "Duplicate entry 'dublin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dublin', u'countrycode': u'us', u'city_id': u'20026209', u'longitude': u'-82.90390014648438', u'nr_hotels': u'7', u'latitude': u'32.54029846191406'} -error: (1062, "Duplicate entry 'lubin-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lubin', u'countrycode': u'pl', u'city_id': u'-514305', u'longitude': u'16.200000762939453', u'nr_hotels': u'4', u'latitude': u'51.400001525878906'} -error: (1062, "Duplicate entry 'lubin-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lubin', u'countrycode': u'pl', u'city_id': u'-514305', u'longitude': u'16.200000762939453', u'nr_hotels': u'4', u'latitude': u'51.400001525878906'} -error: (1062, "Duplicate entry 'el-dorado-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'El Dorado', u'countrycode': u'us', u'city_id': u'20026314', u'longitude': u'-81.38420104980469', u'nr_hotels': u'1', u'latitude': u'31.17919921875'} -error: (1062, "Duplicate entry 'el-dorado-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'El Dorado', u'countrycode': u'us', u'city_id': u'20026314', u'longitude': u'-81.38420104980469', u'nr_hotels': u'1', u'latitude': u'31.17919921875'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20026494', u'longitude': u'-84.45500183105469', u'nr_hotels': u'2', u'latitude': u'33.44860076904297'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20026494', u'longitude': u'-84.45500183105469', u'nr_hotels': u'2', u'latitude': u'33.44860076904297'} -error: (1062, "Duplicate entry 'georgetown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Georgetown', u'countrycode': u'us', u'city_id': u'20026750', u'longitude': u'-81.22750091552734', u'nr_hotels': u'0', u'latitude': u'31.98310089111328'} -error: (1062, "Duplicate entry 'dzhordzhtaun-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u043e\u0440\u0434\u0436\u0442\u0430\u0443\u043d', u'countrycode': u'us', u'city_id': u'20026750', u'longitude': u'-81.22750091552734', u'nr_hotels': u'0', u'latitude': u'31.98310089111328'} -error: (1062, "Duplicate entry 'hamilton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hamilton', u'countrycode': u'us', u'city_id': u'20026996', u'longitude': u'-84.875', u'nr_hotels': u'2', u'latitude': u'32.7578010559082'} -error: (1062, "Duplicate entry 'hamilton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hamilton', u'countrycode': u'us', u'city_id': u'20026996', u'longitude': u'-84.875', u'nr_hotels': u'2', u'latitude': u'32.7578010559082'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20027426', u'longitude': u'-83.96610260009766', u'nr_hotels': u'2', u'latitude': u'33.29439926147461'} -error: (1062, "Duplicate entry 'dzhekson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0435\u043a\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20027426', u'longitude': u'-83.96610260009766', u'nr_hotels': u'2', u'latitude': u'33.29439926147461'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20027434', u'longitude': u'-83.85749816894531', u'nr_hotels': u'0', u'latitude': u'34.91780090332031'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20027434', u'longitude': u'-83.85749816894531', u'nr_hotels': u'0', u'latitude': u'34.91780090332031'} -error: (1062, "Duplicate entry 'jasper-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jasper', u'countrycode': u'us', u'city_id': u'20027454', u'longitude': u'-84.42919921875', u'nr_hotels': u'2', u'latitude': u'34.46780014038086'} -error: (1062, "Duplicate entry 'dzhasper-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0430\u0441\u043f\u0435\u0440', u'countrycode': u'us', u'city_id': u'20027454', u'longitude': u'-84.42919921875', u'nr_hotels': u'2', u'latitude': u'34.46780014038086'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20027459', u'longitude': u'-83.57250213623047', u'nr_hotels': u'1', u'latitude': u'34.11690139770508'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20027459', u'longitude': u'-83.57250213623047', u'nr_hotels': u'1', u'latitude': u'34.11690139770508'} -error: (1062, "Duplicate entry 'lafayette-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'LaFayette', u'countrycode': u'us', u'city_id': u'20027617', u'longitude': u'-85.28189849853516', u'nr_hotels': u'2', u'latitude': u'34.7047004699707'} -error: (1062, "Duplicate entry 'lafayette-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'LaFayette', u'countrycode': u'us', u'city_id': u'20027617', u'longitude': u'-85.28189849853516', u'nr_hotels': u'2', u'latitude': u'34.7047004699707'} -error: (1062, "Duplicate entry 'leszno-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Leszno', u'countrycode': u'pl', u'city_id': u'-513225', u'longitude': u'16.58329963684082', u'nr_hotels': u'8', u'latitude': u'51.849998474121094'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20027921', u'longitude': u'-83.46810150146484', u'nr_hotels': u'5', u'latitude': u'33.59560012817383'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20027921', u'longitude': u'-83.46810150146484', u'nr_hotels': u'5', u'latitude': u'33.59560012817383'} -error: (1062, "Duplicate entry 'perry-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Perry', u'countrycode': u'us', u'city_id': u'20028771', u'longitude': u'-83.73169708251953', u'nr_hotels': u'16', u'latitude': u'32.458099365234375'} -error: (1062, "Duplicate entry 'perry-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Perry', u'countrycode': u'us', u'city_id': u'20028771', u'longitude': u'-83.73169708251953', u'nr_hotels': u'16', u'latitude': u'32.458099365234375'} -error: (1062, "Duplicate entry 'smyrna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smyrna', u'countrycode': u'us', u'city_id': u'20029696', u'longitude': u'-84.51439666748047', u'nr_hotels': u'18', u'latitude': u'33.88399887084961'} -error: (1062, "Duplicate entry 'smyrna-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smyrna', u'countrycode': u'us', u'city_id': u'20029696', u'longitude': u'-84.51439666748047', u'nr_hotels': u'18', u'latitude': u'33.88399887084961'} -error: (1062, "Duplicate entry 'thomasville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Thomasville', u'countrycode': u'us', u'city_id': u'20030126', u'longitude': u'-83.97889709472656', u'nr_hotels': u'7', u'latitude': u'30.83639907836914'} -error: (1062, "Duplicate entry 'thomasville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Thomasville', u'countrycode': u'us', u'city_id': u'20030126', u'longitude': u'-83.97889709472656', u'nr_hotels': u'7', u'latitude': u'30.83639907836914'} -error: (1062, "Duplicate entry 'tucker-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tucker', u'countrycode': u'us', u'city_id': u'20030226', u'longitude': u'-84.21720123291016', u'nr_hotels': u'7', u'latitude': u'33.854400634765625'} -error: (1062, "Duplicate entry 'tucker-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tucker', u'countrycode': u'us', u'city_id': u'20030226', u'longitude': u'-84.21720123291016', u'nr_hotels': u'7', u'latitude': u'33.854400634765625'} -error: (1062, "Duplicate entry 'union-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union City', u'countrycode': u'us', u'city_id': u'20030285', u'longitude': u'-84.5470962524414', u'nr_hotels': u'9', u'latitude': u'33.582698822021484'} -error: (1062, "Duplicate entry 'union-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Union City', u'countrycode': u'us', u'city_id': u'20030285', u'longitude': u'-84.5470962524414', u'nr_hotels': u'9', u'latitude': u'33.582698822021484'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20030752', u'longitude': u'-84.51940155029297', u'nr_hotels': u'2', u'latitude': u'34.10139846801758'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20030752', u'longitude': u'-84.51940155029297', u'nr_hotels': u'2', u'latitude': u'34.10139846801758'} -error: (1062, "Duplicate entry 'mountain-view-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mountain View', u'countrycode': u'us', u'city_id': u'20031132', u'longitude': u'-155.10800170898438', u'nr_hotels': u'3', u'latitude': u'19.55579948425293'} -error: (1062, "Duplicate entry 'mountain-view-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mountain View', u'countrycode': u'us', u'city_id': u'20031132', u'longitude': u'-155.10800170898438', u'nr_hotels': u'3', u'latitude': u'19.55579948425293'} -error: (1062, "Duplicate entry 'waimea-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waimea', u'countrycode': u'us', u'city_id': u'20031298', u'longitude': u'-159.67100524902344', u'nr_hotels': u'2', u'latitude': u'21.95829963684082'} -error: (1062, "Duplicate entry 'waimea-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waimea', u'countrycode': u'us', u'city_id': u'20031298', u'longitude': u'-159.67100524902344', u'nr_hotels': u'2', u'latitude': u'21.95829963684082'} -error: (1062, "Duplicate entry 'cascade-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cascade', u'countrycode': u'us', u'city_id': u'20031497', u'longitude': u'-116.04100036621094', u'nr_hotels': u'1', u'latitude': u'44.51639938354492'} -error: (1062, "Duplicate entry 'cascade-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cascade', u'countrycode': u'us', u'city_id': u'20031497', u'longitude': u'-116.04100036621094', u'nr_hotels': u'1', u'latitude': u'44.51639938354492'} -error: (1062, "Duplicate entry 'kolno-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kolno', u'countrycode': u'pl', u'city_id': u'-508530', u'longitude': u'21.933300018310547', u'nr_hotels': u'2', u'latitude': u'53.41669845581055'} -error: (1062, "Duplicate entry 'kolno-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kolno', u'countrycode': u'pl', u'city_id': u'-508530', u'longitude': u'21.933300018310547', u'nr_hotels': u'2', u'latitude': u'53.41669845581055'} -error: (1062, "Duplicate entry 'eagle-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Eagle', u'countrycode': u'us', u'city_id': u'20031651', u'longitude': u'-116.35299682617188', u'nr_hotels': u'1', u'latitude': u'43.69559860229492'} -error: (1062, "Duplicate entry 'eagle-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Eagle', u'countrycode': u'us', u'city_id': u'20031651', u'longitude': u'-116.35299682617188', u'nr_hotels': u'1', u'latitude': u'43.69559860229492'} -error: (1062, "Duplicate entry 'hope-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hope', u'countrycode': u'us', u'city_id': u'20031882', u'longitude': u'-116.30599975585938', u'nr_hotels': u'2', u'latitude': u'48.247798919677734'} -error: (1062, "Duplicate entry 'hope-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hope', u'countrycode': u'us', u'city_id': u'20031882', u'longitude': u'-116.30599975585938', u'nr_hotels': u'2', u'latitude': u'48.247798919677734'} -error: (1062, "Duplicate entry 'kluki-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kluki', u'countrycode': u'pl', u'city_id': u'-508128', u'longitude': u'19.233299255371094', u'nr_hotels': u'2', u'latitude': u'51.349998474121094'} -error: (1062, "Duplicate entry 'kluki-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kluki', u'countrycode': u'pl', u'city_id': u'-508128', u'longitude': u'19.233299255371094', u'nr_hotels': u'2', u'latitude': u'51.349998474121094'} -error: (1062, "Duplicate entry 'meridian-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Meridian', u'countrycode': u'us', u'city_id': u'20032071', u'longitude': u'-116.39099884033203', u'nr_hotels': u'10', u'latitude': u'43.61220169067383'} -error: (1062, "Duplicate entry 'meridian-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0435\u0440\u0438\u0434\u0438\u0430\u043d', u'countrycode': u'us', u'city_id': u'20032071', u'longitude': u'-116.39099884033203', u'nr_hotels': u'10', u'latitude': u'43.61220169067383'} -error: (1062, "Duplicate entry 'mountain-home-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mountain Home', u'countrycode': u'us', u'city_id': u'20032108', u'longitude': u'-115.69000244140625', u'nr_hotels': u'3', u'latitude': u'43.13309860229492'} -error: (1062, "Duplicate entry 'mountain-home-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mountain Home', u'countrycode': u'us', u'city_id': u'20032108', u'longitude': u'-115.69000244140625', u'nr_hotels': u'3', u'latitude': u'43.13309860229492'} -error: (1062, "Duplicate entry 'sun-valley-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sun Valley', u'countrycode': u'us', u'city_id': u'20032412', u'longitude': u'-114.35099792480469', u'nr_hotels': u'7', u'latitude': u'43.697200775146484'} -error: (1062, "Duplicate entry 'sun-valley-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sun Valley', u'countrycode': u'us', u'city_id': u'20032412', u'longitude': u'-114.35099792480469', u'nr_hotels': u'7', u'latitude': u'43.697200775146484'} -error: (1062, "Duplicate entry 'antioch-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Antioch', u'countrycode': u'us', u'city_id': u'20032641', u'longitude': u'-88.09559631347656', u'nr_hotels': u'1', u'latitude': u'42.47719955444336'} -error: (1062, "Duplicate entry 'antioch-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Antioch', u'countrycode': u'us', u'city_id': u'20032641', u'longitude': u'-88.09559631347656', u'nr_hotels': u'1', u'latitude': u'42.47719955444336'} -error: (1062, "Duplicate entry 'benton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Benton', u'countrycode': u'us', u'city_id': u'20032802', u'longitude': u'-88.91999816894531', u'nr_hotels': u'3', u'latitude': u'37.996700286865234'} -error: (1062, "Duplicate entry 'benton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Benton', u'countrycode': u'us', u'city_id': u'20032802', u'longitude': u'-88.91999816894531', u'nr_hotels': u'3', u'latitude': u'37.996700286865234'} -error: (1062, "Duplicate entry 'brookfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brookfield', u'countrycode': u'us', u'city_id': u'20032951', u'longitude': u'-87.85169982910156', u'nr_hotels': u'1', u'latitude': u'41.82389831542969'} -error: (1062, "Duplicate entry 'brookfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brookfield', u'countrycode': u'us', u'city_id': u'20032951', u'longitude': u'-87.85169982910156', u'nr_hotels': u'1', u'latitude': u'41.82389831542969'} -error: (1062, "Duplicate entry 'cairo-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cairo', u'countrycode': u'us', u'city_id': u'20033039', u'longitude': u'-89.17639923095703', u'nr_hotels': u'1', u'latitude': u'37.00529861450195'} -error: (1062, "Duplicate entry 'cairo-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cairo', u'countrycode': u'us', u'city_id': u'20033039', u'longitude': u'-89.17639923095703', u'nr_hotels': u'1', u'latitude': u'37.00529861450195'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20033068', u'longitude': u'-90.03500366210938', u'nr_hotels': u'1', u'latitude': u'40.558101654052734'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20033068', u'longitude': u'-90.03500366210938', u'nr_hotels': u'1', u'latitude': u'40.558101654052734'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20033232', u'longitude': u'-88.96440124511719', u'nr_hotels': u'1', u'latitude': u'40.15359878540039'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20033232', u'longitude': u'-88.96440124511719', u'nr_hotels': u'1', u'latitude': u'40.15359878540039'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20033378', u'longitude': u'-87.62999725341797', u'nr_hotels': u'8', u'latitude': u'40.1244010925293'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20033378', u'longitude': u'-87.62999725341797', u'nr_hotels': u'8', u'latitude': u'40.1244010925293'} -error: (1062, "Duplicate entry 'decatur-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Decatur', u'countrycode': u'us', u'city_id': u'20033398', u'longitude': u'-88.95469665527344', u'nr_hotels': u'5', u'latitude': u'39.840301513671875'} -error: (1062, "Duplicate entry 'decatur-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Decatur', u'countrycode': u'us', u'city_id': u'20033398', u'longitude': u'-88.95469665527344', u'nr_hotels': u'5', u'latitude': u'39.840301513671875'} -error: (1062, "Duplicate entry 'dixon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dixon', u'countrycode': u'us', u'city_id': u'20033456', u'longitude': u'-89.47940063476562', u'nr_hotels': u'3', u'latitude': u'41.83890151977539'} -error: (1062, "Duplicate entry 'dixon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dixon', u'countrycode': u'us', u'city_id': u'20033456', u'longitude': u'-89.47940063476562', u'nr_hotels': u'3', u'latitude': u'41.83890151977539'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20033677', u'longitude': u'-88.35970306396484', u'nr_hotels': u'1', u'latitude': u'38.37889862060547'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20033677', u'longitude': u'-88.35970306396484', u'nr_hotels': u'1', u'latitude': u'38.37889862060547'} -error: (1062, "Duplicate entry 'forsyth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Forsyth', u'countrycode': u'us', u'city_id': u'20033767', u'longitude': u'-88.95110321044922', u'nr_hotels': u'5', u'latitude': u'39.932498931884766'} -error: (1062, "Duplicate entry 'forsyth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Forsyth', u'countrycode': u'us', u'city_id': u'20033767', u'longitude': u'-88.95110321044922', u'nr_hotels': u'5', u'latitude': u'39.932498931884766'} -error: (1062, "Duplicate entry 'freeport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Freeport', u'countrycode': u'us', u'city_id': u'20033808', u'longitude': u'-89.62110137939453', u'nr_hotels': u'4', u'latitude': u'42.29669952392578'} -error: (1062, "Duplicate entry 'freeport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Freeport', u'countrycode': u'us', u'city_id': u'20033808', u'longitude': u'-89.62110137939453', u'nr_hotels': u'4', u'latitude': u'42.29669952392578'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20033983', u'longitude': u'-89.41310119628906', u'nr_hotels': u'3', u'latitude': u'38.8922004699707'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20033983', u'longitude': u'-89.41310119628906', u'nr_hotels': u'3', u'latitude': u'38.8922004699707'} -error: (1062, "Duplicate entry 'guilford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Guilford', u'countrycode': u'us', u'city_id': u'20034004', u'longitude': u'-90.30030059814453', u'nr_hotels': u'1', u'latitude': u'42.41749954223633'} -error: (1062, "Duplicate entry 'guilford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Guilford', u'countrycode': u'us', u'city_id': u'20034004', u'longitude': u'-90.30030059814453', u'nr_hotels': u'1', u'latitude': u'42.41749954223633'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20034295', u'longitude': u'-90.22889709472656', u'nr_hotels': u'5', u'latitude': u'39.7338981628418'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20034295', u'longitude': u'-90.22889709472656', u'nr_hotels': u'5', u'latitude': u'39.7338981628418'} -error: (1062, "Duplicate entry 'lake-forest-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lake Forest', u'countrycode': u'us', u'city_id': u'20034465', u'longitude': u'-87.8405990600586', u'nr_hotels': u'1', u'latitude': u'42.25859832763672'} -error: (1062, "Duplicate entry 'lake-forest-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lake Forest', u'countrycode': u'us', u'city_id': u'20034465', u'longitude': u'-87.8405990600586', u'nr_hotels': u'1', u'latitude': u'42.25859832763672'} -error: (1062, "Duplicate entry 'lawrenceville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lawrenceville', u'countrycode': u'us', u'city_id': u'20034507', u'longitude': u'-87.68170166015625', u'nr_hotels': u'1', u'latitude': u'38.72919845581055'} -error: (1062, "Duplicate entry 'lawrenceville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lawrenceville', u'countrycode': u'us', u'city_id': u'20034507', u'longitude': u'-87.68170166015625', u'nr_hotels': u'1', u'latitude': u'38.72919845581055'} -error: (1062, "Duplicate entry 'lincoln-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lincoln', u'countrycode': u'us', u'city_id': u'20034558', u'longitude': u'-89.36470031738281', u'nr_hotels': u'4', u'latitude': u'40.14830017089844'} -error: (1062, "Duplicate entry 'linkol-n-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0438\u043d\u043a\u043e\u043b\u044c\u043d', u'countrycode': u'us', u'city_id': u'20034558', u'longitude': u'-89.36470031738281', u'nr_hotels': u'4', u'latitude': u'40.14830017089844'} -error: (1062, "Duplicate entry 'litchfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Litchfield', u'countrycode': u'us', u'city_id': u'20034573', u'longitude': u'-89.6541976928711', u'nr_hotels': u'5', u'latitude': u'39.17530059814453'} -error: (1062, "Duplicate entry 'litchfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Litchfield', u'countrycode': u'us', u'city_id': u'20034573', u'longitude': u'-89.6541976928711', u'nr_hotels': u'5', u'latitude': u'39.17530059814453'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20034693', u'longitude': u'-88.93309783935547', u'nr_hotels': u'14', u'latitude': u'37.73059844970703'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20034693', u'longitude': u'-88.93309783935547', u'nr_hotels': u'14', u'latitude': u'37.73059844970703'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20034707', u'longitude': u'-87.693603515625', u'nr_hotels': u'1', u'latitude': u'39.39139938354492'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20034707', u'longitude': u'-87.693603515625', u'nr_hotels': u'1', u'latitude': u'39.39139938354492'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20034881', u'longitude': u'-88.57330322265625', u'nr_hotels': u'1', u'latitude': u'40.027801513671875'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20034881', u'longitude': u'-88.57330322265625', u'nr_hotels': u'1', u'latitude': u'40.027801513671875'} -error: (1062, "Duplicate entry 'montrose-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montrose', u'countrycode': u'us', u'city_id': u'20034882', u'longitude': u'-88.37920379638672', u'nr_hotels': u'1', u'latitude': u'39.16529846191406'} -error: (1062, "Duplicate entry 'montrose-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montrose', u'countrycode': u'us', u'city_id': u'20034882', u'longitude': u'-88.37920379638672', u'nr_hotels': u'1', u'latitude': u'39.16529846191406'} -error: (1062, "Duplicate entry 'morris-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Morris', u'countrycode': u'us', u'city_id': u'20034895', u'longitude': u'-88.42109680175781', u'nr_hotels': u'3', u'latitude': u'41.357200622558594'} -error: (1062, "Duplicate entry 'morris-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Morris', u'countrycode': u'us', u'city_id': u'20034895', u'longitude': u'-88.42109680175781', u'nr_hotels': u'3', u'latitude': u'41.357200622558594'} -error: (1062, "Duplicate entry 'nashville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nashville', u'countrycode': u'us', u'city_id': u'20034949', u'longitude': u'-89.38059997558594', u'nr_hotels': u'1', u'latitude': u'38.34360122680664'} -error: (1062, "Duplicate entry 'nashville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nashville', u'countrycode': u'us', u'city_id': u'20034949', u'longitude': u'-89.38059997558594', u'nr_hotels': u'1', u'latitude': u'38.34360122680664'} -error: (1062, "Duplicate entry 'quincy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Quincy', u'countrycode': u'us', u'city_id': u'20035379', u'longitude': u'-91.40969848632812', u'nr_hotels': u'9', u'latitude': u'39.93560028076172'} -error: (1062, "Duplicate entry 'quincy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Quincy', u'countrycode': u'us', u'city_id': u'20035379', u'longitude': u'-91.40969848632812', u'nr_hotels': u'9', u'latitude': u'39.93560028076172'} -error: (1062, "Duplicate entry 'sheffield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sheffield', u'countrycode': u'us', u'city_id': u'20035709', u'longitude': u'-89.73719787597656', u'nr_hotels': u'1', u'latitude': u'41.358299255371094'} -error: (1062, "Duplicate entry 'sheffield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sheffield', u'countrycode': u'us', u'city_id': u'20035709', u'longitude': u'-89.73719787597656', u'nr_hotels': u'1', u'latitude': u'41.358299255371094'} -error: (1062, "Duplicate entry 'stockton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stockton', u'countrycode': u'us', u'city_id': u'20035865', u'longitude': u'-90.00669860839844', u'nr_hotels': u'1', u'latitude': u'42.349700927734375'} -error: (1062, "Duplicate entry 'stockton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stockton', u'countrycode': u'us', u'city_id': u'20035865', u'longitude': u'-90.00669860839844', u'nr_hotels': u'1', u'latitude': u'42.349700927734375'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20036041', u'longitude': u'-89.88310241699219', u'nr_hotels': u'3', u'latitude': u'38.72919845581055'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20036041', u'longitude': u'-89.88310241699219', u'nr_hotels': u'3', u'latitude': u'38.72919845581055'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20036182', u'longitude': u'-89.4072036743164', u'nr_hotels': u'2', u'latitude': u'40.7036018371582'} -error: (1062, "Duplicate entry 'vashington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0430\u0448\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20036182', u'longitude': u'-89.4072036743164', u'nr_hotels': u'2', u'latitude': u'40.7036018371582'} -error: (1062, "Duplicate entry 'white-hall-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'White Hall', u'countrycode': u'us', u'city_id': u'20036277', u'longitude': u'-90.4030990600586', u'nr_hotels': u'1', u'latitude': u'39.4369010925293'} -error: (1062, "Duplicate entry 'white-hall-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'White Hall', u'countrycode': u'us', u'city_id': u'20036277', u'longitude': u'-90.4030990600586', u'nr_hotels': u'1', u'latitude': u'39.4369010925293'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20036378', u'longitude': u'-88.44860076904297', u'nr_hotels': u'2', u'latitude': u'42.314701080322266'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20036378', u'longitude': u'-88.44860076904297', u'nr_hotels': u'2', u'latitude': u'42.314701080322266'} -error: (1062, "Duplicate entry 'anderson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Anderson', u'countrycode': u'us', u'city_id': u'20036478', u'longitude': u'-85.6802978515625', u'nr_hotels': u'10', u'latitude': u'40.10530090332031'} -error: (1062, "Duplicate entry 'anderson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Anderson', u'countrycode': u'us', u'city_id': u'20036478', u'longitude': u'-85.6802978515625', u'nr_hotels': u'10', u'latitude': u'40.10530090332031'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20036534', u'longitude': u'-85.05889892578125', u'nr_hotels': u'6', u'latitude': u'41.36690139770508'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20036534', u'longitude': u'-85.05889892578125', u'nr_hotels': u'6', u'latitude': u'41.36690139770508'} -error: (1062, "Duplicate entry 'avon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Avon', u'countrycode': u'us', u'city_id': u'20036546', u'longitude': u'-86.39969635009766', u'nr_hotels': u'2', u'latitude': u'39.76279830932617'} -error: (1062, "Duplicate entry 'avon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Avon', u'countrycode': u'us', u'city_id': u'20036546', u'longitude': u'-86.39969635009766', u'nr_hotels': u'2', u'latitude': u'39.76279830932617'} -error: (1062, "Duplicate entry 'batesville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Batesville', u'countrycode': u'us', u'city_id': u'20036588', u'longitude': u'-85.22219848632812', u'nr_hotels': u'2', u'latitude': u'39.29999923706055'} -error: (1062, "Duplicate entry 'karmel-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u0440\u043c\u0435\u043b', u'countrycode': u'us', u'city_id': u'20036878', u'longitude': u'-86.11810302734375', u'nr_hotels': u'13', u'latitude': u'39.97829818725586'} -error: (1062, "Duplicate entry 'clarksville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clarksville', u'countrycode': u'us', u'city_id': u'20036971', u'longitude': u'-85.9124984741211', u'nr_hotels': u'1', u'latitude': u'40.03219985961914'} -error: (1062, "Duplicate entry 'clarksville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clarksville', u'countrycode': u'us', u'city_id': u'20036971', u'longitude': u'-85.9124984741211', u'nr_hotels': u'1', u'latitude': u'40.03219985961914'} -error: (1062, "Duplicate entry 'clarksville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clarksville', u'countrycode': u'us', u'city_id': u'20036972', u'longitude': u'-85.76000213623047', u'nr_hotels': u'6', u'latitude': u'38.29669952392578'} -error: (1062, "Duplicate entry 'clarksville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clarksville', u'countrycode': u'us', u'city_id': u'20036972', u'longitude': u'-85.76000213623047', u'nr_hotels': u'6', u'latitude': u'38.29669952392578'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20036988', u'longitude': u'-87.39810180664062', u'nr_hotels': u'1', u'latitude': u'39.656898498535156'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20036988', u'longitude': u'-87.39810180664062', u'nr_hotels': u'1', u'latitude': u'39.656898498535156'} -error: (1062, "Duplicate entry 'cloverdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cloverdale', u'countrycode': u'us', u'city_id': u'20036991', u'longitude': u'-86.79389953613281', u'nr_hotels': u'3', u'latitude': u'39.51470184326172'} -error: (1062, "Duplicate entry 'cloverdale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cloverdale', u'countrycode': u'us', u'city_id': u'20036991', u'longitude': u'-86.79389953613281', u'nr_hotels': u'3', u'latitude': u'39.51470184326172'} -error: (1062, "Duplicate entry 'elk-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Elk', u'countrycode': u'us', u'city_id': u'20037310', u'longitude': u'-86.42919921875', u'nr_hotels': u'1', u'latitude': u'39.44580078125'} -error: (1062, "Duplicate entry 'elk-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Elk', u'countrycode': u'us', u'city_id': u'20037310', u'longitude': u'-86.42919921875', u'nr_hotels': u'1', u'latitude': u'39.44580078125'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20037442', u'longitude': u'-84.92440032958984', u'nr_hotels': u'2', u'latitude': u'38.78419876098633'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20037442', u'longitude': u'-84.92440032958984', u'nr_hotels': u'2', u'latitude': u'38.78419876098633'} -error: (1062, "Duplicate entry 'fowler-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fowler', u'countrycode': u'us', u'city_id': u'20037474', u'longitude': u'-87.32080078125', u'nr_hotels': u'1', u'latitude': u'40.61669921875'} -error: (1062, "Duplicate entry 'fowler-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fowler', u'countrycode': u'us', u'city_id': u'20037474', u'longitude': u'-87.32080078125', u'nr_hotels': u'1', u'latitude': u'40.61669921875'} -error: (1062, "Duplicate entry 'greenfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenfield', u'countrycode': u'us', u'city_id': u'20037625', u'longitude': u'-85.76940155029297', u'nr_hotels': u'6', u'latitude': u'39.78499984741211'} -error: (1062, "Duplicate entry 'greenfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenfield', u'countrycode': u'us', u'city_id': u'20037625', u'longitude': u'-85.76940155029297', u'nr_hotels': u'6', u'latitude': u'39.78499984741211'} -error: (1062, "Duplicate entry 'jasper-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jasper', u'countrycode': u'us', u'city_id': u'20037913', u'longitude': u'-86.93109893798828', u'nr_hotels': u'4', u'latitude': u'38.39139938354492'} -error: (1062, "Duplicate entry 'jasper-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jasper', u'countrycode': u'us', u'city_id': u'20037913', u'longitude': u'-86.93109893798828', u'nr_hotels': u'4', u'latitude': u'38.39139938354492'} -error: (1062, "Duplicate entry 'jeffersonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jeffersonville', u'countrycode': u'us', u'city_id': u'20037917', u'longitude': u'-85.73719787597656', u'nr_hotels': u'7', u'latitude': u'38.27750015258789'} -error: (1062, "Duplicate entry 'jeffersonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jeffersonville', u'countrycode': u'us', u'city_id': u'20037917', u'longitude': u'-85.73719787597656', u'nr_hotels': u'7', u'latitude': u'38.27750015258789'} -error: (1062, "Duplicate entry 'lafayette-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lafayette', u'countrycode': u'us', u'city_id': u'20038022', u'longitude': u'-86.87529754638672', u'nr_hotels': u'18', u'latitude': u'40.41669845581055'} -error: (1062, "Duplicate entry 'lafayette-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lafayette', u'countrycode': u'us', u'city_id': u'20038022', u'longitude': u'-86.87529754638672', u'nr_hotels': u'18', u'latitude': u'40.41669845581055'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20038208', u'longitude': u'-85.37999725341797', u'nr_hotels': u'6', u'latitude': u'38.735801696777344'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20038208', u'longitude': u'-85.37999725341797', u'nr_hotels': u'6', u'latitude': u'38.735801696777344'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20038246', u'longitude': u'-85.6592025756836', u'nr_hotels': u'4', u'latitude': u'40.55830001831055'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20038246', u'longitude': u'-85.6592025756836', u'nr_hotels': u'4', u'latitude': u'40.55830001831055'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20038414', u'longitude': u'-86.76470184326172', u'nr_hotels': u'2', u'latitude': u'40.74530029296875'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20038414', u'longitude': u'-86.76470184326172', u'nr_hotels': u'2', u'latitude': u'40.74530029296875'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20038465', u'longitude': u'-87.8949966430664', u'nr_hotels': u'1', u'latitude': u'37.93220138549805'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20038465', u'longitude': u'-87.8949966430664', u'nr_hotels': u'1', u'latitude': u'37.93220138549805'} -error: (1062, "Duplicate entry 'nashville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nashville', u'countrycode': u'us', u'city_id': u'20038484', u'longitude': u'-86.2510986328125', u'nr_hotels': u'1', u'latitude': u'39.20719909667969'} -error: (1062, "Duplicate entry 'nashville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nashville', u'countrycode': u'us', u'city_id': u'20038484', u'longitude': u'-86.2510986328125', u'nr_hotels': u'1', u'latitude': u'39.20719909667969'} -error: (1062, "Duplicate entry 'new-haven-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'New Haven', u'countrycode': u'us', u'city_id': u'20038524', u'longitude': u'-85.01439666748047', u'nr_hotels': u'1', u'latitude': u'41.07059860229492'} -error: (1062, "Duplicate entry 'new-haven-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'New Haven', u'countrycode': u'us', u'city_id': u'20038524', u'longitude': u'-85.01439666748047', u'nr_hotels': u'1', u'latitude': u'41.07059860229492'} -error: (1062, "Duplicate entry 'peru-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Peru', u'countrycode': u'us', u'city_id': u'20038771', u'longitude': u'-86.06890106201172', u'nr_hotels': u'1', u'latitude': u'40.75360107421875'} -error: (1062, "Duplicate entry 'peru-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Peru', u'countrycode': u'us', u'city_id': u'20038771', u'longitude': u'-86.06890106201172', u'nr_hotels': u'1', u'latitude': u'40.75360107421875'} -error: (1062, "Duplicate entry 'plainfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plainfield', u'countrycode': u'us', u'city_id': u'20038814', u'longitude': u'-86.39939880371094', u'nr_hotels': u'13', u'latitude': u'39.704200744628906'} -error: (1062, "Duplicate entry 'plainfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plainfield', u'countrycode': u'us', u'city_id': u'20038814', u'longitude': u'-86.39939880371094', u'nr_hotels': u'13', u'latitude': u'39.704200744628906'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20038839', u'longitude': u'-86.30970001220703', u'nr_hotels': u'1', u'latitude': u'41.34360122680664'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20038839', u'longitude': u'-86.30970001220703', u'nr_hotels': u'1', u'latitude': u'41.34360122680664'} -error: (1062, "Duplicate entry 'portland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portland', u'countrycode': u'us', u'city_id': u'20038859', u'longitude': u'-84.97779846191406', u'nr_hotels': u'2', u'latitude': u'40.43439865112305'} -error: (1062, "Duplicate entry 'richmond-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richmond', u'countrycode': u'us', u'city_id': u'20038963', u'longitude': u'-84.89029693603516', u'nr_hotels': u'6', u'latitude': u'39.82889938354492'} -error: (1062, "Duplicate entry 'richmond-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u0438\u0447\u043c\u043e\u043d\u0434', u'countrycode': u'us', u'city_id': u'20038963', u'longitude': u'-84.89029693603516', u'nr_hotels': u'6', u'latitude': u'39.82889938354492'} -error: (1062, "Duplicate entry 'rushville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rushville', u'countrycode': u'us', u'city_id': u'20039066', u'longitude': u'-85.44640350341797', u'nr_hotels': u'1', u'latitude': u'39.60919952392578'} -error: (1062, "Duplicate entry 'rushville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rushville', u'countrycode': u'us', u'city_id': u'20039066', u'longitude': u'-85.44640350341797', u'nr_hotels': u'1', u'latitude': u'39.60919952392578'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20039103', u'longitude': u'-86.1010971069336', u'nr_hotels': u'1', u'latitude': u'38.60559844970703'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20039103', u'longitude': u'-86.1010971069336', u'nr_hotels': u'1', u'latitude': u'38.60559844970703'} -error: (1062, "Duplicate entry 'southport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Southport', u'countrycode': u'us', u'city_id': u'20039274', u'longitude': u'-86.12779998779297', u'nr_hotels': u'4', u'latitude': u'39.665000915527344'} -error: (1062, "Duplicate entry 'southport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Southport', u'countrycode': u'us', u'city_id': u'20039274', u'longitude': u'-86.12779998779297', u'nr_hotels': u'4', u'latitude': u'39.665000915527344'} -error: (1062, "Duplicate entry 'stevenson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stevenson', u'countrycode': u'us', u'city_id': u'20039336', u'longitude': u'-87.43329620361328', u'nr_hotels': u'0', u'latitude': u'38.016700744628906'} -error: (1062, "Duplicate entry 'stevenson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stevenson', u'countrycode': u'us', u'city_id': u'20039336', u'longitude': u'-87.43329620361328', u'nr_hotels': u'0', u'latitude': u'38.016700744628906'} -error: (1062, "Duplicate entry 'byichina-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u044b\u0447\u0438\u043d\u0430', u'countrycode': u'pl', u'city_id': u'-496355', u'longitude': u'19.316699981689453', u'nr_hotels': u'1', u'latitude': u'50.16669845581055'} -error: (1062, "Duplicate entry 'union-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union City', u'countrycode': u'us', u'city_id': u'20039533', u'longitude': u'-84.80919647216797', u'nr_hotels': u'1', u'latitude': u'40.201900482177734'} -error: (1062, "Duplicate entry 'union-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Union City', u'countrycode': u'us', u'city_id': u'20039533', u'longitude': u'-84.80919647216797', u'nr_hotels': u'1', u'latitude': u'40.201900482177734'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20039620', u'longitude': u'-85.42720031738281', u'nr_hotels': u'2', u'latitude': u'40.68280029296875'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20039620', u'longitude': u'-85.42720031738281', u'nr_hotels': u'2', u'latitude': u'40.68280029296875'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20040103', u'longitude': u'-91.11280059814453', u'nr_hotels': u'4', u'latitude': u'40.807498931884766'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20040103', u'longitude': u'-91.11280059814453', u'nr_hotels': u'4', u'latitude': u'40.807498931884766'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20040221', u'longitude': u'-90.1885986328125', u'nr_hotels': u'3', u'latitude': u'41.844398498535156'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20040221', u'longitude': u'-90.1885986328125', u'nr_hotels': u'3', u'latitude': u'41.844398498535156'} -error: (1062, "Duplicate entry 'colfax-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Colfax', u'countrycode': u'us', u'city_id': u'20040239', u'longitude': u'-93.24500274658203', u'nr_hotels': u'2', u'latitude': u'41.677799224853516'} -error: (1062, "Duplicate entry 'colfax-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Colfax', u'countrycode': u'us', u'city_id': u'20040239', u'longitude': u'-93.24500274658203', u'nr_hotels': u'2', u'latitude': u'41.677799224853516'} -error: (1062, "Duplicate entry 'davenport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Davenport', u'countrycode': u'us', u'city_id': u'20040319', u'longitude': u'-90.57749938964844', u'nr_hotels': u'15', u'latitude': u'41.52360153198242'} -error: (1062, "Duplicate entry 'davenport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0430\u0432\u0435\u043d\u043f\u043e\u0440\u0442', u'countrycode': u'us', u'city_id': u'20040319', u'longitude': u'-90.57749938964844', u'nr_hotels': u'15', u'latitude': u'41.52360153198242'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20040812', u'longitude': u'-94.377197265625', u'nr_hotels': u'1', u'latitude': u'42.01530075073242'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20040812', u'longitude': u'-94.377197265625', u'nr_hotels': u'1', u'latitude': u'42.01530075073242'} -error: (1062, "Duplicate entry 'boleslavets-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u043e\u043b\u0435\u0441\u043b\u0430\u0432\u0435\u0446', u'countrycode': u'pl', u'city_id': u'-494466', u'longitude': u'18.200000762939453', u'nr_hotels': u'1', u'latitude': u'51.20000076293945'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20041035', u'longitude': u'-91.4552993774414', u'nr_hotels': u'1', u'latitude': u'42.48419952392578'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20041035', u'longitude': u'-91.4552993774414', u'nr_hotels': u'1', u'latitude': u'42.48419952392578'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20041127', u'longitude': u'-95.14969635009766', u'nr_hotels': u'1', u'latitude': u'43.32469940185547'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20041127', u'longitude': u'-95.14969635009766', u'nr_hotels': u'1', u'latitude': u'43.32469940185547'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20041195', u'longitude': u'-91.41670227050781', u'nr_hotels': u'1', u'latitude': u'41.92190170288086'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20041195', u'longitude': u'-91.41670227050781', u'nr_hotels': u'1', u'latitude': u'41.92190170288086'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20041243', u'longitude': u'-93.04779815673828', u'nr_hotels': u'7', u'latitude': u'41.69969940185547'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20041243', u'longitude': u'-93.04779815673828', u'nr_hotels': u'7', u'latitude': u'41.69969940185547'} -error: (1062, "Duplicate entry 'osceola-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Osceola', u'countrycode': u'us', u'city_id': u'20041323', u'longitude': u'-93.76529693603516', u'nr_hotels': u'5', u'latitude': u'41.03390121459961'} -error: (1062, "Duplicate entry 'osceola-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Osceola', u'countrycode': u'us', u'city_id': u'20041323', u'longitude': u'-93.76529693603516', u'nr_hotels': u'5', u'latitude': u'41.03390121459961'} -error: (1062, "Duplicate entry 'walnut-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Walnut', u'countrycode': u'us', u'city_id': u'20041886', u'longitude': u'-95.2217025756836', u'nr_hotels': u'1', u'latitude': u'41.477500915527344'} -error: (1062, "Duplicate entry 'walnut-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Walnut', u'countrycode': u'us', u'city_id': u'20041886', u'longitude': u'-95.2217025756836', u'nr_hotels': u'1', u'latitude': u'41.477500915527344'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20041897', u'longitude': u'-91.69280242919922', u'nr_hotels': u'1', u'latitude': u'41.299198150634766'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20041897', u'longitude': u'-91.69280242919922', u'nr_hotels': u'1', u'latitude': u'41.299198150634766'} -error: (1062, "Duplicate entry 'waverly-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waverly', u'countrycode': u'us', u'city_id': u'20041914', u'longitude': u'-92.47530364990234', u'nr_hotels': u'1', u'latitude': u'42.725799560546875'} -error: (1062, "Duplicate entry 'waverly-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waverly', u'countrycode': u'us', u'city_id': u'20041914', u'longitude': u'-92.47530364990234', u'nr_hotels': u'1', u'latitude': u'42.725799560546875'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20042347', u'longitude': u'-94.84390258789062', u'nr_hotels': u'1', u'latitude': u'37.1692008972168'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20042347', u'longitude': u'-94.84390258789062', u'nr_hotels': u'1', u'latitude': u'37.1692008972168'} -error: (1062, "Duplicate entry 'edwardsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Edwardsville', u'countrycode': u'us', u'city_id': u'20042463', u'longitude': u'-94.81939697265625', u'nr_hotels': u'1', u'latitude': u'39.061100006103516'} -error: (1062, "Duplicate entry 'edwardsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Edwardsville', u'countrycode': u'us', u'city_id': u'20042463', u'longitude': u'-94.81939697265625', u'nr_hotels': u'1', u'latitude': u'39.061100006103516'} -error: (1062, "Duplicate entry 'el-dorado-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'El Dorado', u'countrycode': u'us', u'city_id': u'20042465', u'longitude': u'-96.86190032958984', u'nr_hotels': u'3', u'latitude': u'37.81719970703125'} -error: (1062, "Duplicate entry 'el-dorado-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'El Dorado', u'countrycode': u'us', u'city_id': u'20042465', u'longitude': u'-96.86190032958984', u'nr_hotels': u'3', u'latitude': u'37.81719970703125'} -error: (1062, "Duplicate entry 'goodland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Goodland', u'countrycode': u'us', u'city_id': u'20042598', u'longitude': u'-101.70999908447266', u'nr_hotels': u'4', u'latitude': u'39.350799560546875'} -error: (1062, "Duplicate entry 'goodland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Goodland', u'countrycode': u'us', u'city_id': u'20042598', u'longitude': u'-101.70999908447266', u'nr_hotels': u'4', u'latitude': u'39.350799560546875'} -error: (1062, "Duplicate entry 'greensburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greensburg', u'countrycode': u'us', u'city_id': u'20042618', u'longitude': u'-99.29219818115234', u'nr_hotels': u'1', u'latitude': u'37.60279846191406'} -error: (1062, "Duplicate entry 'greensburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greensburg', u'countrycode': u'us', u'city_id': u'20042618', u'longitude': u'-99.29219818115234', u'nr_hotels': u'1', u'latitude': u'37.60279846191406'} -error: (1062, "Duplicate entry 'independence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Independence', u'countrycode': u'us', u'city_id': u'20042745', u'longitude': u'-95.70809936523438', u'nr_hotels': u'2', u'latitude': u'37.22420120239258'} -error: (1062, "Duplicate entry 'independence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Independence', u'countrycode': u'us', u'city_id': u'20042745', u'longitude': u'-95.70809936523438', u'nr_hotels': u'2', u'latitude': u'37.22420120239258'} -error: (1062, "Duplicate entry 'kansas-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kansas City', u'countrycode': u'us', u'city_id': u'20042778', u'longitude': u'-94.6261978149414', u'nr_hotels': u'6', u'latitude': u'39.102699279785156'} -error: (1062, "Duplicate entry 'lansing-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lansing', u'countrycode': u'us', u'city_id': u'20042841', u'longitude': u'-94.9000015258789', u'nr_hotels': u'1', u'latitude': u'39.248600006103516'} -error: (1062, "Duplicate entry 'lansing-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lansing', u'countrycode': u'us', u'city_id': u'20042841', u'longitude': u'-94.9000015258789', u'nr_hotels': u'1', u'latitude': u'39.248600006103516'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20043081', u'longitude': u'-97.3447036743164', u'nr_hotels': u'4', u'latitude': u'38.04669952392578'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20043081', u'longitude': u'-97.3447036743164', u'nr_hotels': u'4', u'latitude': u'38.04669952392578'} -error: (1062, "Duplicate entry 'norton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Norton', u'countrycode': u'us', u'city_id': u'20043093', u'longitude': u'-99.89109802246094', u'nr_hotels': u'3', u'latitude': u'39.833900451660156'} -error: (1062, "Duplicate entry 'norton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Norton', u'countrycode': u'us', u'city_id': u'20043093', u'longitude': u'-99.89109802246094', u'nr_hotels': u'3', u'latitude': u'39.833900451660156'} -error: (1062, "Duplicate entry 'oakley-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oakley', u'countrycode': u'us', u'city_id': u'20043104', u'longitude': u'-100.86299896240234', u'nr_hotels': u'4', u'latitude': u'39.13330078125'} -error: (1062, "Duplicate entry 'ottawa-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ottawa', u'countrycode': u'us', u'city_id': u'20043137', u'longitude': u'-95.26750183105469', u'nr_hotels': u'6', u'latitude': u'38.6156005859375'} -error: (1062, "Duplicate entry 'ottawa-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ottawa', u'countrycode': u'us', u'city_id': u'20043137', u'longitude': u'-95.26750183105469', u'nr_hotels': u'6', u'latitude': u'38.6156005859375'} -error: (1062, "Duplicate entry 'pittsburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pittsburg', u'countrycode': u'us', u'city_id': u'20043192', u'longitude': u'-94.70469665527344', u'nr_hotels': u'5', u'latitude': u'37.41080093383789'} -error: (1062, "Duplicate entry 'pittsburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pittsburg', u'countrycode': u'us', u'city_id': u'20043192', u'longitude': u'-94.70469665527344', u'nr_hotels': u'5', u'latitude': u'37.41080093383789'} -error: (1062, "Duplicate entry 'zomb-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0417\u043e\u043c\u0431', u'countrycode': u'pl', u'city_id': u'900049123', u'longitude': u'19.94700050354004', u'nr_hotels': u'1', u'latitude': u'49.33700180053711'} -error: (1062, "Duplicate entry 'wellington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wellington', u'countrycode': u'us', u'city_id': u'20043587', u'longitude': u'-97.37139892578125', u'nr_hotels': u'2', u'latitude': u'37.26530075073242'} -error: (1062, "Duplicate entry 'wellington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wellington', u'countrycode': u'us', u'city_id': u'20043587', u'longitude': u'-97.37139892578125', u'nr_hotels': u'2', u'latitude': u'37.26530075073242'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20043932', u'longitude': u'-84.47889709472656', u'nr_hotels': u'1', u'latitude': u'39.10639953613281'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20043932', u'longitude': u'-84.47889709472656', u'nr_hotels': u'1', u'latitude': u'39.10639953613281'} -error: (1062, "Duplicate entry 'benton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Benton', u'countrycode': u'us', u'city_id': u'20043951', u'longitude': u'-88.35030364990234', u'nr_hotels': u'1', u'latitude': u'36.857200622558594'} -error: (1062, "Duplicate entry 'benton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Benton', u'countrycode': u'us', u'city_id': u'20043951', u'longitude': u'-88.35030364990234', u'nr_hotels': u'1', u'latitude': u'36.857200622558594'} -error: (1062, "Duplicate entry 'zielonki-pl' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Zielonki', u'countrycode': u'pl', u'city_id': u'900051527', u'longitude': u'20.81444549560547', u'nr_hotels': u'1', u'latitude': u'52.25185775756836'} -error: (1062, "Duplicate entry 'zielonki-pl' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Zielonki', u'countrycode': u'pl', u'city_id': u'900051527', u'longitude': u'20.81444549560547', u'nr_hotels': u'1', u'latitude': u'52.25185775756836'} -error: (1062, "Duplicate entry 'carrollton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carrollton', u'countrycode': u'us', u'city_id': u'20044316', u'longitude': u'-85.17939758300781', u'nr_hotels': u'3', u'latitude': u'38.68080139160156'} -error: (1062, "Duplicate entry 'carrollton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carrollton', u'countrycode': u'us', u'city_id': u'20044316', u'longitude': u'-85.17939758300781', u'nr_hotels': u'3', u'latitude': u'38.68080139160156'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20044494', u'longitude': u'-85.306396484375', u'nr_hotels': u'1', u'latitude': u'37.10279846191406'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20044494', u'longitude': u'-85.306396484375', u'nr_hotels': u'1', u'latitude': u'37.10279846191406'} -error: (1062, "Duplicate entry 'covington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Covington', u'countrycode': u'us', u'city_id': u'20044559', u'longitude': u'-84.50859832763672', u'nr_hotels': u'7', u'latitude': u'39.08359909057617'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20044664', u'longitude': u'-84.77220153808594', u'nr_hotels': u'3', u'latitude': u'37.645599365234375'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20044664', u'longitude': u'-84.77220153808594', u'nr_hotels': u'3', u'latitude': u'37.645599365234375'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20045094', u'longitude': u'-84.62670135498047', u'nr_hotels': u'18', u'latitude': u'38.9989013671875'} -error: (1062, "Duplicate entry 'frankfort-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Frankfort', u'countrycode': u'us', u'city_id': u'20045140', u'longitude': u'-84.87329864501953', u'nr_hotels': u'4', u'latitude': u'38.200801849365234'} -error: (1062, "Duplicate entry 'frankfort-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Frankfort', u'countrycode': u'us', u'city_id': u'20045140', u'longitude': u'-84.87329864501953', u'nr_hotels': u'4', u'latitude': u'38.200801849365234'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20045141', u'longitude': u'-86.57720184326172', u'nr_hotels': u'9', u'latitude': u'36.722198486328125'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20045141', u'longitude': u'-86.57720184326172', u'nr_hotels': u'9', u'latitude': u'36.722198486328125'} -error: (1062, "Duplicate entry 'georgetown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Georgetown', u'countrycode': u'us', u'city_id': u'20045231', u'longitude': u'-84.55889892578125', u'nr_hotels': u'11', u'latitude': u'38.20970153808594'} -error: (1062, "Duplicate entry 'dzhordzhtaun-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u043e\u0440\u0434\u0436\u0442\u0430\u0443\u043d', u'countrycode': u'us', u'city_id': u'20045231', u'longitude': u'-84.55889892578125', u'nr_hotels': u'11', u'latitude': u'38.20970153808594'} -error: (1062, "Duplicate entry 'greenwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenwood', u'countrycode': u'us', u'city_id': u'20045357', u'longitude': u'-86.41999816894531', u'nr_hotels': u'1', u'latitude': u'36.94029998779297'} -error: (1062, "Duplicate entry 'greenwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenwood', u'countrycode': u'us', u'city_id': u'20045357', u'longitude': u'-86.41999816894531', u'nr_hotels': u'1', u'latitude': u'36.94029998779297'} -error: (1062, "Duplicate entry 'harlan-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harlan', u'countrycode': u'us', u'city_id': u'20045448', u'longitude': u'-83.3218994140625', u'nr_hotels': u'1', u'latitude': u'36.843101501464844'} -error: (1062, "Duplicate entry 'harlan-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Harlan', u'countrycode': u'us', u'city_id': u'20045448', u'longitude': u'-83.3218994140625', u'nr_hotels': u'1', u'latitude': u'36.843101501464844'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20045748', u'longitude': u'-83.38359832763672', u'nr_hotels': u'1', u'latitude': u'37.5531005859375'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20045748', u'longitude': u'-83.38359832763672', u'nr_hotels': u'1', u'latitude': u'37.5531005859375'} -error: (1062, "Duplicate entry 'la-grange-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Grange', u'countrycode': u'us', u'city_id': u'20045914', u'longitude': u'-85.37889862060547', u'nr_hotels': u'2', u'latitude': u'38.407501220703125'} -error: (1062, "Duplicate entry 'la-grange-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Grange', u'countrycode': u'us', u'city_id': u'20045914', u'longitude': u'-85.37889862060547', u'nr_hotels': u'2', u'latitude': u'38.407501220703125'} -error: (1062, "Duplicate entry 'lawrenceburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lawrenceburg', u'countrycode': u'us', u'city_id': u'20045959', u'longitude': u'-84.89669799804688', u'nr_hotels': u'1', u'latitude': u'38.037200927734375'} -error: (1062, "Duplicate entry 'lawrenceburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lawrenceburg', u'countrycode': u'us', u'city_id': u'20045959', u'longitude': u'-84.89669799804688', u'nr_hotels': u'1', u'latitude': u'38.037200927734375'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20045969', u'longitude': u'-85.25279998779297', u'nr_hotels': u'1', u'latitude': u'37.569698333740234'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20045969', u'longitude': u'-85.25279998779297', u'nr_hotels': u'1', u'latitude': u'37.569698333740234'} -error: (1062, "Duplicate entry 'louisville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Louisville', u'countrycode': u'us', u'city_id': u'20046120', u'longitude': u'-85.7593994140625', u'nr_hotels': u'37', u'latitude': u'38.25419998168945'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20046312', u'longitude': u'-85.53890228271484', u'nr_hotels': u'2', u'latitude': u'38.24530029296875'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20046312', u'longitude': u'-85.53890228271484', u'nr_hotels': u'2', u'latitude': u'38.24530029296875'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20046378', u'longitude': u'-84.84919738769531', u'nr_hotels': u'2', u'latitude': u'36.8297004699707'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20046378', u'longitude': u'-84.84919738769531', u'nr_hotels': u'2', u'latitude': u'36.8297004699707'} -error: (1062, "Duplicate entry 'mount-sterling-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Sterling', u'countrycode': u'us', u'city_id': u'20046430', u'longitude': u'-83.94329833984375', u'nr_hotels': u'3', u'latitude': u'38.056400299072266'} -error: (1062, "Duplicate entry 'mount-sterling-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Sterling', u'countrycode': u'us', u'city_id': u'20046430', u'longitude': u'-83.94329833984375', u'nr_hotels': u'3', u'latitude': u'38.056400299072266'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20046433', u'longitude': u'-84.3405990600586', u'nr_hotels': u'4', u'latitude': u'37.35279846191406'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20046433', u'longitude': u'-84.3405990600586', u'nr_hotels': u'4', u'latitude': u'37.35279846191406'} -error: (1062, "Duplicate entry 'paris-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Paris', u'countrycode': u'us', u'city_id': u'20046708', u'longitude': u'-84.25309753417969', u'nr_hotels': u'1', u'latitude': u'38.20970153808594'} -error: (1062, "Duplicate entry 'paris-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Paris', u'countrycode': u'us', u'city_id': u'20046708', u'longitude': u'-84.25309753417969', u'nr_hotels': u'1', u'latitude': u'38.20970153808594'} -error: (1062, "Duplicate entry 'park-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Park City', u'countrycode': u'us', u'city_id': u'20046710', u'longitude': u'-86.04640197753906', u'nr_hotels': u'1', u'latitude': u'37.09389877319336'} -error: (1062, "Duplicate entry 'park-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Park City', u'countrycode': u'us', u'city_id': u'20046710', u'longitude': u'-86.04640197753906', u'nr_hotels': u'1', u'latitude': u'37.09389877319336'} -error: (1062, "Duplicate entry 'princeton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Princeton', u'countrycode': u'us', u'city_id': u'20046929', u'longitude': u'-87.88189697265625', u'nr_hotels': u'2', u'latitude': u'37.10919952392578'} -error: (1062, "Duplicate entry 'princeton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Princeton', u'countrycode': u'us', u'city_id': u'20046929', u'longitude': u'-87.88189697265625', u'nr_hotels': u'2', u'latitude': u'37.10919952392578'} -error: (1062, "Duplicate entry 'richmond-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richmond', u'countrycode': u'us', u'city_id': u'20047041', u'longitude': u'-84.2947006225586', u'nr_hotels': u'12', u'latitude': u'37.747798919677734'} -error: (1062, "Duplicate entry 'richmond-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u0438\u0447\u043c\u043e\u043d\u0434', u'countrycode': u'us', u'city_id': u'20047041', u'longitude': u'-84.2947006225586', u'nr_hotels': u'12', u'latitude': u'37.747798919677734'} -error: (1062, "Duplicate entry 'rogers-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rogers', u'countrycode': u'us', u'city_id': u'20047105', u'longitude': u'-83.6355972290039', u'nr_hotels': u'1', u'latitude': u'37.743900299072266'} -error: (1062, "Duplicate entry 'rogers-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rogers', u'countrycode': u'us', u'city_id': u'20047105', u'longitude': u'-83.6355972290039', u'nr_hotels': u'1', u'latitude': u'37.743900299072266'} -error: (1062, "Duplicate entry 'russellville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Russellville', u'countrycode': u'us', u'city_id': u'20047162', u'longitude': u'-86.88719940185547', u'nr_hotels': u'1', u'latitude': u'36.845298767089844'} -error: (1062, "Duplicate entry 'russellville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Russellville', u'countrycode': u'us', u'city_id': u'20047162', u'longitude': u'-86.88719940185547', u'nr_hotels': u'1', u'latitude': u'36.845298767089844'} -error: (1062, "Duplicate entry 'shelbyville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shelbyville', u'countrycode': u'us', u'city_id': u'20047302', u'longitude': u'-85.22360229492188', u'nr_hotels': u'5', u'latitude': u'38.21189880371094'} -error: (1062, "Duplicate entry 'shelbyville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shelbyville', u'countrycode': u'us', u'city_id': u'20047302', u'longitude': u'-85.22360229492188', u'nr_hotels': u'5', u'latitude': u'38.21189880371094'} -error: (1062, "Duplicate entry 'sparta-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sparta', u'countrycode': u'us', u'city_id': u'20047437', u'longitude': u'-84.90689849853516', u'nr_hotels': u'1', u'latitude': u'38.67689895629883'} -error: (1062, "Duplicate entry 'sparta-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sparta', u'countrycode': u'us', u'city_id': u'20047437', u'longitude': u'-84.90689849853516', u'nr_hotels': u'1', u'latitude': u'38.67689895629883'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20047459', u'longitude': u'-85.22219848632812', u'nr_hotels': u'2', u'latitude': u'37.685298919677734'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20047459', u'longitude': u'-85.22219848632812', u'nr_hotels': u'2', u'latitude': u'37.685298919677734'} -error: (1062, "Duplicate entry 'wildwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wildwood', u'countrycode': u'us', u'city_id': u'20048000', u'longitude': u'-85.5730972290039', u'nr_hotels': u'4', u'latitude': u'38.2494010925293'} -error: (1062, "Duplicate entry 'williamsburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williamsburg', u'countrycode': u'us', u'city_id': u'20048009', u'longitude': u'-84.15969848632812', u'nr_hotels': u'3', u'latitude': u'36.74330139160156'} -error: (1062, "Duplicate entry 'williamsburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Williamsburg', u'countrycode': u'us', u'city_id': u'20048009', u'longitude': u'-84.15969848632812', u'nr_hotels': u'3', u'latitude': u'36.74330139160156'} -error: (1062, "Duplicate entry 'abbeville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Abbeville', u'countrycode': u'us', u'city_id': u'20048142', u'longitude': u'-92.13420104980469', u'nr_hotels': u'4', u'latitude': u'29.97439956665039'} -error: (1062, "Duplicate entry 'arcadia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arcadia', u'countrycode': u'us', u'city_id': u'20048229', u'longitude': u'-92.91999816894531', u'nr_hotels': u'1', u'latitude': u'32.54890060424805'} -error: (1062, "Duplicate entry 'arcadia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Arcadia', u'countrycode': u'us', u'city_id': u'20048229', u'longitude': u'-92.91999816894531', u'nr_hotels': u'1', u'latitude': u'32.54890060424805'} -error: (1062, "Duplicate entry 'avondale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Avondale', u'countrycode': u'us', u'city_id': u'20048277', u'longitude': u'-90.20359802246094', u'nr_hotels': u'2', u'latitude': u'29.912799835205078'} -error: (1062, "Duplicate entry 'avondale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Avondale', u'countrycode': u'us', u'city_id': u'20048277', u'longitude': u'-90.20359802246094', u'nr_hotels': u'2', u'latitude': u'29.912799835205078'} -error: (1062, "Duplicate entry 'covington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Covington', u'countrycode': u'us', u'city_id': u'20048861', u'longitude': u'-90.10079956054688', u'nr_hotels': u'13', u'latitude': u'30.475299835205078'} -error: (1062, "Duplicate entry 'covington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Covington', u'countrycode': u'us', u'city_id': u'20048861', u'longitude': u'-90.10079956054688', u'nr_hotels': u'13', u'latitude': u'30.475299835205078'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20049231', u'longitude': u'-91.50140380859375', u'nr_hotels': u'0', u'latitude': u'29.795799255371094'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20049231', u'longitude': u'-91.50140380859375', u'nr_hotels': u'0', u'latitude': u'29.795799255371094'} -error: (1062, "Duplicate entry 'hammond-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hammond', u'countrycode': u'us', u'city_id': u'20049454', u'longitude': u'-90.46109771728516', u'nr_hotels': u'9', u'latitude': u'30.504199981689453'} -error: (1062, "Duplicate entry 'hammond-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hammond', u'countrycode': u'us', u'city_id': u'20049454', u'longitude': u'-90.46109771728516', u'nr_hotels': u'9', u'latitude': u'30.504199981689453'} -error: (1062, "Duplicate entry 'harvey-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harvey', u'countrycode': u'us', u'city_id': u'20049476', u'longitude': u'-90.07720184326172', u'nr_hotels': u'3', u'latitude': u'29.90329933166504'} -error: (1062, "Duplicate entry 'harvey-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Harvey', u'countrycode': u'us', u'city_id': u'20049476', u'longitude': u'-90.07720184326172', u'nr_hotels': u'3', u'latitude': u'29.90329933166504'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20049500', u'longitude': u'-91.79029846191406', u'nr_hotels': u'1', u'latitude': u'30.313100814819336'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20049500', u'longitude': u'-91.79029846191406', u'nr_hotels': u'1', u'latitude': u'30.313100814819336'} -error: (1062, "Duplicate entry 'jonesboro-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jonesboro', u'countrycode': u'us', u'city_id': u'20049685', u'longitude': u'-92.7157974243164', u'nr_hotels': u'1', u'latitude': u'32.2411003112793'} -error: (1062, "Duplicate entry 'jonesboro-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jonesboro', u'countrycode': u'us', u'city_id': u'20049685', u'longitude': u'-92.7157974243164', u'nr_hotels': u'1', u'latitude': u'32.2411003112793'} -error: (1062, "Duplicate entry 'lafayette-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lafayette', u'countrycode': u'us', u'city_id': u'20049769', u'longitude': u'-92.01969909667969', u'nr_hotels': u'38', u'latitude': u'30.223899841308594'} -error: (1062, "Duplicate entry 'vila-nova-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vila Nova', u'countrycode': u'pt', u'city_id': u'-2179584', u'longitude': u'-8.266670227050781', u'nr_hotels': u'1', u'latitude': u'40.28329849243164'} -error: (1062, "Duplicate entry 'vila-nova-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vila Nova', u'countrycode': u'pt', u'city_id': u'-2179584', u'longitude': u'-8.266670227050781', u'nr_hotels': u'1', u'latitude': u'40.28329849243164'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20050158', u'longitude': u'-92.11920166015625', u'nr_hotels': u'9', u'latitude': u'32.50920104980469'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20050158', u'longitude': u'-92.11920166015625', u'nr_hotels': u'9', u'latitude': u'32.50920104980469'} -error: (1062, "Duplicate entry 'oberlin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oberlin', u'countrycode': u'us', u'city_id': u'20050377', u'longitude': u'-92.76249694824219', u'nr_hotels': u'1', u'latitude': u'30.6200008392334'} -error: (1062, "Duplicate entry 'oberlin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oberlin', u'countrycode': u'us', u'city_id': u'20050377', u'longitude': u'-92.76249694824219', u'nr_hotels': u'1', u'latitude': u'30.6200008392334'} -error: (1062, "Duplicate entry 'roseland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Roseland', u'countrycode': u'us', u'city_id': u'20050736', u'longitude': u'-90.51170349121094', u'nr_hotels': u'1', u'latitude': u'30.764699935913086'} -error: (1062, "Duplicate entry 'roseland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Roseland', u'countrycode': u'us', u'city_id': u'20050736', u'longitude': u'-90.51170349121094', u'nr_hotels': u'1', u'latitude': u'30.764699935913086'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20050969', u'longitude': u'-90.54859924316406', u'nr_hotels': u'1', u'latitude': u'30.42889976501465'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20050969', u'longitude': u'-90.54859924316406', u'nr_hotels': u'1', u'latitude': u'30.42889976501465'} -error: (1062, "Duplicate entry 'vidalia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vidalia', u'countrycode': u'us', u'city_id': u'20051202', u'longitude': u'-91.42579650878906', u'nr_hotels': u'1', u'latitude': u'31.56529998779297'} -error: (1062, "Duplicate entry 'vidalia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vidalia', u'countrycode': u'us', u'city_id': u'20051202', u'longitude': u'-91.42579650878906', u'nr_hotels': u'1', u'latitude': u'31.56529998779297'} -error: (1062, "Duplicate entry 'walker-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Walker', u'countrycode': u'us', u'city_id': u'20051230', u'longitude': u'-90.86139678955078', u'nr_hotels': u'1', u'latitude': u'30.48780059814453'} -error: (1062, "Duplicate entry 'walker-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Walker', u'countrycode': u'us', u'city_id': u'20051230', u'longitude': u'-90.86139678955078', u'nr_hotels': u'1', u'latitude': u'30.48780059814453'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20051455', u'longitude': u'-70.23169708251953', u'nr_hotels': u'5', u'latitude': u'44.097801208496094'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20051455', u'longitude': u'-70.23169708251953', u'nr_hotels': u'5', u'latitude': u'44.097801208496094'} -error: (1062, "Duplicate entry 'augusta-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Augusta', u'countrycode': u'us', u'city_id': u'20051457', u'longitude': u'-69.77999877929688', u'nr_hotels': u'7', u'latitude': u'44.31060028076172'} -error: (1062, "Duplicate entry 'augusta-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Augusta', u'countrycode': u'us', u'city_id': u'20051457', u'longitude': u'-69.77999877929688', u'nr_hotels': u'7', u'latitude': u'44.31060028076172'} -error: (1062, "Duplicate entry 'bethel-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bethel', u'countrycode': u'us', u'city_id': u'20051519', u'longitude': u'-70.79109954833984', u'nr_hotels': u'5', u'latitude': u'44.40420150756836'} -error: (1062, "Duplicate entry 'bethel-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bethel', u'countrycode': u'us', u'city_id': u'20051519', u'longitude': u'-70.79109954833984', u'nr_hotels': u'5', u'latitude': u'44.40420150756836'} -error: (1062, "Duplicate entry 'freeport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Freeport', u'countrycode': u'us', u'city_id': u'20052034', u'longitude': u'-70.10359954833984', u'nr_hotels': u'10', u'latitude': u'43.85689926147461'} -error: (1062, "Duplicate entry 'freeport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Freeport', u'countrycode': u'us', u'city_id': u'20052034', u'longitude': u'-70.10359954833984', u'nr_hotels': u'10', u'latitude': u'43.85689926147461'} -error: (1062, "Duplicate entry 'lewiston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lewiston', u'countrycode': u'us', u'city_id': u'20052356', u'longitude': u'-70.21530151367188', u'nr_hotels': u'2', u'latitude': u'44.10029983520508'} -error: (1062, "Duplicate entry 'lewiston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lewiston', u'countrycode': u'us', u'city_id': u'20052356', u'longitude': u'-70.21530151367188', u'nr_hotels': u'2', u'latitude': u'44.10029983520508'} -error: (1062, "Duplicate entry 'lincoln-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lincoln', u'countrycode': u'us', u'city_id': u'20052370', u'longitude': u'-68.50559997558594', u'nr_hotels': u'3', u'latitude': u'45.36220169067383'} -error: (1062, "Duplicate entry 'linkol-n-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0438\u043d\u043a\u043e\u043b\u044c\u043d', u'countrycode': u'us', u'city_id': u'20052370', u'longitude': u'-68.50559997558594', u'nr_hotels': u'3', u'latitude': u'45.36220169067383'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20052437', u'longitude': u'-69.86080169677734', u'nr_hotels': u'1', u'latitude': u'44.32440185546875'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20052437', u'longitude': u'-69.86080169677734', u'nr_hotels': u'1', u'latitude': u'44.32440185546875'} -error: (1062, "Duplicate entry 'naples-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Naples', u'countrycode': u'us', u'city_id': u'20052564', u'longitude': u'-70.60970306396484', u'nr_hotels': u'2', u'latitude': u'43.97169876098633'} -error: (1062, "Duplicate entry 'naples-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Naples', u'countrycode': u'us', u'city_id': u'20052564', u'longitude': u'-70.60970306396484', u'nr_hotels': u'2', u'latitude': u'43.97169876098633'} -error: (1062, "Duplicate entry 'northport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Northport', u'countrycode': u'us', u'city_id': u'20052699', u'longitude': u'-68.96189880371094', u'nr_hotels': u'1', u'latitude': u'44.337799072265625'} -error: (1062, "Duplicate entry 'northport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Northport', u'countrycode': u'us', u'city_id': u'20052699', u'longitude': u'-68.96189880371094', u'nr_hotels': u'1', u'latitude': u'44.337799072265625'} -error: (1062, "Duplicate entry 'pittsfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pittsfield', u'countrycode': u'us', u'city_id': u'20052817', u'longitude': u'-69.38390350341797', u'nr_hotels': u'1', u'latitude': u'44.782501220703125'} -error: (1062, "Duplicate entry 'pittsfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pittsfield', u'countrycode': u'us', u'city_id': u'20052817', u'longitude': u'-69.38390350341797', u'nr_hotels': u'1', u'latitude': u'44.782501220703125'} -error: (1062, "Duplicate entry 'portland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portland', u'countrycode': u'us', u'city_id': u'20052849', u'longitude': u'-70.25579833984375', u'nr_hotels': u'16', u'latitude': u'43.661399841308594'} -error: (1062, "Duplicate entry 'portlend-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u0440\u0442\u043b\u0435\u043d\u0434', u'countrycode': u'us', u'city_id': u'20052849', u'longitude': u'-70.25579833984375', u'nr_hotels': u'16', u'latitude': u'43.661399841308594'} -error: (1062, "Duplicate entry 'sanford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sanford', u'countrycode': u'us', u'city_id': u'20052972', u'longitude': u'-70.77469635009766', u'nr_hotels': u'2', u'latitude': u'43.43920135498047'} -error: (1062, "Duplicate entry 'sanford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sanford', u'countrycode': u'us', u'city_id': u'20052972', u'longitude': u'-70.77469635009766', u'nr_hotels': u'2', u'latitude': u'43.43920135498047'} -error: (1062, "Duplicate entry 'southport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Southport', u'countrycode': u'us', u'city_id': u'20053150', u'longitude': u'-69.6592025756836', u'nr_hotels': u'1', u'latitude': u'43.84080123901367'} -error: (1062, "Duplicate entry 'youngtown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Youngtown', u'countrycode': u'us', u'city_id': u'20053508', u'longitude': u'-69.09809875488281', u'nr_hotels': u'1', u'latitude': u'44.26860046386719'} -error: (1062, "Duplicate entry 'youngtown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Youngtown', u'countrycode': u'us', u'city_id': u'20053508', u'longitude': u'-69.09809875488281', u'nr_hotels': u'1', u'latitude': u'44.26860046386719'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20055003', u'longitude': u'-76.89859771728516', u'nr_hotels': u'3', u'latitude': u'38.76499938964844'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20055003', u'longitude': u'-76.89859771728516', u'nr_hotels': u'3', u'latitude': u'38.76499938964844'} -error: (1062, "Duplicate entry 'kolledzh-park-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u043e\u043b\u043b\u0435\u0434\u0436 \u041f\u0430\u0440\u043a', u'countrycode': u'us', u'city_id': u'20055062', u'longitude': u'-76.93720245361328', u'nr_hotels': u'7', u'latitude': u'38.98059844970703'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20055088', u'longitude': u'-76.86155700683594', u'nr_hotels': u'10', u'latitude': u'39.204811096191406'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20055088', u'longitude': u'-76.86155700683594', u'nr_hotels': u'10', u'latitude': u'39.204811096191406'} -error: (1062, "Duplicate entry 'knoxville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Knoxville', u'countrycode': u'us', u'city_id': u'20057454', u'longitude': u'-77.66439819335938', u'nr_hotels': u'2', u'latitude': u'39.326900482177734'} -error: (1062, "Duplicate entry 'knoxville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Knoxville', u'countrycode': u'us', u'city_id': u'20057454', u'longitude': u'-77.66439819335938', u'nr_hotels': u'2', u'latitude': u'39.326900482177734'} -error: (1062, "Duplicate entry 'largo-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Largo', u'countrycode': u'us', u'city_id': u'20057536', u'longitude': u'-76.83059692382812', u'nr_hotels': u'5', u'latitude': u'38.897499084472656'} -error: (1062, "Duplicate entry 'largo-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Largo', u'countrycode': u'us', u'city_id': u'20057536', u'longitude': u'-76.83059692382812', u'nr_hotels': u'5', u'latitude': u'38.897499084472656'} -error: (1062, "Duplicate entry 'mchenry-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'McHenry', u'countrycode': u'us', u'city_id': u'20058031', u'longitude': u'-79.35310363769531', u'nr_hotels': u'1', u'latitude': u'39.55830001831055'} -error: (1062, "Duplicate entry 'mchenry-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'McHenry', u'countrycode': u'us', u'city_id': u'20058031', u'longitude': u'-79.35310363769531', u'nr_hotels': u'1', u'latitude': u'39.55830001831055'} -error: (1062, "Duplicate entry 'morningside-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Morningside', u'countrycode': u'us', u'city_id': u'20058258', u'longitude': u'-76.8917007446289', u'nr_hotels': u'1', u'latitude': u'38.83000183105469'} -error: (1062, "Duplicate entry 'morningside-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Morningside', u'countrycode': u'us', u'city_id': u'20058258', u'longitude': u'-76.8917007446289', u'nr_hotels': u'1', u'latitude': u'38.83000183105469'} -error: (1062, "Duplicate entry 'santa-luzia-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Luzia', u'countrycode': u'pt', u'city_id': u'-2175403', u'longitude': u'-8.399999618530273', u'nr_hotels': u'1', u'latitude': u'37.733299255371094'} -error: (1062, "Duplicate entry 'santa-luzia-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Luzia', u'countrycode': u'pt', u'city_id': u'-2175403', u'longitude': u'-8.399999618530273', u'nr_hotels': u'1', u'latitude': u'37.733299255371094'} -error: (1062, "Duplicate entry 'oklend-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u043a\u043b\u0435\u043d\u0434', u'countrycode': u'us', u'city_id': u'20058640', u'longitude': u'-79.40689849853516', u'nr_hotels': u'1', u'latitude': u'39.407798767089844'} -error: (1062, "Duplicate entry 'oxford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oxford', u'countrycode': u'us', u'city_id': u'20058793', u'longitude': u'-76.1718978881836', u'nr_hotels': u'2', u'latitude': u'38.6864013671875'} -error: (1062, "Duplicate entry 'oxford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oxford', u'countrycode': u'us', u'city_id': u'20058793', u'longitude': u'-76.1718978881836', u'nr_hotels': u'2', u'latitude': u'38.6864013671875'} -error: (1062, "Duplicate entry 'riversajd-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u0438\u0432\u0435\u0440\u0441\u0430\u0439\u0434', u'countrycode': u'us', u'city_id': u'20059470', u'longitude': u'-76.24169921875', u'nr_hotels': u'3', u'latitude': u'39.47359848022461'} -error: (1062, "Duplicate entry 'rockville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rockville', u'countrycode': u'us', u'city_id': u'20059554', u'longitude': u'-77.1530990600586', u'nr_hotels': u'12', u'latitude': u'39.083900451660156'} -error: (1062, "Duplicate entry 'westminster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westminster', u'countrycode': u'us', u'city_id': u'20061153', u'longitude': u'-76.99610137939453', u'nr_hotels': u'3', u'latitude': u'39.57529830932617'} -error: (1062, "Duplicate entry 'westminster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westminster', u'countrycode': u'us', u'city_id': u'20061153', u'longitude': u'-76.99610137939453', u'nr_hotels': u'3', u'latitude': u'39.57529830932617'} -error: (1062, "Duplicate entry 'andover-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Andover', u'countrycode': u'us', u'city_id': u'20061593', u'longitude': u'-71.13749694824219', u'nr_hotels': u'8', u'latitude': u'42.65829849243164'} -error: (1062, "Duplicate entry 'andover-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Andover', u'countrycode': u'us', u'city_id': u'20061593', u'longitude': u'-71.13749694824219', u'nr_hotels': u'8', u'latitude': u'42.65829849243164'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20061621', u'longitude': u'-71.83609771728516', u'nr_hotels': u'4', u'latitude': u'42.194400787353516'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20061621', u'longitude': u'-71.83609771728516', u'nr_hotels': u'4', u'latitude': u'42.194400787353516'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20061673', u'longitude': u'-71.27670288085938', u'nr_hotels': u'2', u'latitude': u'42.4906005859375'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20061673', u'longitude': u'-71.27670288085938', u'nr_hotels': u'2', u'latitude': u'42.4906005859375'} -error: (1062, "Duplicate entry 'bruklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0440\u0443\u043a\u043b\u0438\u043d', u'countrycode': u'us', u'city_id': u'20061760', u'longitude': u'-71.12169647216797', u'nr_hotels': u'7', u'latitude': u'42.33169937133789'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20061783', u'longitude': u'-71.19609832763672', u'nr_hotels': u'6', u'latitude': u'42.50469970703125'} -error: (1062, "Duplicate entry 'cambridge-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cambridge', u'countrycode': u'us', u'city_id': u'20061794', u'longitude': u'-71.1061019897461', u'nr_hotels': u'21', u'latitude': u'42.375'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20061874', u'longitude': u'-71.14530181884766', u'nr_hotels': u'1', u'latitude': u'42.15829849243164'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20061874', u'longitude': u'-71.14530181884766', u'nr_hotels': u'1', u'latitude': u'42.15829849243164'} -error: (1062, "Duplicate entry 'centerville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Centerville', u'countrycode': u'us', u'city_id': u'20061893', u'longitude': u'-70.34860229492188', u'nr_hotels': u'0', u'latitude': u'41.64860153198242'} -error: (1062, "Duplicate entry 'centerville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Centerville', u'countrycode': u'us', u'city_id': u'20061893', u'longitude': u'-70.34860229492188', u'nr_hotels': u'0', u'latitude': u'41.64860153198242'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20061952', u'longitude': u'-71.68329620361328', u'nr_hotels': u'1', u'latitude': u'42.41669845581055'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20061952', u'longitude': u'-71.68329620361328', u'nr_hotels': u'1', u'latitude': u'42.41669845581055'} -error: (1062, "Duplicate entry 'concord-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Concord', u'countrycode': u'us', u'city_id': u'20061976', u'longitude': u'-71.34940338134766', u'nr_hotels': u'2', u'latitude': u'42.46030044555664'} -error: (1062, "Duplicate entry 'dedham-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dedham', u'countrycode': u'us', u'city_id': u'20062029', u'longitude': u'-71.16670227050781', u'nr_hotels': u'4', u'latitude': u'42.24169921875'} -error: (1062, "Duplicate entry 'dedham-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dedham', u'countrycode': u'us', u'city_id': u'20062029', u'longitude': u'-71.16670227050781', u'nr_hotels': u'4', u'latitude': u'42.24169921875'} -error: (1062, "Duplicate entry 'deerfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Deerfield', u'countrycode': u'us', u'city_id': u'20062031', u'longitude': u'-72.6061019897461', u'nr_hotels': u'1', u'latitude': u'42.54439926147461'} -error: (1062, "Duplicate entry 'deerfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Deerfield', u'countrycode': u'us', u'city_id': u'20062031', u'longitude': u'-72.6061019897461', u'nr_hotels': u'1', u'latitude': u'42.54439926147461'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20062251', u'longitude': u'-71.39720153808594', u'nr_hotels': u'3', u'latitude': u'42.08330154418945'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20062251', u'longitude': u'-71.39720153808594', u'nr_hotels': u'3', u'latitude': u'42.08330154418945'} -error: (1062, "Duplicate entry 'greenfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenfield', u'countrycode': u'us', u'city_id': u'20062314', u'longitude': u'-72.5999984741211', u'nr_hotels': u'2', u'latitude': u'42.587501525878906'} -error: (1062, "Duplicate entry 'holyoke-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Holyoke', u'countrycode': u'us', u'city_id': u'20062404', u'longitude': u'-72.61669921875', u'nr_hotels': u'5', u'latitude': u'42.204200744628906'} -error: (1062, "Duplicate entry 'holyoke-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Holyoke', u'countrycode': u'us', u'city_id': u'20062404', u'longitude': u'-72.61669921875', u'nr_hotels': u'5', u'latitude': u'42.204200744628906'} -error: (1062, "Duplicate entry 'hudson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hudson', u'countrycode': u'us', u'city_id': u'20062422', u'longitude': u'-71.56670379638672', u'nr_hotels': u'1', u'latitude': u'42.391700744628906'} -error: (1062, "Duplicate entry 'hudson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hudson', u'countrycode': u'us', u'city_id': u'20062422', u'longitude': u'-71.56670379638672', u'nr_hotels': u'1', u'latitude': u'42.391700744628906'} -error: (1062, "Duplicate entry 'lenox-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lenox', u'countrycode': u'us', u'city_id': u'20062506', u'longitude': u'-73.2853012084961', u'nr_hotels': u'16', u'latitude': u'42.35639953613281'} -error: (1062, "Duplicate entry 'leksington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0435\u043a\u0441\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20062512', u'longitude': u'-71.2249984741211', u'nr_hotels': u'5', u'latitude': u'42.447200775146484'} -error: (1062, "Duplicate entry 'mansfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mansfield', u'countrycode': u'us', u'city_id': u'20062576', u'longitude': u'-71.21939849853516', u'nr_hotels': u'2', u'latitude': u'42.03329849243164'} -error: (1062, "Duplicate entry 'mansfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mansfield', u'countrycode': u'us', u'city_id': u'20062576', u'longitude': u'-71.21939849853516', u'nr_hotels': u'2', u'latitude': u'42.03329849243164'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20062653', u'longitude': u'-71.5167007446289', u'nr_hotels': u'6', u'latitude': u'42.13970184326172'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0438\u043b\u0444\u043e\u0440\u0434', u'countrycode': u'us', u'city_id': u'20062653', u'longitude': u'-71.5167007446289', u'nr_hotels': u'6', u'latitude': u'42.13970184326172'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20062758', u'longitude': u'-71.20970153808594', u'nr_hotels': u'3', u'latitude': u'42.33689880371094'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20062758', u'longitude': u'-71.20970153808594', u'nr_hotels': u'3', u'latitude': u'42.33689880371094'} -error: (1062, "Duplicate entry 'norton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Norton', u'countrycode': u'us', u'city_id': u'20062878', u'longitude': u'-71.1875', u'nr_hotels': u'1', u'latitude': u'41.96670150756836'} -error: (1062, "Duplicate entry 'norton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Norton', u'countrycode': u'us', u'city_id': u'20062878', u'longitude': u'-71.1875', u'nr_hotels': u'1', u'latitude': u'41.96670150756836'} -error: (1062, "Duplicate entry 'orange-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orange', u'countrycode': u'us', u'city_id': u'20062925', u'longitude': u'-72.310302734375', u'nr_hotels': u'2', u'latitude': u'42.590301513671875'} -error: (1062, "Duplicate entry 'orange-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Orange', u'countrycode': u'us', u'city_id': u'20062925', u'longitude': u'-72.310302734375', u'nr_hotels': u'2', u'latitude': u'42.590301513671875'} -error: (1062, "Duplicate entry 'pittsfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pittsfield', u'countrycode': u'us', u'city_id': u'20062989', u'longitude': u'-73.24579620361328', u'nr_hotels': u'6', u'latitude': u'42.45000076293945'} -error: (1062, "Duplicate entry 'ponta-delgada-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ponta Delgada', u'countrycode': u'pt', u'city_id': u'-2172834', u'longitude': u'-16.991064071655273', u'nr_hotels': u'3', u'latitude': u'32.823760986328125'} -error: (1062, "Duplicate entry 'ponta-delgada-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u043d\u0442\u0430-\u0414\u0435\u043b\u0433\u0430\u0434\u0430', u'countrycode': u'pt', u'city_id': u'-2172834', u'longitude': u'-16.991064071655273', u'nr_hotels': u'3', u'latitude': u'32.823760986328125'} -error: (1062, "Duplicate entry 'plainville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plainville', u'countrycode': u'us', u'city_id': u'20062994', u'longitude': u'-71.33329772949219', u'nr_hotels': u'1', u'latitude': u'42.00419998168945'} -error: (1062, "Duplicate entry 'plainville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plainville', u'countrycode': u'us', u'city_id': u'20062994', u'longitude': u'-71.33329772949219', u'nr_hotels': u'1', u'latitude': u'42.00419998168945'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20063004', u'longitude': u'-70.66780090332031', u'nr_hotels': u'8', u'latitude': u'41.95830154418945'} -error: (1062, "Duplicate entry 'quincy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Quincy', u'countrycode': u'us', u'city_id': u'20063051', u'longitude': u'-71.00279998779297', u'nr_hotels': u'3', u'latitude': u'42.25279998779297'} -error: (1062, "Duplicate entry 'pombal-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pombal', u'countrycode': u'pt', u'city_id': u'-2172801', u'longitude': u'-8.633330345153809', u'nr_hotels': u'5', u'latitude': u'39.91669845581055'} -error: (1062, "Duplicate entry 'pombal-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u043c\u0431\u0430\u043b', u'countrycode': u'pt', u'city_id': u'-2172801', u'longitude': u'-8.633330345153809', u'nr_hotels': u'5', u'latitude': u'39.91669845581055'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20063141', u'longitude': u'-70.89720153808594', u'nr_hotels': u'2', u'latitude': u'42.51940155029297'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043b\u0435\u043c', u'countrycode': u'us', u'city_id': u'20063141', u'longitude': u'-70.89720153808594', u'nr_hotels': u'2', u'latitude': u'42.51940155029297'} -error: (1062, "Duplicate entry 'salisbury-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salisbury', u'countrycode': u'us', u'city_id': u'20063143', u'longitude': u'-70.86109924316406', u'nr_hotels': u'1', u'latitude': u'42.84170150756836'} -error: (1062, "Duplicate entry 'salisbury-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salisbury', u'countrycode': u'us', u'city_id': u'20063143', u'longitude': u'-70.86109924316406', u'nr_hotels': u'1', u'latitude': u'42.84170150756836'} -error: (1062, "Duplicate entry 'sandwich-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sandwich', u'countrycode': u'us', u'city_id': u'20063152', u'longitude': u'-70.49440002441406', u'nr_hotels': u'6', u'latitude': u'41.7588996887207'} -error: (1062, "Duplicate entry 'sandwich-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sandwich', u'countrycode': u'us', u'city_id': u'20063152', u'longitude': u'-70.49440002441406', u'nr_hotels': u'6', u'latitude': u'41.7588996887207'} -error: (1062, "Duplicate entry 'somerset-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Somerset', u'countrycode': u'us', u'city_id': u'20063234', u'longitude': u'-71.12920379638672', u'nr_hotels': u'1', u'latitude': u'41.76940155029297'} -error: (1062, "Duplicate entry 'somerset-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Somerset', u'countrycode': u'us', u'city_id': u'20063234', u'longitude': u'-71.12920379638672', u'nr_hotels': u'1', u'latitude': u'41.76940155029297'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20063336', u'longitude': u'-72.59030151367188', u'nr_hotels': u'6', u'latitude': u'42.10139846801758'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20063336', u'longitude': u'-72.59030151367188', u'nr_hotels': u'6', u'latitude': u'42.10139846801758'} -error: (1062, "Duplicate entry 'stockbridge-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stockbridge', u'countrycode': u'us', u'city_id': u'20063357', u'longitude': u'-73.32080078125', u'nr_hotels': u'6', u'latitude': u'42.287498474121094'} -error: (1062, "Duplicate entry 'stockbridge-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stockbridge', u'countrycode': u'us', u'city_id': u'20063357', u'longitude': u'-73.32080078125', u'nr_hotels': u'6', u'latitude': u'42.287498474121094'} -error: (1062, "Duplicate entry 'paranhos-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Paranhos', u'countrycode': u'pt', u'city_id': u'-2171560', u'longitude': u'-7.783329963684082', u'nr_hotels': u'3', u'latitude': u'40.46670150756836'} -error: (1062, "Duplicate entry 'paranhos-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Paranhos', u'countrycode': u'pt', u'city_id': u'-2171560', u'longitude': u'-7.783329963684082', u'nr_hotels': u'3', u'latitude': u'40.46670150756836'} -error: (1062, "Duplicate entry 'parada-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Parada', u'countrycode': u'pt', u'city_id': u'-2171469', u'longitude': u'-8.366669654846191', u'nr_hotels': u'1', u'latitude': u'41.16669845581055'} -error: (1062, "Duplicate entry 'parada-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Parada', u'countrycode': u'pt', u'city_id': u'-2171469', u'longitude': u'-8.366669654846191', u'nr_hotels': u'1', u'latitude': u'41.16669845581055'} -error: (1062, "Duplicate entry 'westminster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westminster', u'countrycode': u'us', u'city_id': u'20063635', u'longitude': u'-71.91110229492188', u'nr_hotels': u'2', u'latitude': u'42.545799255371094'} -error: (1062, "Duplicate entry 'westminster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westminster', u'countrycode': u'us', u'city_id': u'20063635', u'longitude': u'-71.91110229492188', u'nr_hotels': u'2', u'latitude': u'42.545799255371094'} -error: (1062, "Duplicate entry 'williamstown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williamstown', u'countrycode': u'us', u'city_id': u'20063679', u'longitude': u'-73.2042007446289', u'nr_hotels': u'13', u'latitude': u'42.71189880371094'} -error: (1062, "Duplicate entry 'williamstown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Williamstown', u'countrycode': u'us', u'city_id': u'20063679', u'longitude': u'-73.2042007446289', u'nr_hotels': u'13', u'latitude': u'42.71189880371094'} -error: (1062, "Duplicate entry 'albion-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Albion', u'countrycode': u'us', u'city_id': u'20063759', u'longitude': u'-84.75309753417969', u'nr_hotels': u'1', u'latitude': u'42.243099212646484'} -error: (1062, "Duplicate entry 'albion-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Albion', u'countrycode': u'us', u'city_id': u'20063759', u'longitude': u'-84.75309753417969', u'nr_hotels': u'1', u'latitude': u'42.243099212646484'} -error: (1062, "Duplicate entry 'alma-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alma', u'countrycode': u'us', u'city_id': u'20063779', u'longitude': u'-84.65969848632812', u'nr_hotels': u'1', u'latitude': u'43.37889862060547'} -error: (1062, "Duplicate entry 'alma-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alma', u'countrycode': u'us', u'city_id': u'20063779', u'longitude': u'-84.65969848632812', u'nr_hotels': u'1', u'latitude': u'43.37889862060547'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20063849', u'longitude': u'-84.0697021484375', u'nr_hotels': u'1', u'latitude': u'43.60329818725586'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20063849', u'longitude': u'-84.0697021484375', u'nr_hotels': u'1', u'latitude': u'43.60329818725586'} -error: (1062, "Duplicate entry 'belleville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Belleville', u'countrycode': u'us', u'city_id': u'20063950', u'longitude': u'-83.48529815673828', u'nr_hotels': u'4', u'latitude': u'42.2047004699707'} -error: (1062, "Duplicate entry 'bridgeport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bridgeport', u'countrycode': u'us', u'city_id': u'20064060', u'longitude': u'-83.88169860839844', u'nr_hotels': u'2', u'latitude': u'43.35940170288086'} -error: (1062, "Duplicate entry 'bridgeport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bridgeport', u'countrycode': u'us', u'city_id': u'20064060', u'longitude': u'-83.88169860839844', u'nr_hotels': u'2', u'latitude': u'43.35940170288086'} -error: (1062, "Duplicate entry 'brighton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brighton', u'countrycode': u'us', u'city_id': u'20064065', u'longitude': u'-83.7802963256836', u'nr_hotels': u'3', u'latitude': u'42.52939987182617'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20064150', u'longitude': u'-83.4822006225586', u'nr_hotels': u'8', u'latitude': u'42.30860137939453'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20064150', u'longitude': u'-83.4822006225586', u'nr_hotels': u'8', u'latitude': u'42.30860137939453'} -error: (1062, "Duplicate entry 'cascade-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cascade', u'countrycode': u'us', u'city_id': u'20064168', u'longitude': u'-85.49810028076172', u'nr_hotels': u'8', u'latitude': u'42.912200927734375'} -error: (1062, "Duplicate entry 'cascade-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cascade', u'countrycode': u'us', u'city_id': u'20064168', u'longitude': u'-85.49810028076172', u'nr_hotels': u'8', u'latitude': u'42.912200927734375'} -error: (1062, "Duplicate entry 'chelsea-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chelsea', u'countrycode': u'us', u'city_id': u'20064218', u'longitude': u'-84.02059936523438', u'nr_hotels': u'2', u'latitude': u'42.31809997558594'} -error: (1062, "Duplicate entry 'chelsea-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chelsea', u'countrycode': u'us', u'city_id': u'20064218', u'longitude': u'-84.02059936523438', u'nr_hotels': u'2', u'latitude': u'42.31809997558594'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20064264', u'longitude': u'-82.91999816894531', u'nr_hotels': u'1', u'latitude': u'42.58689880371094'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20064264', u'longitude': u'-82.91999816894531', u'nr_hotels': u'1', u'latitude': u'42.58689880371094'} -error: (1062, "Duplicate entry 'dundee-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dundee', u'countrycode': u'us', u'city_id': u'20064457', u'longitude': u'-83.65969848632812', u'nr_hotels': u'2', u'latitude': u'41.95719909667969'} -error: (1062, "Duplicate entry 'fremont-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fremont', u'countrycode': u'us', u'city_id': u'20064683', u'longitude': u'-85.94190216064453', u'nr_hotels': u'1', u'latitude': u'43.467498779296875'} -error: (1062, "Duplicate entry 'fremont-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fremont', u'countrycode': u'us', u'city_id': u'20064683', u'longitude': u'-85.94190216064453', u'nr_hotels': u'1', u'latitude': u'43.467498779296875'} -error: (1062, "Duplicate entry 'harvey-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harvey', u'countrycode': u'us', u'city_id': u'20064882', u'longitude': u'-87.35420227050781', u'nr_hotels': u'2', u'latitude': u'46.49470138549805'} -error: (1062, "Duplicate entry 'harvey-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Harvey', u'countrycode': u'us', u'city_id': u'20064882', u'longitude': u'-87.35420227050781', u'nr_hotels': u'2', u'latitude': u'46.49470138549805'} -error: (1062, "Duplicate entry 'howell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Howell', u'countrycode': u'us', u'city_id': u'20064973', u'longitude': u'-83.92939758300781', u'nr_hotels': u'3', u'latitude': u'42.607200622558594'} -error: (1062, "Duplicate entry 'howell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Howell', u'countrycode': u'us', u'city_id': u'20064973', u'longitude': u'-83.92939758300781', u'nr_hotels': u'3', u'latitude': u'42.607200622558594'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20065035', u'longitude': u'-84.40139770507812', u'nr_hotels': u'5', u'latitude': u'42.24580001831055'} -error: (1062, "Duplicate entry 'dzhekson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0435\u043a\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20065035', u'longitude': u'-84.40139770507812', u'nr_hotels': u'5', u'latitude': u'42.24580001831055'} -error: (1062, "Duplicate entry 'lansing-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lansing', u'countrycode': u'us', u'city_id': u'20065178', u'longitude': u'-84.55610656738281', u'nr_hotels': u'14', u'latitude': u'42.732322692871094'} -error: (1062, "Duplicate entry 'lansing-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u0441\u0438\u043d\u0433', u'countrycode': u'us', u'city_id': u'20065178', u'longitude': u'-84.55610656738281', u'nr_hotels': u'14', u'latitude': u'42.732322692871094'} -error: (1062, "Duplicate entry 'livonia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Livonia', u'countrycode': u'us', u'city_id': u'20065252', u'longitude': u'-83.35279846191406', u'nr_hotels': u'14', u'latitude': u'42.36830139160156'} -error: (1062, "Duplicate entry 'livonia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Livonia', u'countrycode': u'us', u'city_id': u'20065252', u'longitude': u'-83.35279846191406', u'nr_hotels': u'14', u'latitude': u'42.36830139160156'} -error: (1062, "Duplicate entry 'lowell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lowell', u'countrycode': u'us', u'city_id': u'20065271', u'longitude': u'-85.34190368652344', u'nr_hotels': u'1', u'latitude': u'42.93360137939453'} -error: (1062, "Duplicate entry 'lowell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lowell', u'countrycode': u'us', u'city_id': u'20065271', u'longitude': u'-85.34190368652344', u'nr_hotels': u'1', u'latitude': u'42.93360137939453'} -error: (1062, "Duplicate entry 'marquette-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marquette', u'countrycode': u'us', u'city_id': u'20065332', u'longitude': u'-87.39530181884766', u'nr_hotels': u'5', u'latitude': u'46.54359817504883'} -error: (1062, "Duplicate entry 'marquette-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marquette', u'countrycode': u'us', u'city_id': u'20065332', u'longitude': u'-87.39530181884766', u'nr_hotels': u'5', u'latitude': u'46.54359817504883'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20065334', u'longitude': u'-84.96330261230469', u'nr_hotels': u'4', u'latitude': u'42.27220153808594'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20065334', u'longitude': u'-84.96330261230469', u'nr_hotels': u'4', u'latitude': u'42.27220153808594'} -error: (1062, "Duplicate entry 'marysville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marysville', u'countrycode': u'us', u'city_id': u'20065340', u'longitude': u'-82.48690032958984', u'nr_hotels': u'1', u'latitude': u'42.912498474121094'} -error: (1062, "Duplicate entry 'marysville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marysville', u'countrycode': u'us', u'city_id': u'20065340', u'longitude': u'-82.48690032958984', u'nr_hotels': u'1', u'latitude': u'42.912498474121094'} -error: (1062, "Duplicate entry 'maceira-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Maceira', u'countrycode': u'pt', u'city_id': u'-2168345', u'longitude': u'-9.333330154418945', u'nr_hotels': u'3', u'latitude': u'39.18330001831055'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20065451', u'longitude': u'-83.39779663085938', u'nr_hotels': u'5', u'latitude': u'41.91640090942383'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20065451', u'longitude': u'-83.39779663085938', u'nr_hotels': u'5', u'latitude': u'41.91640090942383'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20065478', u'longitude': u'-84.76750183105469', u'nr_hotels': u'7', u'latitude': u'43.597801208496094'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20065478', u'longitude': u'-84.76750183105469', u'nr_hotels': u'7', u'latitude': u'43.597801208496094'} -error: (1062, "Duplicate entry 'niles-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Niles', u'countrycode': u'us', u'city_id': u'20065545', u'longitude': u'-86.25420379638672', u'nr_hotels': u'3', u'latitude': u'41.8297004699707'} -error: (1062, "Duplicate entry 'niles-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Niles', u'countrycode': u'us', u'city_id': u'20065545', u'longitude': u'-86.25420379638672', u'nr_hotels': u'3', u'latitude': u'41.8297004699707'} -error: (1062, "Duplicate entry 'pittsfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pittsfield', u'countrycode': u'us', u'city_id': u'20065779', u'longitude': u'-83.72419738769531', u'nr_hotels': u'1', u'latitude': u'42.21030044555664'} -error: (1062, "Duplicate entry 'pittsfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pittsfield', u'countrycode': u'us', u'city_id': u'20065779', u'longitude': u'-83.72419738769531', u'nr_hotels': u'1', u'latitude': u'42.21030044555664'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20065792', u'longitude': u'-83.47029876708984', u'nr_hotels': u'3', u'latitude': u'42.37139892578125'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20065792', u'longitude': u'-83.47029876708984', u'nr_hotels': u'3', u'latitude': u'42.37139892578125'} -error: (1062, "Duplicate entry 'pontiac-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pontiac', u'countrycode': u'us', u'city_id': u'20065812', u'longitude': u'-83.29109954833984', u'nr_hotels': u'3', u'latitude': u'42.63890075683594'} -error: (1062, "Duplicate entry 'pontiac-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pontiac', u'countrycode': u'us', u'city_id': u'20065812', u'longitude': u'-83.29109954833984', u'nr_hotels': u'3', u'latitude': u'42.63890075683594'} -error: (1062, "Duplicate entry 'portage-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portage', u'countrycode': u'us', u'city_id': u'20065824', u'longitude': u'-85.58000183105469', u'nr_hotels': u'3', u'latitude': u'42.20109939575195'} -error: (1062, "Duplicate entry 'portage-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Portage', u'countrycode': u'us', u'city_id': u'20065824', u'longitude': u'-85.58000183105469', u'nr_hotels': u'3', u'latitude': u'42.20109939575195'} -error: (1062, "Duplicate entry 'portland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portland', u'countrycode': u'us', u'city_id': u'20065827', u'longitude': u'-84.9030990600586', u'nr_hotels': u'1', u'latitude': u'42.86920166015625'} -error: (1062, "Duplicate entry 'portlend-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u0440\u0442\u043b\u0435\u043d\u0434', u'countrycode': u'us', u'city_id': u'20065827', u'longitude': u'-84.9030990600586', u'nr_hotels': u'1', u'latitude': u'42.86920166015625'} -error: (1062, "Duplicate entry 'rochester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rochester', u'countrycode': u'us', u'city_id': u'20065922', u'longitude': u'-83.13390350341797', u'nr_hotels': u'1', u'latitude': u'42.680599212646484'} -error: (1062, "Duplicate entry 'rochester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rochester', u'countrycode': u'us', u'city_id': u'20065922', u'longitude': u'-83.13390350341797', u'nr_hotels': u'1', u'latitude': u'42.680599212646484'} -error: (1062, "Duplicate entry 'roseville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Roseville', u'countrycode': u'us', u'city_id': u'20065954', u'longitude': u'-82.93720245361328', u'nr_hotels': u'6', u'latitude': u'42.49720001220703'} -error: (1062, "Duplicate entry 'roseville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Roseville', u'countrycode': u'us', u'city_id': u'20065954', u'longitude': u'-82.93720245361328', u'nr_hotels': u'6', u'latitude': u'42.49720001220703'} -error: (1062, "Duplicate entry 'shelbyville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shelbyville', u'countrycode': u'us', u'city_id': u'20066058', u'longitude': u'-85.63719940185547', u'nr_hotels': u'1', u'latitude': u'42.594200134277344'} -error: (1062, "Duplicate entry 'shelbyville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shelbyville', u'countrycode': u'us', u'city_id': u'20066058', u'longitude': u'-85.63719940185547', u'nr_hotels': u'1', u'latitude': u'42.594200134277344'} -error: (1062, "Duplicate entry 'sterling-heights-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sterling Heights', u'countrycode': u'us', u'city_id': u'20066184', u'longitude': u'-83.0302963256836', u'nr_hotels': u'5', u'latitude': u'42.580299377441406'} -error: (1062, "Duplicate entry 'sterling-heights-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sterling Heights', u'countrycode': u'us', u'city_id': u'20066184', u'longitude': u'-83.0302963256836', u'nr_hotels': u'5', u'latitude': u'42.580299377441406'} -error: (1062, "Duplicate entry 'lagoa-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lagoa', u'countrycode': u'pt', u'city_id': u'-2167479', u'longitude': u'-25.566699981689453', u'nr_hotels': u'1', u'latitude': u'37.733299255371094'} -error: (1062, "Duplicate entry 'lagoa-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lagoa', u'countrycode': u'pt', u'city_id': u'-2167479', u'longitude': u'-25.566699981689453', u'nr_hotels': u'1', u'latitude': u'37.733299255371094'} -error: (1062, "Duplicate entry 'lagoa-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lagoa', u'countrycode': u'pt', u'city_id': u'-2167477', u'longitude': u'-8.449999809265137', u'nr_hotels': u'9', u'latitude': u'37.13330078125'} -error: (1062, "Duplicate entry 'lagoa-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u0433\u043e\u0430', u'countrycode': u'pt', u'city_id': u'-2167477', u'longitude': u'-8.449999809265137', u'nr_hotels': u'9', u'latitude': u'37.13330078125'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20066310', u'longitude': u'-83.1500015258789', u'nr_hotels': u'10', u'latitude': u'42.60559844970703'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20066310', u'longitude': u'-83.1500015258789', u'nr_hotels': u'10', u'latitude': u'42.60559844970703'} -error: (1062, "Duplicate entry 'utica-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Utica', u'countrycode': u'us', u'city_id': u'20066340', u'longitude': u'-83.03359985351562', u'nr_hotels': u'5', u'latitude': u'42.6260986328125'} -error: (1062, "Duplicate entry 'utica-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Utica', u'countrycode': u'us', u'city_id': u'20066340', u'longitude': u'-83.03359985351562', u'nr_hotels': u'5', u'latitude': u'42.6260986328125'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20066407', u'longitude': u'-83.02780151367188', u'nr_hotels': u'14', u'latitude': u'42.477500915527344'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20066407', u'longitude': u'-83.02780151367188', u'nr_hotels': u'14', u'latitude': u'42.477500915527344'} -error: (1062, "Duplicate entry 'waterford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waterford', u'countrycode': u'us', u'city_id': u'20066411', u'longitude': u'-83.40280151367188', u'nr_hotels': u'1', u'latitude': u'42.70220184326172'} -error: (1062, "Duplicate entry 'waterford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waterford', u'countrycode': u'us', u'city_id': u'20066411', u'longitude': u'-83.40280151367188', u'nr_hotels': u'1', u'latitude': u'42.70220184326172'} -error: (1062, "Duplicate entry 'albany-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Albany', u'countrycode': u'us', u'city_id': u'20066589', u'longitude': u'-94.5697021484375', u'nr_hotels': u'1', u'latitude': u'45.630001068115234'} -error: (1062, "Duplicate entry 'albany-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Albany', u'countrycode': u'us', u'city_id': u'20066589', u'longitude': u'-94.5697021484375', u'nr_hotels': u'1', u'latitude': u'45.630001068115234'} -error: (1062, "Duplicate entry 'albertville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Albertville', u'countrycode': u'us', u'city_id': u'20066592', u'longitude': u'-93.6541976928711', u'nr_hotels': u'1', u'latitude': u'45.23780059814453'} -error: (1062, "Duplicate entry 'albertville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Albertville', u'countrycode': u'us', u'city_id': u'20066592', u'longitude': u'-93.6541976928711', u'nr_hotels': u'1', u'latitude': u'45.23780059814453'} -error: (1062, "Duplicate entry 'alexandria-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alexandria', u'countrycode': u'us', u'city_id': u'20066599', u'longitude': u'-95.377197265625', u'nr_hotels': u'7', u'latitude': u'45.88529968261719'} -error: (1062, "Duplicate entry 'alexandria-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alexandria', u'countrycode': u'us', u'city_id': u'20066599', u'longitude': u'-95.377197265625', u'nr_hotels': u'7', u'latitude': u'45.88529968261719'} -error: (1062, "Duplicate entry 'apple-valley-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Apple Valley', u'countrycode': u'us', u'city_id': u'20066627', u'longitude': u'-93.21749877929688', u'nr_hotels': u'2', u'latitude': u'44.73189926147461'} -error: (1062, "Duplicate entry 'apple-valley-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Apple Valley', u'countrycode': u'us', u'city_id': u'20066627', u'longitude': u'-93.21749877929688', u'nr_hotels': u'2', u'latitude': u'44.73189926147461'} -error: (1062, "Duplicate entry 'avon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Avon', u'countrycode': u'us', u'city_id': u'20066664', u'longitude': u'-94.45140075683594', u'nr_hotels': u'1', u'latitude': u'45.60919952392578'} -error: (1062, "Duplicate entry 'avon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Avon', u'countrycode': u'us', u'city_id': u'20066664', u'longitude': u'-94.45140075683594', u'nr_hotels': u'1', u'latitude': u'45.60919952392578'} -error: (1062, "Duplicate entry 'bloomington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bloomington', u'countrycode': u'us', u'city_id': u'20066783', u'longitude': u'-93.29810333251953', u'nr_hotels': u'36', u'latitude': u'44.84080123901367'} -error: (1062, "Duplicate entry 'blumington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u043b\u0443\u043c\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20066783', u'longitude': u'-93.29810333251953', u'nr_hotels': u'36', u'latitude': u'44.84080123901367'} -error: (1062, "Duplicate entry 'cambridge-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cambridge', u'countrycode': u'us', u'city_id': u'20066870', u'longitude': u'-93.22419738769531', u'nr_hotels': u'1', u'latitude': u'45.57279968261719'} -error: (1062, "Duplicate entry 'cambridge-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cambridge', u'countrycode': u'us', u'city_id': u'20066870', u'longitude': u'-93.22419738769531', u'nr_hotels': u'1', u'latitude': u'45.57279968261719'} -error: (1062, "Duplicate entry 'carlton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carlton', u'countrycode': u'us', u'city_id': u'20066884', u'longitude': u'-92.42469787597656', u'nr_hotels': u'1', u'latitude': u'46.66389846801758'} -error: (1062, "Duplicate entry 'carlton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carlton', u'countrycode': u'us', u'city_id': u'20066884', u'longitude': u'-92.42469787597656', u'nr_hotels': u'1', u'latitude': u'46.66389846801758'} -error: (1062, "Duplicate entry 'dexter-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dexter', u'countrycode': u'us', u'city_id': u'20067073', u'longitude': u'-92.70439910888672', u'nr_hotels': u'1', u'latitude': u'43.71889877319336'} -error: (1062, "Duplicate entry 'dexter-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dexter', u'countrycode': u'us', u'city_id': u'20067073', u'longitude': u'-92.70439910888672', u'nr_hotels': u'1', u'latitude': u'43.71889877319336'} -error: (1062, "Duplicate entry 'gaylord-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gaylord', u'countrycode': u'us', u'city_id': u'20067286', u'longitude': u'-94.22029876708984', u'nr_hotels': u'1', u'latitude': u'44.5531005859375'} -error: (1062, "Duplicate entry 'gaylord-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gaylord', u'countrycode': u'us', u'city_id': u'20067286', u'longitude': u'-94.22029876708984', u'nr_hotels': u'1', u'latitude': u'44.5531005859375'} -error: (1062, "Duplicate entry 'glenwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Glenwood', u'countrycode': u'us', u'city_id': u'20067313', u'longitude': u'-95.38939666748047', u'nr_hotels': u'1', u'latitude': u'45.650299072265625'} -error: (1062, "Duplicate entry 'glenwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Glenwood', u'countrycode': u'us', u'city_id': u'20067313', u'longitude': u'-95.38939666748047', u'nr_hotels': u'1', u'latitude': u'45.650299072265625'} -error: (1062, "Duplicate entry 'grand-rapids-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grand Rapids', u'countrycode': u'us', u'city_id': u'20067343', u'longitude': u'-93.52999877929688', u'nr_hotels': u'2', u'latitude': u'47.23720169067383'} -error: (1062, "Duplicate entry 'grand-rapids-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grand Rapids', u'countrycode': u'us', u'city_id': u'20067343', u'longitude': u'-93.52999877929688', u'nr_hotels': u'2', u'latitude': u'47.23720169067383'} -error: (1062, "Duplicate entry 'hastings-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hastings', u'countrycode': u'us', u'city_id': u'20067413', u'longitude': u'-92.85220336914062', u'nr_hotels': u'1', u'latitude': u'44.74330139160156'} -error: (1062, "Duplicate entry 'hastings-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hastings', u'countrycode': u'us', u'city_id': u'20067413', u'longitude': u'-92.85220336914062', u'nr_hotels': u'1', u'latitude': u'44.74330139160156'} -error: (1062, "Duplicate entry 'hutchinson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hutchinson', u'countrycode': u'us', u'city_id': u'20067496', u'longitude': u'-94.36940002441406', u'nr_hotels': u'2', u'latitude': u'44.88779830932617'} -error: (1062, "Duplicate entry 'hutchinson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hutchinson', u'countrycode': u'us', u'city_id': u'20067496', u'longitude': u'-94.36940002441406', u'nr_hotels': u'2', u'latitude': u'44.88779830932617'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20067526', u'longitude': u'-94.98829650878906', u'nr_hotels': u'4', u'latitude': u'43.62080001831055'} -error: (1062, "Duplicate entry 'dzhekson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0435\u043a\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20067526', u'longitude': u'-94.98829650878906', u'nr_hotels': u'4', u'latitude': u'43.62080001831055'} -error: (1062, "Duplicate entry 'litchfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Litchfield', u'countrycode': u'us', u'city_id': u'20067693', u'longitude': u'-94.52780151367188', u'nr_hotels': u'2', u'latitude': u'45.127201080322266'} -error: (1062, "Duplicate entry 'litchfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Litchfield', u'countrycode': u'us', u'city_id': u'20067693', u'longitude': u'-94.52780151367188', u'nr_hotels': u'2', u'latitude': u'45.127201080322266'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20067788', u'longitude': u'-95.78810119628906', u'nr_hotels': u'2', u'latitude': u'44.4468994140625'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20067788', u'longitude': u'-95.78810119628906', u'nr_hotels': u'2', u'latitude': u'44.4468994140625'} -error: (1062, "Duplicate entry 'melrose-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Melrose', u'countrycode': u'us', u'city_id': u'20067817', u'longitude': u'-94.80719757080078', u'nr_hotels': u'1', u'latitude': u'45.67470169067383'} -error: (1062, "Duplicate entry 'melrose-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Melrose', u'countrycode': u'us', u'city_id': u'20067817', u'longitude': u'-94.80719757080078', u'nr_hotels': u'1', u'latitude': u'45.67470169067383'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20067866', u'longitude': u'-93.79389953613281', u'nr_hotels': u'2', u'latitude': u'45.305599212646484'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20067866', u'longitude': u'-93.79389953613281', u'nr_hotels': u'2', u'latitude': u'45.305599212646484'} -error: (1062, "Duplicate entry 'oakdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oakdale', u'countrycode': u'us', u'city_id': u'20067970', u'longitude': u'-92.9646987915039', u'nr_hotels': u'3', u'latitude': u'44.96310043334961'} -error: (1062, "Duplicate entry 'oakdale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oakdale', u'countrycode': u'us', u'city_id': u'20067970', u'longitude': u'-92.9646987915039', u'nr_hotels': u'3', u'latitude': u'44.96310043334961'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20068096', u'longitude': u'-93.4552993774414', u'nr_hotels': u'6', u'latitude': u'45.01060104370117'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20068096', u'longitude': u'-93.4552993774414', u'nr_hotels': u'6', u'latitude': u'45.01060104370117'} -error: (1062, "Duplicate entry 'rochester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rochester', u'countrycode': u'us', u'city_id': u'20068188', u'longitude': u'-92.4697036743164', u'nr_hotels': u'39', u'latitude': u'44.02170181274414'} -error: (1062, "Duplicate entry 'rochester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u043e\u0447\u0435\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20068188', u'longitude': u'-92.4697036743164', u'nr_hotels': u'39', u'latitude': u'44.02170181274414'} -error: (1062, "Duplicate entry 'rogers-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rogers', u'countrycode': u'us', u'city_id': u'20068193', u'longitude': u'-93.55280303955078', u'nr_hotels': u'1', u'latitude': u'45.188899993896484'} -error: (1062, "Duplicate entry 'rogers-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rogers', u'countrycode': u'us', u'city_id': u'20068193', u'longitude': u'-93.55280303955078', u'nr_hotels': u'1', u'latitude': u'45.188899993896484'} -error: (1062, "Duplicate entry 'roseville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Roseville', u'countrycode': u'us', u'city_id': u'20068215', u'longitude': u'-93.15640258789062', u'nr_hotels': u'7', u'latitude': u'45.006099700927734'} -error: (1062, "Duplicate entry 'roseville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Roseville', u'countrycode': u'us', u'city_id': u'20068215', u'longitude': u'-93.15640258789062', u'nr_hotels': u'7', u'latitude': u'45.006099700927734'} -error: (1062, "Duplicate entry 'saint-cloud-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Cloud', u'countrycode': u'us', u'city_id': u'20068258', u'longitude': u'-94.16220092773438', u'nr_hotels': u'12', u'latitude': u'45.56079864501953'} -error: (1062, "Duplicate entry 'saint-cloud-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Cloud', u'countrycode': u'us', u'city_id': u'20068258', u'longitude': u'-94.16220092773438', u'nr_hotels': u'12', u'latitude': u'45.56079864501953'} -error: (1062, "Duplicate entry 'saint-joseph-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Joseph', u'countrycode': u'us', u'city_id': u'20068266', u'longitude': u'-94.31809997558594', u'nr_hotels': u'1', u'latitude': u'45.564998626708984'} -error: (1062, "Duplicate entry 'saint-joseph-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Joseph', u'countrycode': u'us', u'city_id': u'20068266', u'longitude': u'-94.31809997558594', u'nr_hotels': u'1', u'latitude': u'45.564998626708984'} -error: (1062, "Duplicate entry 'saint-peter-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Peter', u'countrycode': u'us', u'city_id': u'20068281', u'longitude': u'-93.95780181884766', u'nr_hotels': u'2', u'latitude': u'44.32360076904297'} -error: (1062, "Duplicate entry 'saint-peter-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Peter', u'countrycode': u'us', u'city_id': u'20068281', u'longitude': u'-93.95780181884766', u'nr_hotels': u'2', u'latitude': u'44.32360076904297'} -error: (1062, "Duplicate entry 'spring-valley-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Spring Valley', u'countrycode': u'us', u'city_id': u'20068398', u'longitude': u'-92.38890075683594', u'nr_hotels': u'1', u'latitude': u'43.6869010925293'} -error: (1062, "Duplicate entry 'spring-valley-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Spring Valley', u'countrycode': u'us', u'city_id': u'20068398', u'longitude': u'-92.38890075683594', u'nr_hotels': u'1', u'latitude': u'43.6869010925293'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20068399', u'longitude': u'-94.97560119628906', u'nr_hotels': u'1', u'latitude': u'44.23889923095703'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20068399', u'longitude': u'-94.97560119628906', u'nr_hotels': u'1', u'latitude': u'44.23889923095703'} -error: (1062, "Duplicate entry 'walker-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Walker', u'countrycode': u'us', u'city_id': u'20068554', u'longitude': u'-94.58689880371094', u'nr_hotels': u'2', u'latitude': u'47.10139846801758'} -error: (1062, "Duplicate entry 'walker-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Walker', u'countrycode': u'us', u'city_id': u'20068554', u'longitude': u'-94.58689880371094', u'nr_hotels': u'2', u'latitude': u'47.10139846801758'} -error: (1062, "Duplicate entry 'covas-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Covas', u'countrycode': u'pt', u'city_id': u'-2163858', u'longitude': u'-7.933330059051514', u'nr_hotels': u'5', u'latitude': u'40.349998474121094'} -error: (1062, "Duplicate entry 'covas-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Covas', u'countrycode': u'pt', u'city_id': u'-2163858', u'longitude': u'-7.933330059051514', u'nr_hotels': u'5', u'latitude': u'40.349998474121094'} -error: (1062, "Duplicate entry 'woodbury-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodbury', u'countrycode': u'us', u'city_id': u'20068672', u'longitude': u'-92.95919799804688', u'nr_hotels': u'5', u'latitude': u'44.92390060424805'} -error: (1062, "Duplicate entry 'woodbury-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodbury', u'countrycode': u'us', u'city_id': u'20068672', u'longitude': u'-92.95919799804688', u'nr_hotels': u'5', u'latitude': u'44.92390060424805'} -error: (1062, "Duplicate entry 'worthington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Worthington', u'countrycode': u'us', u'city_id': u'20068679', u'longitude': u'-95.59609985351562', u'nr_hotels': u'2', u'latitude': u'43.619998931884766'} -error: (1062, "Duplicate entry 'worthington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Worthington', u'countrycode': u'us', u'city_id': u'20068679', u'longitude': u'-95.59609985351562', u'nr_hotels': u'2', u'latitude': u'43.619998931884766'} -error: (1062, "Duplicate entry 'batesville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Batesville', u'countrycode': u'us', u'city_id': u'20068828', u'longitude': u'-89.94419860839844', u'nr_hotels': u'4', u'latitude': u'34.3114013671875'} -error: (1062, "Duplicate entry 'batesville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Batesville', u'countrycode': u'us', u'city_id': u'20068828', u'longitude': u'-89.94419860839844', u'nr_hotels': u'4', u'latitude': u'34.3114013671875'} -error: (1062, "Duplicate entry 'brandon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brandon', u'countrycode': u'us', u'city_id': u'20068993', u'longitude': u'-89.98580169677734', u'nr_hotels': u'2', u'latitude': u'32.273101806640625'} -error: (1062, "Duplicate entry 'brandon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brandon', u'countrycode': u'us', u'city_id': u'20068993', u'longitude': u'-89.98580169677734', u'nr_hotels': u'2', u'latitude': u'32.273101806640625'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20069084', u'longitude': u'-90.03669738769531', u'nr_hotels': u'5', u'latitude': u'32.61249923706055'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20069084', u'longitude': u'-90.03669738769531', u'nr_hotels': u'5', u'latitude': u'32.61249923706055'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20069200', u'longitude': u'-90.32170104980469', u'nr_hotels': u'7', u'latitude': u'32.341400146484375'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20069200', u'longitude': u'-90.32170104980469', u'nr_hotels': u'7', u'latitude': u'32.341400146484375'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20069226', u'longitude': u'-88.42720031738281', u'nr_hotels': u'10', u'latitude': u'33.495601654052734'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20069226', u'longitude': u'-88.42720031738281', u'nr_hotels': u'10', u'latitude': u'33.495601654052734'} -error: (1062, "Duplicate entry 'fulton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fulton', u'countrycode': u'us', u'city_id': u'20069618', u'longitude': u'-88.4092025756836', u'nr_hotels': u'4', u'latitude': u'34.27389907836914'} -error: (1062, "Duplicate entry 'fulton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fulton', u'countrycode': u'us', u'city_id': u'20069618', u'longitude': u'-88.4092025756836', u'nr_hotels': u'4', u'latitude': u'34.27389907836914'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20069710', u'longitude': u'-91.06169891357422', u'nr_hotels': u'1', u'latitude': u'33.40999984741211'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20069710', u'longitude': u'-91.06169891357422', u'nr_hotels': u'1', u'latitude': u'33.40999984741211'} -error: (1062, "Duplicate entry 'greenwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenwood', u'countrycode': u'us', u'city_id': u'20069711', u'longitude': u'-90.17939758300781', u'nr_hotels': u'2', u'latitude': u'33.5161018371582'} -error: (1062, "Duplicate entry 'greenwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenwood', u'countrycode': u'us', u'city_id': u'20069711', u'longitude': u'-90.17939758300781', u'nr_hotels': u'2', u'latitude': u'33.5161018371582'} -error: (1062, "Duplicate entry 'hazlehurst-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hazlehurst', u'countrycode': u'us', u'city_id': u'20069784', u'longitude': u'-90.39579772949219', u'nr_hotels': u'1', u'latitude': u'31.860300064086914'} -error: (1062, "Duplicate entry 'hazlehurst-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hazlehurst', u'countrycode': u'us', u'city_id': u'20069784', u'longitude': u'-90.39579772949219', u'nr_hotels': u'1', u'latitude': u'31.860300064086914'} -error: (1062, "Duplicate entry 'hernando-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hernando', u'countrycode': u'us', u'city_id': u'20069802', u'longitude': u'-89.99359893798828', u'nr_hotels': u'2', u'latitude': u'34.82389831542969'} -error: (1062, "Duplicate entry 'hernando-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hernando', u'countrycode': u'us', u'city_id': u'20069802', u'longitude': u'-89.99359893798828', u'nr_hotels': u'2', u'latitude': u'34.82389831542969'} -error: (1062, "Duplicate entry 'indianola-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Indianola', u'countrycode': u'us', u'city_id': u'20069916', u'longitude': u'-90.65499877929688', u'nr_hotels': u'3', u'latitude': u'33.450801849365234'} -error: (1062, "Duplicate entry 'indianola-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Indianola', u'countrycode': u'us', u'city_id': u'20069916', u'longitude': u'-90.65499877929688', u'nr_hotels': u'3', u'latitude': u'33.450801849365234'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20069936', u'longitude': u'-90.18470001220703', u'nr_hotels': u'25', u'latitude': u'32.29859924316406'} -error: (1062, "Duplicate entry 'dzhekson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0435\u043a\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20069936', u'longitude': u'-90.18470001220703', u'nr_hotels': u'25', u'latitude': u'32.29859924316406'} -error: (1062, "Duplicate entry 'laurel-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Laurel', u'countrycode': u'us', u'city_id': u'20070068', u'longitude': u'-89.13059997558594', u'nr_hotels': u'3', u'latitude': u'31.693899154663086'} -error: (1062, "Duplicate entry 'laurel-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Laurel', u'countrycode': u'us', u'city_id': u'20070068', u'longitude': u'-89.13059997558594', u'nr_hotels': u'3', u'latitude': u'31.693899154663086'} -error: (1062, "Duplicate entry 'louisville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Louisville', u'countrycode': u'us', u'city_id': u'20070164', u'longitude': u'-89.05500030517578', u'nr_hotels': u'2', u'latitude': u'33.123600006103516'} -error: (1062, "Duplicate entry 'louisville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Louisville', u'countrycode': u'us', u'city_id': u'20070164', u'longitude': u'-89.05500030517578', u'nr_hotels': u'2', u'latitude': u'33.123600006103516'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20070199', u'longitude': u'-90.11530303955078', u'nr_hotels': u'2', u'latitude': u'32.461700439453125'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20070199', u'longitude': u'-90.11530303955078', u'nr_hotels': u'2', u'latitude': u'32.461700439453125'} -error: (1062, "Duplicate entry 'meridian-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Meridian', u'countrycode': u'us', u'city_id': u'20070308', u'longitude': u'-88.70359802246094', u'nr_hotels': u'13', u'latitude': u'32.364200592041016'} -error: (1062, "Duplicate entry 'meridian-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0435\u0440\u0438\u0434\u0438\u0430\u043d', u'countrycode': u'us', u'city_id': u'20070308', u'longitude': u'-88.70359802246094', u'nr_hotels': u'13', u'latitude': u'32.364200592041016'} -error: (1062, "Duplicate entry 'new-albany-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'New Albany', u'countrycode': u'us', u'city_id': u'20070441', u'longitude': u'-89.00779724121094', u'nr_hotels': u'4', u'latitude': u'34.49420166015625'} -error: (1062, "Duplicate entry 'new-albany-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'New Albany', u'countrycode': u'us', u'city_id': u'20070441', u'longitude': u'-89.00779724121094', u'nr_hotels': u'4', u'latitude': u'34.49420166015625'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20070476', u'longitude': u'-89.16329956054688', u'nr_hotels': u'1', u'latitude': u'32.32109832763672'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20070476', u'longitude': u'-89.16329956054688', u'nr_hotels': u'1', u'latitude': u'32.32109832763672'} -error: (1062, "Duplicate entry 'oxford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oxford', u'countrycode': u'us', u'city_id': u'20070564', u'longitude': u'-89.51920318603516', u'nr_hotels': u'0', u'latitude': u'34.36640167236328'} -error: (1062, "Duplicate entry 'oxford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oxford', u'countrycode': u'us', u'city_id': u'20070564', u'longitude': u'-89.51920318603516', u'nr_hotels': u'0', u'latitude': u'34.36640167236328'} -error: (1062, "Duplicate entry 'richland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richland', u'countrycode': u'us', u'city_id': u'20070812', u'longitude': u'-90.1583023071289', u'nr_hotels': u'4', u'latitude': u'32.23889923095703'} -error: (1062, "Duplicate entry 'richland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Richland', u'countrycode': u'us', u'city_id': u'20070812', u'longitude': u'-90.1583023071289', u'nr_hotels': u'4', u'latitude': u'32.23889923095703'} -error: (1062, "Duplicate entry 'winona-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Winona', u'countrycode': u'us', u'city_id': u'20071445', u'longitude': u'-89.72810363769531', u'nr_hotels': u'1', u'latitude': u'33.48189926147461'} -error: (1062, "Duplicate entry 'winona-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Winona', u'countrycode': u'us', u'city_id': u'20071445', u'longitude': u'-89.72810363769531', u'nr_hotels': u'1', u'latitude': u'33.48189926147461'} -error: (1062, "Duplicate entry 'arnold-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arnold', u'countrycode': u'us', u'city_id': u'20071620', u'longitude': u'-90.37750244140625', u'nr_hotels': u'4', u'latitude': u'38.43280029296875'} -error: (1062, "Duplicate entry 'arnold-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Arnold', u'countrycode': u'us', u'city_id': u'20071620', u'longitude': u'-90.37750244140625', u'nr_hotels': u'4', u'latitude': u'38.43280029296875'} -error: (1062, "Duplicate entry 'brentwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brentwood', u'countrycode': u'us', u'city_id': u'20071957', u'longitude': u'-90.34919738769531', u'nr_hotels': u'1', u'latitude': u'38.61750030517578'} -error: (1062, "Duplicate entry 'brentwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brentwood', u'countrycode': u'us', u'city_id': u'20071957', u'longitude': u'-90.34919738769531', u'nr_hotels': u'1', u'latitude': u'38.61750030517578'} -error: (1062, "Duplicate entry 'caria-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Caria', u'countrycode': u'pt', u'city_id': u'-2161391', u'longitude': u'-7.36667013168335', u'nr_hotels': u'2', u'latitude': u'40.29999923706055'} -error: (1062, "Duplicate entry 'caria-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Caria', u'countrycode': u'pt', u'city_id': u'-2161391', u'longitude': u'-7.36667013168335', u'nr_hotels': u'2', u'latitude': u'40.29999923706055'} -error: (1062, "Duplicate entry 'brookfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brookfield', u'countrycode': u'us', u'city_id': u'20071983', u'longitude': u'-93.07330322265625', u'nr_hotels': u'1', u'latitude': u'39.784400939941406'} -error: (1062, "Duplicate entry 'brookfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brookfield', u'countrycode': u'us', u'city_id': u'20071983', u'longitude': u'-93.07330322265625', u'nr_hotels': u'1', u'latitude': u'39.784400939941406'} -error: (1062, "Duplicate entry 'california-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'California', u'countrycode': u'us', u'city_id': u'20072094', u'longitude': u'-92.56639862060547', u'nr_hotels': u'1', u'latitude': u'38.627498626708984'} -error: (1062, "Duplicate entry 'california-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'California', u'countrycode': u'us', u'city_id': u'20072094', u'longitude': u'-92.56639862060547', u'nr_hotels': u'1', u'latitude': u'38.627498626708984'} -error: (1062, "Duplicate entry 'cameron-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cameron', u'countrycode': u'us', u'city_id': u'20072110', u'longitude': u'-94.24079895019531', u'nr_hotels': u'5', u'latitude': u'39.740299224853516'} -error: (1062, "Duplicate entry 'cameron-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cameron', u'countrycode': u'us', u'city_id': u'20072110', u'longitude': u'-94.24079895019531', u'nr_hotels': u'5', u'latitude': u'39.740299224853516'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20072123', u'longitude': u'-91.52234649658203', u'nr_hotels': u'1', u'latitude': u'40.13090515136719'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20072123', u'longitude': u'-91.52234649658203', u'nr_hotels': u'1', u'latitude': u'40.13090515136719'} -error: (1062, "Duplicate entry 'chesterfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chesterfield', u'countrycode': u'us', u'city_id': u'20072259', u'longitude': u'-90.57689666748047', u'nr_hotels': u'10', u'latitude': u'38.66310119628906'} -error: (1062, "Duplicate entry 'chesterfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chesterfield', u'countrycode': u'us', u'city_id': u'20072259', u'longitude': u'-90.57689666748047', u'nr_hotels': u'10', u'latitude': u'38.66310119628906'} -error: (1062, "Duplicate entry 'chillicothe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chillicothe', u'countrycode': u'us', u'city_id': u'20072264', u'longitude': u'-93.55220031738281', u'nr_hotels': u'1', u'latitude': u'39.7952995300293'} -error: (1062, "Duplicate entry 'chillicothe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chillicothe', u'countrycode': u'us', u'city_id': u'20072264', u'longitude': u'-93.55220031738281', u'nr_hotels': u'1', u'latitude': u'39.7952995300293'} -error: (1062, "Duplicate entry 'clayton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clayton', u'countrycode': u'us', u'city_id': u'20072303', u'longitude': u'-90.32360076904297', u'nr_hotels': u'2', u'latitude': u'38.64250183105469'} -error: (1062, "Duplicate entry 'clayton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clayton', u'countrycode': u'us', u'city_id': u'20072303', u'longitude': u'-90.32360076904297', u'nr_hotels': u'2', u'latitude': u'38.64250183105469'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20072326', u'longitude': u'-93.7780990600586', u'nr_hotels': u'2', u'latitude': u'38.36859893798828'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20072326', u'longitude': u'-93.7780990600586', u'nr_hotels': u'2', u'latitude': u'38.36859893798828'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20072361', u'longitude': u'-92.33390045166016', u'nr_hotels': u'28', u'latitude': u'38.951698303222656'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20072361', u'longitude': u'-92.33390045166016', u'nr_hotels': u'28', u'latitude': u'38.951698303222656'} -error: (1062, "Duplicate entry 'crestwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Crestwood', u'countrycode': u'us', u'city_id': u'20072449', u'longitude': u'-90.38169860839844', u'nr_hotels': u'3', u'latitude': u'38.55690002441406'} -error: (1062, "Duplicate entry 'crestwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Crestwood', u'countrycode': u'us', u'city_id': u'20072449', u'longitude': u'-90.38169860839844', u'nr_hotels': u'3', u'latitude': u'38.55690002441406'} -error: (1062, "Duplicate entry 'dexter-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dexter', u'countrycode': u'us', u'city_id': u'20072603', u'longitude': u'-89.95780181884766', u'nr_hotels': u'2', u'latitude': u'36.795799255371094'} -error: (1062, "Duplicate entry 'dexter-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dexter', u'countrycode': u'us', u'city_id': u'20072603', u'longitude': u'-89.95780181884766', u'nr_hotels': u'2', u'latitude': u'36.795799255371094'} -error: (1062, "Duplicate entry 'farmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Farmington', u'countrycode': u'us', u'city_id': u'20072880', u'longitude': u'-90.42169952392578', u'nr_hotels': u'5', u'latitude': u'37.780799865722656'} -error: (1062, "Duplicate entry 'farmington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Farmington', u'countrycode': u'us', u'city_id': u'20072880', u'longitude': u'-90.42169952392578', u'nr_hotels': u'5', u'latitude': u'37.780799865722656'} -error: (1062, "Duplicate entry 'fenton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fenton', u'countrycode': u'us', u'city_id': u'20072895', u'longitude': u'-90.43579864501953', u'nr_hotels': u'8', u'latitude': u'38.513099670410156'} -error: (1062, "Duplicate entry 'fenton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fenton', u'countrycode': u'us', u'city_id': u'20072895', u'longitude': u'-90.43579864501953', u'nr_hotels': u'8', u'latitude': u'38.513099670410156'} -error: (1062, "Duplicate entry 'fulton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fulton', u'countrycode': u'us', u'city_id': u'20073021', u'longitude': u'-91.94779968261719', u'nr_hotels': u'2', u'latitude': u'38.84669876098633'} -error: (1062, "Duplicate entry 'fulton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fulton', u'countrycode': u'us', u'city_id': u'20073021', u'longitude': u'-91.94779968261719', u'nr_hotels': u'2', u'latitude': u'38.84669876098633'} -error: (1062, "Duplicate entry 'calheta-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Calheta', u'countrycode': u'pt', u'city_id': u'-2160860', u'longitude': u'-17.183300018310547', u'nr_hotels': u'16', u'latitude': u'32.71670150756836'} -error: (1062, "Duplicate entry 'hollister-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hollister', u'countrycode': u'us', u'city_id': u'20073451', u'longitude': u'-93.21530151367188', u'nr_hotels': u'3', u'latitude': u'36.62110137939453'} -error: (1062, "Duplicate entry 'hollister-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hollister', u'countrycode': u'us', u'city_id': u'20073451', u'longitude': u'-93.21530151367188', u'nr_hotels': u'3', u'latitude': u'36.62110137939453'} -error: (1062, "Duplicate entry 'independence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Independence', u'countrycode': u'us', u'city_id': u'20073554', u'longitude': u'-94.41529846191406', u'nr_hotels': u'16', u'latitude': u'39.09109878540039'} -error: (1062, "Duplicate entry 'independence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Independence', u'countrycode': u'us', u'city_id': u'20073554', u'longitude': u'-94.41529846191406', u'nr_hotels': u'16', u'latitude': u'39.09109878540039'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20073587', u'longitude': u'-89.66609954833984', u'nr_hotels': u'2', u'latitude': u'37.382198333740234'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20073587', u'longitude': u'-89.66609954833984', u'nr_hotels': u'2', u'latitude': u'37.382198333740234'} -error: (1062, "Duplicate entry 'kansas-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kansas City', u'countrycode': u'us', u'city_id': u'20073662', u'longitude': u'-94.58399963378906', u'nr_hotels': u'72', u'latitude': u'39.10340118408203'} -error: (1062, "Duplicate entry 'kansas-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kansas City', u'countrycode': u'us', u'city_id': u'20073662', u'longitude': u'-94.58399963378906', u'nr_hotels': u'72', u'latitude': u'39.10340118408203'} -error: (1062, "Duplicate entry 'kirkwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kirkwood', u'countrycode': u'us', u'city_id': u'20073724', u'longitude': u'-90.40670013427734', u'nr_hotels': u'1', u'latitude': u'38.58330154418945'} -error: (1062, "Duplicate entry 'kirkwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kirkwood', u'countrycode': u'us', u'city_id': u'20073724', u'longitude': u'-90.40670013427734', u'nr_hotels': u'1', u'latitude': u'38.58330154418945'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20073842', u'longitude': u'-92.6635971069336', u'nr_hotels': u'5', u'latitude': u'37.680599212646484'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0435\u0431\u0430\u043d\u043e\u043d', u'countrycode': u'us', u'city_id': u'20073842', u'longitude': u'-92.6635971069336', u'nr_hotels': u'5', u'latitude': u'37.680599212646484'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20073876', u'longitude': u'-93.87969970703125', u'nr_hotels': u'1', u'latitude': u'39.18470001220703'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20073876', u'longitude': u'-93.87969970703125', u'nr_hotels': u'1', u'latitude': u'39.18470001220703'} -error: (1062, "Duplicate entry 'macon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Macon', u'countrycode': u'us', u'city_id': u'20074008', u'longitude': u'-92.47250366210938', u'nr_hotels': u'2', u'latitude': u'39.7421989440918'} -error: (1062, "Duplicate entry 'macon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Macon', u'countrycode': u'us', u'city_id': u'20074008', u'longitude': u'-92.47250366210938', u'nr_hotels': u'2', u'latitude': u'39.7421989440918'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20074063', u'longitude': u'-93.19670104980469', u'nr_hotels': u'1', u'latitude': u'39.12310028076172'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20074063', u'longitude': u'-93.19670104980469', u'nr_hotels': u'1', u'latitude': u'39.12310028076172'} -error: (1062, "Duplicate entry 'maryville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Maryville', u'countrycode': u'us', u'city_id': u'20074079', u'longitude': u'-94.87220001220703', u'nr_hotels': u'4', u'latitude': u'40.346099853515625'} -error: (1062, "Duplicate entry 'maryville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Maryville', u'countrycode': u'us', u'city_id': u'20074079', u'longitude': u'-94.87220001220703', u'nr_hotels': u'4', u'latitude': u'40.346099853515625'} -error: (1062, "Duplicate entry 'nevada-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nevada', u'countrycode': u'us', u'city_id': u'20074380', u'longitude': u'-94.35440063476562', u'nr_hotels': u'2', u'latitude': u'37.83919906616211'} -error: (1062, "Duplicate entry 'nevada-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Nevada', u'countrycode': u'us', u'city_id': u'20074380', u'longitude': u'-94.35440063476562', u'nr_hotels': u'2', u'latitude': u'37.83919906616211'} -error: (1062, "Duplicate entry 'new-haven-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'New Haven', u'countrycode': u'us', u'city_id': u'20074397', u'longitude': u'-91.21890258789062', u'nr_hotels': u'1', u'latitude': u'38.608299255371094'} -error: (1062, "Duplicate entry 'new-haven-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'New Haven', u'countrycode': u'us', u'city_id': u'20074397', u'longitude': u'-91.21890258789062', u'nr_hotels': u'1', u'latitude': u'38.608299255371094'} -error: (1062, "Duplicate entry 'o-fallon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u"O'Fallon", u'countrycode': u'us', u'city_id': u'20074485', u'longitude': u'-90.69969940185547', u'nr_hotels': u'6', u'latitude': u'38.81060028076172'} -error: (1062, "Duplicate entry 'o-fallon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u"O'Fallon", u'countrycode': u'us', u'city_id': u'20074485', u'longitude': u'-90.69969940185547', u'nr_hotels': u'6', u'latitude': u'38.81060028076172'} -error: (1062, "Duplicate entry 'oak-grove-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oak Grove', u'countrycode': u'us', u'city_id': u'20074488', u'longitude': u'-94.12920379638672', u'nr_hotels': u'2', u'latitude': u'39.005001068115234'} -error: (1062, "Duplicate entry 'oak-grove-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oak Grove', u'countrycode': u'us', u'city_id': u'20074488', u'longitude': u'-94.12920379638672', u'nr_hotels': u'2', u'latitude': u'39.005001068115234'} -error: (1062, "Duplicate entry 'ozark-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ozark', u'countrycode': u'us', u'city_id': u'20074612', u'longitude': u'-93.20580291748047', u'nr_hotels': u'3', u'latitude': u'37.02080154418945'} -error: (1062, "Duplicate entry 'ozark-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ozark', u'countrycode': u'us', u'city_id': u'20074612', u'longitude': u'-93.20580291748047', u'nr_hotels': u'3', u'latitude': u'37.02080154418945'} -error: (1062, "Duplicate entry 'perry-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Perry', u'countrycode': u'us', u'city_id': u'20074702', u'longitude': u'-91.67500305175781', u'nr_hotels': u'1', u'latitude': u'39.43109893798828'} -error: (1062, "Duplicate entry 'perry-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Perry', u'countrycode': u'us', u'city_id': u'20074702', u'longitude': u'-91.67500305175781', u'nr_hotels': u'1', u'latitude': u'39.43109893798828'} -error: (1062, "Duplicate entry 'rolla-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rolla', u'countrycode': u'us', u'city_id': u'20075032', u'longitude': u'-91.77110290527344', u'nr_hotels': u'13', u'latitude': u'37.95140075683594'} -error: (1062, "Duplicate entry 'rolla-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u043e\u043b\u043b\u0430', u'countrycode': u'us', u'city_id': u'20075032', u'longitude': u'-91.77110290527344', u'nr_hotels': u'13', u'latitude': u'37.95140075683594'} -error: (1062, "Duplicate entry 'saint-james-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint James', u'countrycode': u'us', u'city_id': u'20075113', u'longitude': u'-91.61419677734375', u'nr_hotels': u'1', u'latitude': u'37.99720001220703'} -error: (1062, "Duplicate entry 'saint-james-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint James', u'countrycode': u'us', u'city_id': u'20075113', u'longitude': u'-91.61419677734375', u'nr_hotels': u'1', u'latitude': u'37.99720001220703'} -error: (1062, "Duplicate entry 'saint-joseph-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Joseph', u'countrycode': u'us', u'city_id': u'20075117', u'longitude': u'-94.82703399658203', u'nr_hotels': u'9', u'latitude': u'39.76243209838867'} -error: (1062, "Duplicate entry 'saint-joseph-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Joseph', u'countrycode': u'us', u'city_id': u'20075117', u'longitude': u'-94.82703399658203', u'nr_hotels': u'9', u'latitude': u'39.76243209838867'} -error: (1062, "Duplicate entry 'seymour-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seymour', u'countrycode': u'us', u'city_id': u'20075225', u'longitude': u'-92.76860046386719', u'nr_hotels': u'1', u'latitude': u'37.146400451660156'} -error: (1062, "Duplicate entry 'seymour-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seymour', u'countrycode': u'us', u'city_id': u'20075225', u'longitude': u'-92.76860046386719', u'nr_hotels': u'1', u'latitude': u'37.146400451660156'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20075377', u'longitude': u'-93.29810333251953', u'nr_hotels': u'44', u'latitude': u'37.215301513671875'} -error: (1062, "Duplicate entry 'springfild-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043f\u0440\u0438\u043d\u0433\u0444\u0438\u043b\u0434', u'countrycode': u'us', u'city_id': u'20075377', u'longitude': u'-93.29810333251953', u'nr_hotels': u'44', u'latitude': u'37.215301513671875'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20075625', u'longitude': u'-90.98059844970703', u'nr_hotels': u'2', u'latitude': u'38.979400634765625'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20075625', u'longitude': u'-90.98059844970703', u'nr_hotels': u'2', u'latitude': u'38.979400634765625'} -error: (1062, "Duplicate entry 'warrenton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warrenton', u'countrycode': u'us', u'city_id': u'20075775', u'longitude': u'-91.14140319824219', u'nr_hotels': u'4', u'latitude': u'38.8114013671875'} -error: (1062, "Duplicate entry 'warrenton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warrenton', u'countrycode': u'us', u'city_id': u'20075775', u'longitude': u'-91.14140319824219', u'nr_hotels': u'4', u'latitude': u'38.8114013671875'} -error: (1062, "Duplicate entry 'warsaw-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warsaw', u'countrycode': u'us', u'city_id': u'20075776', u'longitude': u'-93.38169860839844', u'nr_hotels': u'1', u'latitude': u'38.243099212646484'} -error: (1062, "Duplicate entry 'warsaw-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warsaw', u'countrycode': u'us', u'city_id': u'20075776', u'longitude': u'-93.38169860839844', u'nr_hotels': u'1', u'latitude': u'38.243099212646484'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20075779', u'longitude': u'-91.01190185546875', u'nr_hotels': u'2', u'latitude': u'38.558101654052734'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20075779', u'longitude': u'-91.01190185546875', u'nr_hotels': u'2', u'latitude': u'38.558101654052734'} -error: (1062, "Duplicate entry 'wildwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wildwood', u'countrycode': u'us', u'city_id': u'20075883', u'longitude': u'-90.66280364990234', u'nr_hotels': u'1', u'latitude': u'38.582801818847656'} -error: (1062, "Duplicate entry 'wildwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wildwood', u'countrycode': u'us', u'city_id': u'20075883', u'longitude': u'-90.66280364990234', u'nr_hotels': u'1', u'latitude': u'38.582801818847656'} -error: (1062, "Duplicate entry 'amieira-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Amieira', u'countrycode': u'pt', u'city_id': u'-2158247', u'longitude': u'-7.566669940948486', u'nr_hotels': u'2', u'latitude': u'38.28329849243164'} -error: (1062, "Duplicate entry 'amieira-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Amieira', u'countrycode': u'pt', u'city_id': u'-2158247', u'longitude': u'-7.566669940948486', u'nr_hotels': u'2', u'latitude': u'38.28329849243164'} -error: (1062, "Duplicate entry 'cascade-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cascade', u'countrycode': u'us', u'city_id': u'20076252', u'longitude': u'-111.69999694824219', u'nr_hotels': u'1', u'latitude': u'47.27109909057617'} -error: (1062, "Duplicate entry 'cascade-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cascade', u'countrycode': u'us', u'city_id': u'20076252', u'longitude': u'-111.69999694824219', u'nr_hotels': u'1', u'latitude': u'47.27109909057617'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20076274', u'longitude': u'-110.96700286865234', u'nr_hotels': u'2', u'latitude': u'48.51060104370117'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20076274', u'longitude': u'-110.96700286865234', u'nr_hotels': u'2', u'latitude': u'48.51060104370117'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20076318', u'longitude': u'-109.2509994506836', u'nr_hotels': u'2', u'latitude': u'45.63669967651367'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20076318', u'longitude': u'-109.2509994506836', u'nr_hotels': u'2', u'latitude': u'45.63669967651367'} -error: (1062, "Duplicate entry 'dillon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dillon', u'countrycode': u'us', u'city_id': u'20076396', u'longitude': u'-112.63700103759766', u'nr_hotels': u'2', u'latitude': u'45.216400146484375'} -error: (1062, "Duplicate entry 'dillon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dillon', u'countrycode': u'us', u'city_id': u'20076396', u'longitude': u'-112.63700103759766', u'nr_hotels': u'2', u'latitude': u'45.216400146484375'} -error: (1062, "Duplicate entry 'georgetown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Georgetown', u'countrycode': u'us', u'city_id': u'20076568', u'longitude': u'-113.24600219726562', u'nr_hotels': u'1', u'latitude': u'46.19940185546875'} -error: (1062, "Duplicate entry 'georgetown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Georgetown', u'countrycode': u'us', u'city_id': u'20076568', u'longitude': u'-113.24600219726562', u'nr_hotels': u'1', u'latitude': u'46.19940185546875'} -error: (1062, "Duplicate entry 'hamilton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hamilton', u'countrycode': u'us', u'city_id': u'20076636', u'longitude': u'-114.15899658203125', u'nr_hotels': u'3', u'latitude': u'46.24689865112305'} -error: (1062, "Duplicate entry 'hamilton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hamilton', u'countrycode': u'us', u'city_id': u'20076636', u'longitude': u'-114.15899658203125', u'nr_hotels': u'3', u'latitude': u'46.24689865112305'} -error: (1062, "Duplicate entry 'lakeview-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lakeview', u'countrycode': u'us', u'city_id': u'20076806', u'longitude': u'-111.23999786376953', u'nr_hotels': u'1', u'latitude': u'44.8046989440918'} -error: (1062, "Duplicate entry 'lakeview-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lakeview', u'countrycode': u'us', u'city_id': u'20076806', u'longitude': u'-111.23999786376953', u'nr_hotels': u'1', u'latitude': u'44.8046989440918'} -error: (1062, "Duplicate entry 'livingston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Livingston', u'countrycode': u'us', u'city_id': u'20076846', u'longitude': u'-110.55999755859375', u'nr_hotels': u'7', u'latitude': u'45.662498474121094'} -error: (1062, "Duplicate entry 'livingston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Livingston', u'countrycode': u'us', u'city_id': u'20076846', u'longitude': u'-110.55999755859375', u'nr_hotels': u'7', u'latitude': u'45.662498474121094'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20076891', u'longitude': u'-114.66200256347656', u'nr_hotels': u'1', u'latitude': u'48.10559844970703'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20076891', u'longitude': u'-114.66200256347656', u'nr_hotels': u'1', u'latitude': u'48.10559844970703'} -error: (1062, "Duplicate entry 'saint-mary-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Mary', u'countrycode': u'us', u'city_id': u'20077255', u'longitude': u'-113.42900085449219', u'nr_hotels': u'1', u'latitude': u'48.743900299072266'} -error: (1062, "Duplicate entry 'saint-mary-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Mary', u'countrycode': u'us', u'city_id': u'20077255', u'longitude': u'-113.42900085449219', u'nr_hotels': u'1', u'latitude': u'48.743900299072266'} -error: (1062, "Duplicate entry 'shelby-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shelby', u'countrycode': u'us', u'city_id': u'20077294', u'longitude': u'-111.85600280761719', u'nr_hotels': u'3', u'latitude': u'48.50529861450195'} -error: (1062, "Duplicate entry 'shelby-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shelby', u'countrycode': u'us', u'city_id': u'20077294', u'longitude': u'-111.85600280761719', u'nr_hotels': u'3', u'latitude': u'48.50529861450195'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20077711', u'longitude': u'-95.8906021118164', u'nr_hotels': u'9', u'latitude': u'41.13669967651367'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20077711', u'longitude': u'-95.8906021118164', u'nr_hotels': u'9', u'latitude': u'41.13669967651367'} -error: (1062, "Duplicate entry 'central-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Central City', u'countrycode': u'us', u'city_id': u'20077813', u'longitude': u'-98.00140380859375', u'nr_hotels': u'1', u'latitude': u'41.11579895019531'} -error: (1062, "Duplicate entry 'central-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Central City', u'countrycode': u'us', u'city_id': u'20077813', u'longitude': u'-98.00140380859375', u'nr_hotels': u'1', u'latitude': u'41.11579895019531'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20077841', u'longitude': u'-97.36810302734375', u'nr_hotels': u'8', u'latitude': u'41.4296989440918'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20077841', u'longitude': u'-97.36810302734375', u'nr_hotels': u'8', u'latitude': u'41.4296989440918'} -error: (1062, "Duplicate entry 'doniphan-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Doniphan', u'countrycode': u'us', u'city_id': u'20077919', u'longitude': u'-98.36920166015625', u'nr_hotels': u'3', u'latitude': u'40.77190017700195'} -error: (1062, "Duplicate entry 'doniphan-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Doniphan', u'countrycode': u'us', u'city_id': u'20077919', u'longitude': u'-98.36920166015625', u'nr_hotels': u'3', u'latitude': u'40.77190017700195'} -error: (1062, "Duplicate entry 'fremont-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fremont', u'countrycode': u'us', u'city_id': u'20077996', u'longitude': u'-96.497802734375', u'nr_hotels': u'6', u'latitude': u'41.43330001831055'} -error: (1062, "Duplicate entry 'fremont-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fremont', u'countrycode': u'us', u'city_id': u'20077996', u'longitude': u'-96.497802734375', u'nr_hotels': u'6', u'latitude': u'41.43330001831055'} -error: (1062, "Duplicate entry 'geneva-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Geneva', u'countrycode': u'us', u'city_id': u'20078009', u'longitude': u'-97.59559631347656', u'nr_hotels': u'1', u'latitude': u'40.52690124511719'} -error: (1062, "Duplicate entry 'geneva-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Geneva', u'countrycode': u'us', u'city_id': u'20078009', u'longitude': u'-97.59559631347656', u'nr_hotels': u'1', u'latitude': u'40.52690124511719'} -error: (1062, "Duplicate entry 'gretna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gretna', u'countrycode': u'us', u'city_id': u'20078041', u'longitude': u'-96.2394027709961', u'nr_hotels': u'1', u'latitude': u'41.14080047607422'} -error: (1062, "Duplicate entry 'gretna-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gretna', u'countrycode': u'us', u'city_id': u'20078041', u'longitude': u'-96.2394027709961', u'nr_hotels': u'1', u'latitude': u'41.14080047607422'} -error: (1062, "Duplicate entry 'hastings-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hastings', u'countrycode': u'us', u'city_id': u'20078066', u'longitude': u'-98.38809967041016', u'nr_hotels': u'9', u'latitude': u'40.58610153198242'} -error: (1062, "Duplicate entry 'hastings-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hastings', u'countrycode': u'us', u'city_id': u'20078066', u'longitude': u'-98.38809967041016', u'nr_hotels': u'9', u'latitude': u'40.58610153198242'} -error: (1062, "Duplicate entry 'kearney-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kearney', u'countrycode': u'us', u'city_id': u'20078157', u'longitude': u'-99.08110046386719', u'nr_hotels': u'18', u'latitude': u'40.69940185546875'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20078213', u'longitude': u'-99.74109649658203', u'nr_hotels': u'3', u'latitude': u'40.780799865722656'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20078213', u'longitude': u'-99.74109649658203', u'nr_hotels': u'3', u'latitude': u'40.780799865722656'} -error: (1062, "Duplicate entry 'lincoln-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lincoln', u'countrycode': u'us', u'city_id': u'20078217', u'longitude': u'-96.66670227050781', u'nr_hotels': u'49', u'latitude': u'40.79999923706055'} -error: (1062, "Duplicate entry 'linkol-n-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0438\u043d\u043a\u043e\u043b\u044c\u043d', u'countrycode': u'us', u'city_id': u'20078217', u'longitude': u'-96.66670227050781', u'nr_hotels': u'49', u'latitude': u'40.79999923706055'} -error: (1062, "Duplicate entry 'paxton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Paxton', u'countrycode': u'us', u'city_id': u'20078440', u'longitude': u'-101.35600280761719', u'nr_hotels': u'1', u'latitude': u'41.12419891357422'} -error: (1062, "Duplicate entry 'paxton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Paxton', u'countrycode': u'us', u'city_id': u'20078440', u'longitude': u'-101.35600280761719', u'nr_hotels': u'1', u'latitude': u'41.12419891357422'} -error: (1062, "Duplicate entry 'sidney-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sidney', u'countrycode': u'us', u'city_id': u'20078596', u'longitude': u'-102.97799682617188', u'nr_hotels': u'7', u'latitude': u'41.142799377441406'} -error: (1062, "Duplicate entry 'sidney-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sidney', u'countrycode': u'us', u'city_id': u'20078596', u'longitude': u'-102.97799682617188', u'nr_hotels': u'7', u'latitude': u'41.142799377441406'} -error: (1062, "Duplicate entry 'syracuse-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Syracuse', u'countrycode': u'us', u'city_id': u'20078669', u'longitude': u'-96.18609619140625', u'nr_hotels': u'1', u'latitude': u'40.65719985961914'} -error: (1062, "Duplicate entry 'syracuse-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Syracuse', u'countrycode': u'us', u'city_id': u'20078669', u'longitude': u'-96.18609619140625', u'nr_hotels': u'1', u'latitude': u'40.65719985961914'} -error: (1062, "Duplicate entry 'tecumseh-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tecumseh', u'countrycode': u'us', u'city_id': u'20078677', u'longitude': u'-96.19580078125', u'nr_hotels': u'1', u'latitude': u'40.36669921875'} -error: (1062, "Duplicate entry 'tecumseh-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tecumseh', u'countrycode': u'us', u'city_id': u'20078677', u'longitude': u'-96.19580078125', u'nr_hotels': u'1', u'latitude': u'40.36669921875'} -error: (1062, "Duplicate entry 'west-point-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'West Point', u'countrycode': u'us', u'city_id': u'20078765', u'longitude': u'-96.70829772949219', u'nr_hotels': u'2', u'latitude': u'41.84170150756836'} -error: (1062, "Duplicate entry 'west-point-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'West Point', u'countrycode': u'us', u'city_id': u'20078765', u'longitude': u'-96.70829772949219', u'nr_hotels': u'2', u'latitude': u'41.84170150756836'} -error: (1062, "Duplicate entry 'enterprise-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Enterprise', u'countrycode': u'us', u'city_id': u'20078983', u'longitude': u'-115.24099731445312', u'nr_hotels': u'1', u'latitude': u'36.025299072265625'} -error: (1062, "Duplicate entry 'enterprise-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Enterprise', u'countrycode': u'us', u'city_id': u'20078983', u'longitude': u'-115.24099731445312', u'nr_hotels': u'1', u'latitude': u'36.025299072265625'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20079052', u'longitude': u'-114.9820556640625', u'nr_hotels': u'3', u'latitude': u'36.03910446166992'} -error: (1062, "Duplicate entry 'alvor-pt' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alvor', u'countrycode': u'pt', u'city_id': u'900051062', u'longitude': u'-8.594610214233398', u'nr_hotels': u'47', u'latitude': u'37.12954330444336'} -error: (1062, "Duplicate entry 'alvor-pt' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043b\u0432\u043e\u0440', u'countrycode': u'pt', u'city_id': u'900051062', u'longitude': u'-8.594610214233398', u'nr_hotels': u'47', u'latitude': u'37.12954330444336'} -error: (1062, "Duplicate entry 'minden-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Minden', u'countrycode': u'us', u'city_id': u'20079163', u'longitude': u'-119.76499938964844', u'nr_hotels': u'2', u'latitude': u'38.954200744628906'} -error: (1062, "Duplicate entry 'minden-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Minden', u'countrycode': u'us', u'city_id': u'20079163', u'longitude': u'-119.76499938964844', u'nr_hotels': u'2', u'latitude': u'38.954200744628906'} -error: (1062, "Duplicate entry 'unionville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Unionville', u'countrycode': u'us', u'city_id': u'20079393', u'longitude': u'-118.12000274658203', u'nr_hotels': u'1', u'latitude': u'40.44559860229492'} -error: (1062, "Duplicate entry 'unionville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Unionville', u'countrycode': u'us', u'city_id': u'20079393', u'longitude': u'-118.12000274658203', u'nr_hotels': u'1', u'latitude': u'40.44559860229492'} -error: (1062, "Duplicate entry 'wells-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wells', u'countrycode': u'us', u'city_id': u'20079421', u'longitude': u'-114.96399688720703', u'nr_hotels': u'2', u'latitude': u'41.111698150634766'} -error: (1062, "Duplicate entry 'wells-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wells', u'countrycode': u'us', u'city_id': u'20079421', u'longitude': u'-114.96399688720703', u'nr_hotels': u'2', u'latitude': u'41.111698150634766'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20079458', u'longitude': u'-71.631103515625', u'nr_hotels': u'3', u'latitude': u'43.6953010559082'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20079458', u'longitude': u'-71.631103515625', u'nr_hotels': u'3', u'latitude': u'43.6953010559082'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20079482', u'longitude': u'-71.51640319824219', u'nr_hotels': u'2', u'latitude': u'42.9463996887207'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20079482', u'longitude': u'-71.51640319824219', u'nr_hotels': u'2', u'latitude': u'42.9463996887207'} -error: (1062, "Duplicate entry 'claremont-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Claremont', u'countrycode': u'us', u'city_id': u'20079576', u'longitude': u'-72.34719848632812', u'nr_hotels': u'2', u'latitude': u'43.37670135498047'} -error: (1062, "Duplicate entry 'claremont-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Claremont', u'countrycode': u'us', u'city_id': u'20079576', u'longitude': u'-72.34719848632812', u'nr_hotels': u'2', u'latitude': u'43.37670135498047'} -error: (1062, "Duplicate entry 'concord-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Concord', u'countrycode': u'us', u'city_id': u'20079593', u'longitude': u'-71.53810119628906', u'nr_hotels': u'7', u'latitude': u'43.208099365234375'} -error: (1062, "Duplicate entry 'concord-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Concord', u'countrycode': u'us', u'city_id': u'20079593', u'longitude': u'-71.53810119628906', u'nr_hotels': u'7', u'latitude': u'43.208099365234375'} -error: (1062, "Duplicate entry 'dover-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dover', u'countrycode': u'us', u'city_id': u'20079649', u'longitude': u'-70.87419891357422', u'nr_hotels': u'5', u'latitude': u'43.19779968261719'} -error: (1062, "Duplicate entry 'dover-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dover', u'countrycode': u'us', u'city_id': u'20079649', u'longitude': u'-70.87419891357422', u'nr_hotels': u'5', u'latitude': u'43.19779968261719'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20079858', u'longitude': u'-71.181396484375', u'nr_hotels': u'12', u'latitude': u'44.14419937133789'} -error: (1062, "Duplicate entry 'dzhekson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0435\u043a\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20079858', u'longitude': u'-71.181396484375', u'nr_hotels': u'12', u'latitude': u'44.14419937133789'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20079864', u'longitude': u'-71.4749984741211', u'nr_hotels': u'2', u'latitude': u'44.41889953613281'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20079864', u'longitude': u'-71.4749984741211', u'nr_hotels': u'2', u'latitude': u'44.41889953613281'} -error: (1062, "Duplicate entry 'lankaster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u043a\u0430\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20079891', u'longitude': u'-71.5697021484375', u'nr_hotels': u'1', u'latitude': u'44.48889923095703'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20079900', u'longitude': u'-72.252197265625', u'nr_hotels': u'1', u'latitude': u'43.6422004699707'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20079900', u'longitude': u'-72.252197265625', u'nr_hotels': u'1', u'latitude': u'43.6422004699707'} -error: (1062, "Duplicate entry 'lincoln-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lincoln', u'countrycode': u'us', u'city_id': u'20079907', u'longitude': u'-71.67060089111328', u'nr_hotels': u'16', u'latitude': u'44.04560089111328'} -error: (1062, "Duplicate entry 'linkol-n-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0438\u043d\u043a\u043e\u043b\u044c\u043d', u'countrycode': u'us', u'city_id': u'20079907', u'longitude': u'-71.67060089111328', u'nr_hotels': u'16', u'latitude': u'44.04560089111328'} -error: (1062, "Duplicate entry 'littleton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Littleton', u'countrycode': u'us', u'city_id': u'20079913', u'longitude': u'-71.77059936523438', u'nr_hotels': u'2', u'latitude': u'44.30609893798828'} -error: (1062, "Duplicate entry 'littleton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Littleton', u'countrycode': u'us', u'city_id': u'20079913', u'longitude': u'-71.77059936523438', u'nr_hotels': u'2', u'latitude': u'44.30609893798828'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20079942', u'longitude': u'-71.4552993774414', u'nr_hotels': u'13', u'latitude': u'42.995601654052734'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0430\u043d\u0447\u0435\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20079942', u'longitude': u'-71.4552993774414', u'nr_hotels': u'13', u'latitude': u'42.995601654052734'} -error: (1062, "Duplicate entry 'new-castle-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'New Castle', u'countrycode': u'us', u'city_id': u'20079999', u'longitude': u'-70.7166976928711', u'nr_hotels': u'1', u'latitude': u'43.072200775146484'} -error: (1062, "Duplicate entry 'new-castle-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'New Castle', u'countrycode': u'us', u'city_id': u'20079999', u'longitude': u'-70.7166976928711', u'nr_hotels': u'1', u'latitude': u'43.072200775146484'} -error: (1062, "Duplicate entry 'pittsburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pittsburg', u'countrycode': u'us', u'city_id': u'20080111', u'longitude': u'-71.39189910888672', u'nr_hotels': u'2', u'latitude': u'45.05110168457031'} -error: (1062, "Duplicate entry 'pittsburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pittsburg', u'countrycode': u'us', u'city_id': u'20080111', u'longitude': u'-71.39189910888672', u'nr_hotels': u'2', u'latitude': u'45.05110168457031'} -error: (1062, "Duplicate entry 'plainfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plainfield', u'countrycode': u'us', u'city_id': u'20080115', u'longitude': u'-72.35669708251953', u'nr_hotels': u'0', u'latitude': u'43.53419876098633'} -error: (1062, "Duplicate entry 'plainfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plainfield', u'countrycode': u'us', u'city_id': u'20080115', u'longitude': u'-72.35669708251953', u'nr_hotels': u'0', u'latitude': u'43.53419876098633'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20080117', u'longitude': u'-71.6885986328125', u'nr_hotels': u'4', u'latitude': u'43.756900787353516'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20080117', u'longitude': u'-71.6885986328125', u'nr_hotels': u'4', u'latitude': u'43.756900787353516'} -error: (1062, "Duplicate entry 'rochester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rochester', u'countrycode': u'us', u'city_id': u'20080152', u'longitude': u'-70.9760971069336', u'nr_hotels': u'2', u'latitude': u'43.30440139770508'} -error: (1062, "Duplicate entry 'rochester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rochester', u'countrycode': u'us', u'city_id': u'20080152', u'longitude': u'-70.9760971069336', u'nr_hotels': u'2', u'latitude': u'43.30440139770508'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20080174', u'longitude': u'-71.20140075683594', u'nr_hotels': u'4', u'latitude': u'42.788299560546875'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0430\u043b\u0435\u043c', u'countrycode': u'us', u'city_id': u'20080174', u'longitude': u'-71.20140075683594', u'nr_hotels': u'4', u'latitude': u'42.788299560546875'} -error: (1062, "Duplicate entry 'thornton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Thornton', u'countrycode': u'us', u'city_id': u'20080298', u'longitude': u'-71.67639923095703', u'nr_hotels': u'2', u'latitude': u'43.892799377441406'} -error: (1062, "Duplicate entry 'thornton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Thornton', u'countrycode': u'us', u'city_id': u'20080298', u'longitude': u'-71.67639923095703', u'nr_hotels': u'2', u'latitude': u'43.892799377441406'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20080309', u'longitude': u'-72.18170166015625', u'nr_hotels': u'1', u'latitude': u'42.82389831542969'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20080309', u'longitude': u'-72.18170166015625', u'nr_hotels': u'1', u'latitude': u'42.82389831542969'} -error: (1062, "Duplicate entry 'wakefield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wakefield', u'countrycode': u'us', u'city_id': u'20080322', u'longitude': u'-71.03060150146484', u'nr_hotels': u'0', u'latitude': u'43.56809997558594'} -error: (1062, "Duplicate entry 'wakefield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wakefield', u'countrycode': u'us', u'city_id': u'20080322', u'longitude': u'-71.03060150146484', u'nr_hotels': u'0', u'latitude': u'43.56809997558594'} -error: (1062, "Duplicate entry 'vama-ro' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vama', u'countrycode': u'ro', u'city_id': u'-1174276', u'longitude': u'25.683300018310547', u'nr_hotels': u'9', u'latitude': u'47.56669998168945'} -error: (1062, "Duplicate entry 'vama-ro' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0430\u043c\u0430', u'countrycode': u'ro', u'city_id': u'-1174276', u'longitude': u'25.683300018310547', u'nr_hotels': u'9', u'latitude': u'47.56669998168945'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20080421', u'longitude': u'-71.68560028076172', u'nr_hotels': u'1', u'latitude': u'43.977500915527344'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20080421', u'longitude': u'-71.68560028076172', u'nr_hotels': u'1', u'latitude': u'43.977500915527344'} -error: (1062, "Duplicate entry 'andover-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Andover', u'countrycode': u'us', u'city_id': u'20080469', u'longitude': u'-74.74250030517578', u'nr_hotels': u'1', u'latitude': u'40.985801696777344'} -error: (1062, "Duplicate entry 'andover-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Andover', u'countrycode': u'us', u'city_id': u'20080469', u'longitude': u'-74.74250030517578', u'nr_hotels': u'1', u'latitude': u'40.985801696777344'} -error: (1062, "Duplicate entry 'avalon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Avalon', u'countrycode': u'us', u'city_id': u'20080503', u'longitude': u'-74.71810150146484', u'nr_hotels': u'1', u'latitude': u'39.10110092163086'} -error: (1062, "Duplicate entry 'avalon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0432\u0430\u043b\u043e\u043d', u'countrycode': u'us', u'city_id': u'20080503', u'longitude': u'-74.71810150146484', u'nr_hotels': u'1', u'latitude': u'39.10110092163086'} -error: (1062, "Duplicate entry 'valea-lupului-ro' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Valea Lupului', u'countrycode': u'ro', u'city_id': u'-1173846', u'longitude': u'26.33329963684082', u'nr_hotels': u'1', u'latitude': u'45.36669921875'} -error: (1062, "Duplicate entry 'valea-lupului-ro' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Valea Lupului', u'countrycode': u'ro', u'city_id': u'-1173846', u'longitude': u'26.33329963684082', u'nr_hotels': u'1', u'latitude': u'45.36669921875'} -error: (1062, "Duplicate entry 'belleville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Belleville', u'countrycode': u'us', u'city_id': u'20080581', u'longitude': u'-74.15059661865234', u'nr_hotels': u'1', u'latitude': u'40.79359817504883'} -error: (1062, "Duplicate entry 'belleville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Belleville', u'countrycode': u'us', u'city_id': u'20080581', u'longitude': u'-74.15059661865234', u'nr_hotels': u'1', u'latitude': u'40.79359817504883'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20080716', u'longitude': u'-74.86530303955078', u'nr_hotels': u'1', u'latitude': u'40.07109832763672'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20080716', u'longitude': u'-74.86530303955078', u'nr_hotels': u'1', u'latitude': u'40.07109832763672'} -error: (1062, "Duplicate entry 'clifton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clifton', u'countrycode': u'us', u'city_id': u'20080854', u'longitude': u'-74.16419982910156', u'nr_hotels': u'2', u'latitude': u'40.858299255371094'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20080856', u'longitude': u'-74.9103012084961', u'nr_hotels': u'2', u'latitude': u'40.63669967651367'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20080856', u'longitude': u'-74.9103012084961', u'nr_hotels': u'2', u'latitude': u'40.63669967651367'} -error: (1062, "Duplicate entry 'dover-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dover', u'countrycode': u'us', u'city_id': u'20080997', u'longitude': u'-74.5625', u'nr_hotels': u'1', u'latitude': u'40.8838996887207'} -error: (1062, "Duplicate entry 'dover-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dover', u'countrycode': u'us', u'city_id': u'20080997', u'longitude': u'-74.5625', u'nr_hotels': u'1', u'latitude': u'40.8838996887207'} -error: (1062, "Duplicate entry 'edgewater-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Edgewater', u'countrycode': u'us', u'city_id': u'20081048', u'longitude': u'-73.9760971069336', u'nr_hotels': u'2', u'latitude': u'40.826900482177734'} -error: (1062, "Duplicate entry 'englewood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Englewood', u'countrycode': u'us', u'city_id': u'20081078', u'longitude': u'-73.97309875488281', u'nr_hotels': u'1', u'latitude': u'40.892799377441406'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20081108', u'longitude': u'-74.306396484375', u'nr_hotels': u'4', u'latitude': u'40.88359832763672'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20081108', u'longitude': u'-74.306396484375', u'nr_hotels': u'4', u'latitude': u'40.88359832763672'} -error: (1062, "Duplicate entry 'harrison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harrison', u'countrycode': u'us', u'city_id': u'20081370', u'longitude': u'-74.15670013427734', u'nr_hotels': u'1', u'latitude': u'40.74639892578125'} -error: (1062, "Duplicate entry 'harrison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u0430\u0440\u0440\u0438\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20081370', u'longitude': u'-74.15670013427734', u'nr_hotels': u'1', u'latitude': u'40.74639892578125'} -error: (1062, "Duplicate entry 'irvington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Irvington', u'countrycode': u'us', u'city_id': u'20081488', u'longitude': u'-74.23529815673828', u'nr_hotels': u'1', u'latitude': u'40.732200622558594'} -error: (1062, "Duplicate entry 'irvington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0418\u0440\u0432\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20081488', u'longitude': u'-74.23529815673828', u'nr_hotels': u'1', u'latitude': u'40.732200622558594'} -error: (1062, "Duplicate entry 'lawrence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lawrence', u'countrycode': u'us', u'city_id': u'20081600', u'longitude': u'-74.68000030517578', u'nr_hotels': u'1', u'latitude': u'40.27389907836914'} -error: (1062, "Duplicate entry 'lawrence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lawrence', u'countrycode': u'us', u'city_id': u'20081600', u'longitude': u'-74.68000030517578', u'nr_hotels': u'1', u'latitude': u'40.27389907836914'} -error: (1062, "Duplicate entry 'lawrenceville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lawrenceville', u'countrycode': u'us', u'city_id': u'20081603', u'longitude': u'-74.7300033569336', u'nr_hotels': u'2', u'latitude': u'40.29719924926758'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20081606', u'longitude': u'-74.8364028930664', u'nr_hotels': u'1', u'latitude': u'40.641700744628906'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20081606', u'longitude': u'-74.8364028930664', u'nr_hotels': u'1', u'latitude': u'40.641700744628906'} -error: (1062, "Duplicate entry 'livingston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Livingston', u'countrycode': u'us', u'city_id': u'20081650', u'longitude': u'-74.31529998779297', u'nr_hotels': u'1', u'latitude': u'40.795799255371094'} -error: (1062, "Duplicate entry 'livingston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0438\u0432\u0438\u043d\u0433\u0441\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20081650', u'longitude': u'-74.31529998779297', u'nr_hotels': u'1', u'latitude': u'40.795799255371094'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20081806', u'longitude': u'-74.11750030517578', u'nr_hotels': u'1', u'latitude': u'40.39419937133789'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20081806', u'longitude': u'-74.11750030517578', u'nr_hotels': u'1', u'latitude': u'40.39419937133789'} -error: (1062, "Duplicate entry 'newark-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newark', u'countrycode': u'us', u'city_id': u'20081957', u'longitude': u'-74.17279815673828', u'nr_hotels': u'15', u'latitude': u'40.735599517822266'} -error: (1062, "Duplicate entry 'n-yuark-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u0430\u0440\u043a', u'countrycode': u'us', u'city_id': u'20081957', u'longitude': u'-74.17279815673828', u'nr_hotels': u'15', u'latitude': u'40.735599517822266'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20081967', u'longitude': u'-74.75309753417969', u'nr_hotels': u'3', u'latitude': u'41.058101654052734'} -error: (1062, "Duplicate entry 'newton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Newton', u'countrycode': u'us', u'city_id': u'20081967', u'longitude': u'-74.75309753417969', u'nr_hotels': u'3', u'latitude': u'41.058101654052734'} -error: (1062, "Duplicate entry 'oushen-siti-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u0443\u0448\u0435\u043d-\u0421\u0438\u0442\u0438', u'countrycode': u'us', u'city_id': u'20082042', u'longitude': u'-74.57499694824219', u'nr_hotels': u'5', u'latitude': u'39.27750015258789'} -error: (1062, "Duplicate entry 'phillipsburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Phillipsburg', u'countrycode': u'us', u'city_id': u'20082158', u'longitude': u'-75.19059753417969', u'nr_hotels': u'1', u'latitude': u'40.693599700927734'} -error: (1062, "Duplicate entry 'phillipsburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Phillipsburg', u'countrycode': u'us', u'city_id': u'20082158', u'longitude': u'-75.19059753417969', u'nr_hotels': u'1', u'latitude': u'40.693599700927734'} -error: (1062, "Duplicate entry 'princeton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Princeton', u'countrycode': u'us', u'city_id': u'20082259', u'longitude': u'-74.6594009399414', u'nr_hotels': u'12', u'latitude': u'40.34859848022461'} -error: (1062, "Duplicate entry 'ramsey-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ramsey', u'countrycode': u'us', u'city_id': u'20082286', u'longitude': u'-74.14140319824219', u'nr_hotels': u'3', u'latitude': u'41.05720138549805'} -error: (1062, "Duplicate entry 'ramsey-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ramsey', u'countrycode': u'us', u'city_id': u'20082286', u'longitude': u'-74.14140319824219', u'nr_hotels': u'3', u'latitude': u'41.05720138549805'} -error: (1062, "Duplicate entry 'ridgefield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ridgefield', u'countrycode': u'us', u'city_id': u'20082324', u'longitude': u'-74.00920104980469', u'nr_hotels': u'1', u'latitude': u'40.83420181274414'} -error: (1062, "Duplicate entry 'rutherford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rutherford', u'countrycode': u'us', u'city_id': u'20082398', u'longitude': u'-74.1072006225586', u'nr_hotels': u'2', u'latitude': u'40.82640075683594'} -error: (1062, "Duplicate entry 'rutherford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rutherford', u'countrycode': u'us', u'city_id': u'20082398', u'longitude': u'-74.1072006225586', u'nr_hotels': u'2', u'latitude': u'40.82640075683594'} -error: (1062, "Duplicate entry 'smithville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smithville', u'countrycode': u'us', u'city_id': u'20082509', u'longitude': u'-74.4574966430664', u'nr_hotels': u'1', u'latitude': u'39.493900299072266'} -error: (1062, "Duplicate entry 'smithville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smithville', u'countrycode': u'us', u'city_id': u'20082509', u'longitude': u'-74.4574966430664', u'nr_hotels': u'1', u'latitude': u'39.493900299072266'} -error: (1062, "Duplicate entry 'somerset-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Somerset', u'countrycode': u'us', u'city_id': u'20082520', u'longitude': u'-74.48889923095703', u'nr_hotels': u'13', u'latitude': u'40.497501373291016'} -error: (1062, "Duplicate entry 'somerset-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043e\u043c\u0435\u0440\u0441\u0435\u0442', u'countrycode': u'us', u'city_id': u'20082520', u'longitude': u'-74.48889923095703', u'nr_hotels': u'13', u'latitude': u'40.497501373291016'} -error: (1062, "Duplicate entry 'trenton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Trenton', u'countrycode': u'us', u'city_id': u'20082688', u'longitude': u'-74.74330139160156', u'nr_hotels': u'1', u'latitude': u'40.21689987182617'} -error: (1062, "Duplicate entry 'trenton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Trenton', u'countrycode': u'us', u'city_id': u'20082688', u'longitude': u'-74.74330139160156', u'nr_hotels': u'1', u'latitude': u'40.21689987182617'} -error: (1062, "Duplicate entry 'vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vernon', u'countrycode': u'us', u'city_id': u'20082748', u'longitude': u'-74.48359680175781', u'nr_hotels': u'2', u'latitude': u'41.198299407958984'} -error: (1062, "Duplicate entry 'vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vernon', u'countrycode': u'us', u'city_id': u'20082748', u'longitude': u'-74.48359680175781', u'nr_hotels': u'2', u'latitude': u'41.198299407958984'} -error: (1062, "Duplicate entry 'wayne-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wayne', u'countrycode': u'us', u'city_id': u'20082807', u'longitude': u'-74.27690124511719', u'nr_hotels': u'4', u'latitude': u'40.92530059814453'} -error: (1062, "Duplicate entry 'wildwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wildwood', u'countrycode': u'us', u'city_id': u'20082895', u'longitude': u'-74.81529998779297', u'nr_hotels': u'31', u'latitude': u'38.99169921875'} -error: (1062, "Duplicate entry 'uajldvud-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0423\u0430\u0439\u043b\u0434\u0432\u0443\u0434', u'countrycode': u'us', u'city_id': u'20082895', u'longitude': u'-74.81529998779297', u'nr_hotels': u'31', u'latitude': u'38.99169921875'} -error: (1062, "Duplicate entry 'williamstown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williamstown', u'countrycode': u'us', u'city_id': u'20082903', u'longitude': u'-74.99559783935547', u'nr_hotels': u'3', u'latitude': u'39.686100006103516'} -error: (1062, "Duplicate entry 'williamstown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Williamstown', u'countrycode': u'us', u'city_id': u'20082903', u'longitude': u'-74.99559783935547', u'nr_hotels': u'3', u'latitude': u'39.686100006103516'} -error: (1062, "Duplicate entry 'windsor-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Windsor', u'countrycode': u'us', u'city_id': u'20082915', u'longitude': u'-74.58170318603516', u'nr_hotels': u'1', u'latitude': u'40.2421989440918'} -error: (1062, "Duplicate entry 'vindzor-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0438\u043d\u0434\u0437\u043e\u0440', u'countrycode': u'us', u'city_id': u'20082915', u'longitude': u'-74.58170318603516', u'nr_hotels': u'1', u'latitude': u'40.2421989440918'} -error: (1062, "Duplicate entry 'artesia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Artesia', u'countrycode': u'us', u'city_id': u'20083063', u'longitude': u'-104.40299987792969', u'nr_hotels': u'1', u'latitude': u'32.842201232910156'} -error: (1062, "Duplicate entry 'artesia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Artesia', u'countrycode': u'us', u'city_id': u'20083063', u'longitude': u'-104.40299987792969', u'nr_hotels': u'1', u'latitude': u'32.842201232910156'} -error: (1062, "Duplicate entry 'clayton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clayton', u'countrycode': u'us', u'city_id': u'20083269', u'longitude': u'-103.18399810791016', u'nr_hotels': u'3', u'latitude': u'36.451698303222656'} -error: (1062, "Duplicate entry 'clayton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clayton', u'countrycode': u'us', u'city_id': u'20083269', u'longitude': u'-103.18399810791016', u'nr_hotels': u'3', u'latitude': u'36.451698303222656'} -error: (1062, "Duplicate entry 'clovis-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clovis', u'countrycode': u'us', u'city_id': u'20083275', u'longitude': u'-103.20500183105469', u'nr_hotels': u'6', u'latitude': u'34.404701232910156'} -error: (1062, "Duplicate entry 'clovis-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clovis', u'countrycode': u'us', u'city_id': u'20083275', u'longitude': u'-103.20500183105469', u'nr_hotels': u'6', u'latitude': u'34.404701232910156'} -error: (1062, "Duplicate entry 'farmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Farmington', u'countrycode': u'us', u'city_id': u'20083464', u'longitude': u'-108.21800231933594', u'nr_hotels': u'20', u'latitude': u'36.72809982299805'} -error: (1062, "Duplicate entry 'farmington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Farmington', u'countrycode': u'us', u'city_id': u'20083464', u'longitude': u'-108.21800231933594', u'nr_hotels': u'20', u'latitude': u'36.72809982299805'} -error: (1062, "Duplicate entry 'las-vegas-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Las Vegas', u'countrycode': u'us', u'city_id': u'20083750', u'longitude': u'-105.2229995727539', u'nr_hotels': u'6', u'latitude': u'35.59389877319336'} -error: (1062, "Duplicate entry 'las-vegas-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u0441-\u0412\u0435\u0433\u0430\u0441', u'countrycode': u'us', u'city_id': u'20083750', u'longitude': u'-105.2229995727539', u'nr_hotels': u'6', u'latitude': u'35.59389877319336'} -error: (1062, "Duplicate entry 'los-alamos-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Los Alamos', u'countrycode': u'us', u'city_id': u'20083786', u'longitude': u'-106.30599975585938', u'nr_hotels': u'4', u'latitude': u'35.888099670410156'} -error: (1062, "Duplicate entry 'los-alamos-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Los Alamos', u'countrycode': u'us', u'city_id': u'20083786', u'longitude': u'-106.30599975585938', u'nr_hotels': u'4', u'latitude': u'35.888099670410156'} -error: (1062, "Duplicate entry 'santa-rosa-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santa Rosa', u'countrycode': u'us', u'city_id': u'20084311', u'longitude': u'-104.68199920654297', u'nr_hotels': u'8', u'latitude': u'34.9385986328125'} -error: (1062, "Duplicate entry 'santa-rosa-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santa Rosa', u'countrycode': u'us', u'city_id': u'20084311', u'longitude': u'-104.68199920654297', u'nr_hotels': u'8', u'latitude': u'34.9385986328125'} -error: (1062, "Duplicate entry 'williamsburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williamsburg', u'countrycode': u'us', u'city_id': u'20084576', u'longitude': u'-107.29299926757812', u'nr_hotels': u'1', u'latitude': u'33.1161003112793'} -error: (1062, "Duplicate entry 'williamsburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Williamsburg', u'countrycode': u'us', u'city_id': u'20084576', u'longitude': u'-107.29299926757812', u'nr_hotels': u'1', u'latitude': u'33.1161003112793'} -error: (1062, "Duplicate entry 'albany-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Albany', u'countrycode': u'us', u'city_id': u'20084630', u'longitude': u'-73.75669860839844', u'nr_hotels': u'34', u'latitude': u'42.65250015258789'} -error: (1062, "Duplicate entry 'amherst-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Amherst', u'countrycode': u'us', u'city_id': u'20084687', u'longitude': u'-78.80000305175781', u'nr_hotels': u'16', u'latitude': u'42.97829818725586'} -error: (1062, "Duplicate entry 'amherst-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043c\u0445\u0435\u0440\u0441\u0442', u'countrycode': u'us', u'city_id': u'20084687', u'longitude': u'-78.80000305175781', u'nr_hotels': u'16', u'latitude': u'42.97829818725586'} -error: (1062, "Duplicate entry 'attica-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Attica', u'countrycode': u'us', u'city_id': u'20084773', u'longitude': u'-78.28060150146484', u'nr_hotels': u'1', u'latitude': u'42.864200592041016'} -error: (1062, "Duplicate entry 'attica-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Attica', u'countrycode': u'us', u'city_id': u'20084773', u'longitude': u'-78.28060150146484', u'nr_hotels': u'1', u'latitude': u'42.864200592041016'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20084781', u'longitude': u'-76.56639862060547', u'nr_hotels': u'5', u'latitude': u'42.93170166015625'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0443\u0431\u0443\u0440\u043d', u'countrycode': u'us', u'city_id': u'20084781', u'longitude': u'-76.56639862060547', u'nr_hotels': u'5', u'latitude': u'42.93170166015625'} -error: (1062, "Duplicate entry 'bath-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bath', u'countrycode': u'us', u'city_id': u'20084883', u'longitude': u'-77.31809997558594', u'nr_hotels': u'4', u'latitude': u'42.33689880371094'} -error: (1062, "Duplicate entry 'bath-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bath', u'countrycode': u'us', u'city_id': u'20084883', u'longitude': u'-77.31809997558594', u'nr_hotels': u'4', u'latitude': u'42.33689880371094'} -error: (1062, "Duplicate entry 'belfast-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Belfast', u'countrycode': u'us', u'city_id': u'20084947', u'longitude': u'-78.11170196533203', u'nr_hotels': u'1', u'latitude': u'42.34280014038086'} -error: (1062, "Duplicate entry 'belfast-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Belfast', u'countrycode': u'us', u'city_id': u'20084947', u'longitude': u'-78.11170196533203', u'nr_hotels': u'1', u'latitude': u'42.34280014038086'} -error: (1062, "Duplicate entry 'bruklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0440\u0443\u043a\u043b\u0438\u043d', u'countrycode': u'us', u'city_id': u'20085207', u'longitude': u'-73.94999694824219', u'nr_hotels': u'67', u'latitude': u'40.650001525878906'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20085354', u'longitude': u'-75.16940307617188', u'nr_hotels': u'2', u'latitude': u'44.59560012817383'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20085354', u'longitude': u'-75.16940307617188', u'nr_hotels': u'2', u'latitude': u'44.59560012817383'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20085507', u'longitude': u'-74.27169799804688', u'nr_hotels': u'1', u'latitude': u'41.36249923706055'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20085507', u'longitude': u'-74.27169799804688', u'nr_hotels': u'1', u'latitude': u'41.36249923706055'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20085584', u'longitude': u'-75.37889862060547', u'nr_hotels': u'1', u'latitude': u'43.048301696777344'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20085584', u'longitude': u'-75.37889862060547', u'nr_hotels': u'1', u'latitude': u'43.048301696777344'} -error: (1062, "Duplicate entry 'corning-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Corning', u'countrycode': u'us', u'city_id': u'20085726', u'longitude': u'-77.05500030517578', u'nr_hotels': u'5', u'latitude': u'42.142799377441406'} -error: (1062, "Duplicate entry 'corning-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Corning', u'countrycode': u'us', u'city_id': u'20085726', u'longitude': u'-77.05500030517578', u'nr_hotels': u'5', u'latitude': u'42.142799377441406'} -error: (1062, "Duplicate entry 'cuba-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cuba', u'countrycode': u'us', u'city_id': u'20085816', u'longitude': u'-78.27559661865234', u'nr_hotels': u'1', u'latitude': u'42.217498779296875'} -error: (1062, "Duplicate entry 'cuba-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cuba', u'countrycode': u'us', u'city_id': u'20085816', u'longitude': u'-78.27559661865234', u'nr_hotels': u'1', u'latitude': u'42.217498779296875'} -error: (1062, "Duplicate entry 'farmingdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Farmingdale', u'countrycode': u'us', u'city_id': u'20086353', u'longitude': u'-73.44580078125', u'nr_hotels': u'2', u'latitude': u'40.73249816894531'} -error: (1062, "Duplicate entry 'farmingdale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Farmingdale', u'countrycode': u'us', u'city_id': u'20086353', u'longitude': u'-73.44580078125', u'nr_hotels': u'2', u'latitude': u'40.73249816894531'} -error: (1062, "Duplicate entry 'farmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Farmington', u'countrycode': u'us', u'city_id': u'20086356', u'longitude': u'-77.35576629638672', u'nr_hotels': u'4', u'latitude': u'42.981040954589844'} -error: (1062, "Duplicate entry 'farmington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Farmington', u'countrycode': u'us', u'city_id': u'20086356', u'longitude': u'-77.35576629638672', u'nr_hotels': u'4', u'latitude': u'42.981040954589844'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20086362', u'longitude': u'-76.00469970703125', u'nr_hotels': u'1', u'latitude': u'43.029701232910156'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20086362', u'longitude': u'-76.00469970703125', u'nr_hotels': u'1', u'latitude': u'43.029701232910156'} -error: (1062, "Duplicate entry 'ferndale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ferndale', u'countrycode': u'us', u'city_id': u'20086372', u'longitude': u'-74.73889923095703', u'nr_hotels': u'1', u'latitude': u'41.77389907836914'} -error: (1062, "Duplicate entry 'ferndale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ferndale', u'countrycode': u'us', u'city_id': u'20086372', u'longitude': u'-74.73889923095703', u'nr_hotels': u'1', u'latitude': u'41.77389907836914'} -error: (1062, "Duplicate entry 'freeport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Freeport', u'countrycode': u'us', u'city_id': u'20086549', u'longitude': u'-73.58360290527344', u'nr_hotels': u'2', u'latitude': u'40.657501220703125'} -error: (1062, "Duplicate entry 'garden-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Garden City', u'countrycode': u'us', u'city_id': u'20086610', u'longitude': u'-73.63469696044922', u'nr_hotels': u'5', u'latitude': u'40.72669982910156'} -error: (1062, "Duplicate entry 'garden-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Garden City', u'countrycode': u'us', u'city_id': u'20086610', u'longitude': u'-73.63469696044922', u'nr_hotels': u'5', u'latitude': u'40.72669982910156'} -error: (1062, "Duplicate entry 'gardiner-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gardiner', u'countrycode': u'us', u'city_id': u'20086615', u'longitude': u'-74.15080261230469', u'nr_hotels': u'1', u'latitude': u'41.6796989440918'} -error: (1062, "Duplicate entry 'gardiner-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gardiner', u'countrycode': u'us', u'city_id': u'20086615', u'longitude': u'-74.15080261230469', u'nr_hotels': u'1', u'latitude': u'41.6796989440918'} -error: (1062, "Duplicate entry 'geneseo-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Geneseo', u'countrycode': u'us', u'city_id': u'20086641', u'longitude': u'-77.81719970703125', u'nr_hotels': u'2', u'latitude': u'42.795799255371094'} -error: (1062, "Duplicate entry 'geneseo-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Geneseo', u'countrycode': u'us', u'city_id': u'20086641', u'longitude': u'-77.81719970703125', u'nr_hotels': u'2', u'latitude': u'42.795799255371094'} -error: (1062, "Duplicate entry 'geneva-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Geneva', u'countrycode': u'us', u'city_id': u'20086642', u'longitude': u'-76.97810363769531', u'nr_hotels': u'6', u'latitude': u'42.868900299072266'} -error: (1062, "Duplicate entry 'geneva-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Geneva', u'countrycode': u'us', u'city_id': u'20086642', u'longitude': u'-76.97810363769531', u'nr_hotels': u'6', u'latitude': u'42.868900299072266'} -error: (1062, "Duplicate entry 'goshen-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Goshen', u'countrycode': u'us', u'city_id': u'20086743', u'longitude': u'-74.32469940185547', u'nr_hotels': u'1', u'latitude': u'41.40190124511719'} -error: (1062, "Duplicate entry 'goshen-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Goshen', u'countrycode': u'us', u'city_id': u'20086743', u'longitude': u'-74.32469940185547', u'nr_hotels': u'1', u'latitude': u'41.40190124511719'} -error: (1062, "Duplicate entry 'hawthorne-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hawthorne', u'countrycode': u'us', u'city_id': u'20087026', u'longitude': u'-73.79640197753906', u'nr_hotels': u'0', u'latitude': u'41.107200622558594'} -error: (1062, "Duplicate entry 'hawthorne-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hawthorne', u'countrycode': u'us', u'city_id': u'20087026', u'longitude': u'-73.79640197753906', u'nr_hotels': u'0', u'latitude': u'41.107200622558594'} -error: (1062, "Duplicate entry 'highland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Highland', u'countrycode': u'us', u'city_id': u'20087094', u'longitude': u'-73.96060180664062', u'nr_hotels': u'2', u'latitude': u'41.72079849243164'} -error: (1062, "Duplicate entry 'highland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Highland', u'countrycode': u'us', u'city_id': u'20087094', u'longitude': u'-73.96060180664062', u'nr_hotels': u'2', u'latitude': u'41.72079849243164'} -error: (1062, "Duplicate entry 'cristian-ro' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cristian', u'countrycode': u'ro', u'city_id': u'-1157299', u'longitude': u'25.469999313354492', u'nr_hotels': u'3', u'latitude': u'45.619998931884766'} -error: (1062, "Duplicate entry 'cristian-ro' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cristian', u'countrycode': u'ro', u'city_id': u'-1157299', u'longitude': u'25.469999313354492', u'nr_hotels': u'3', u'latitude': u'45.619998931884766'} -error: (1062, "Duplicate entry 'hudson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hudson', u'countrycode': u'us', u'city_id': u'20087207', u'longitude': u'-73.79139709472656', u'nr_hotels': u'2', u'latitude': u'42.25279998779297'} -error: (1062, "Duplicate entry 'hudson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hudson', u'countrycode': u'us', u'city_id': u'20087207', u'longitude': u'-73.79139709472656', u'nr_hotels': u'2', u'latitude': u'42.25279998779297'} -error: (1062, "Duplicate entry 'huntington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Huntington', u'countrycode': u'us', u'city_id': u'20087228', u'longitude': u'-73.42610168457031', u'nr_hotels': u'2', u'latitude': u'40.868099212646484'} -error: (1062, "Duplicate entry 'huntington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Huntington', u'countrycode': u'us', u'city_id': u'20087228', u'longitude': u'-73.42610168457031', u'nr_hotels': u'2', u'latitude': u'40.868099212646484'} -error: (1062, "Duplicate entry 'jamestown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jamestown', u'countrycode': u'us', u'city_id': u'20087324', u'longitude': u'-79.23560333251953', u'nr_hotels': u'5', u'latitude': u'42.096900939941406'} -error: (1062, "Duplicate entry 'jamestown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jamestown', u'countrycode': u'us', u'city_id': u'20087324', u'longitude': u'-79.23560333251953', u'nr_hotels': u'5', u'latitude': u'42.096900939941406'} -error: (1062, "Duplicate entry 'lake-placid-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lake Placid', u'countrycode': u'us', u'city_id': u'20087541', u'longitude': u'-73.98030090332031', u'nr_hotels': u'21', u'latitude': u'44.27939987182617'} -error: (1062, "Duplicate entry 'lawrence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lawrence', u'countrycode': u'us', u'city_id': u'20087602', u'longitude': u'-73.7300033569336', u'nr_hotels': u'1', u'latitude': u'40.6156005859375'} -error: (1062, "Duplicate entry 'lawrence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lawrence', u'countrycode': u'us', u'city_id': u'20087602', u'longitude': u'-73.7300033569336', u'nr_hotels': u'1', u'latitude': u'40.6156005859375'} -error: (1062, "Duplicate entry 'lewiston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lewiston', u'countrycode': u'us', u'city_id': u'20087647', u'longitude': u'-79.03610229492188', u'nr_hotels': u'1', u'latitude': u'43.17250061035156'} -error: (1062, "Duplicate entry 'lewiston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lewiston', u'countrycode': u'us', u'city_id': u'20087647', u'longitude': u'-79.03610229492188', u'nr_hotels': u'1', u'latitude': u'43.17250061035156'} -error: (1062, "Duplicate entry 'long-beach-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Long Beach', u'countrycode': u'us', u'city_id': u'20087743', u'longitude': u'-73.6583023071289', u'nr_hotels': u'1', u'latitude': u'40.58829879760742'} -error: (1062, "Duplicate entry 'long-beach-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Long Beach', u'countrycode': u'us', u'city_id': u'20087743', u'longitude': u'-73.6583023071289', u'nr_hotels': u'1', u'latitude': u'40.58829879760742'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20087849', u'longitude': u'-77.23059844970703', u'nr_hotels': u'1', u'latitude': u'42.96969985961914'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20087849', u'longitude': u'-77.23059844970703', u'nr_hotels': u'1', u'latitude': u'42.96969985961914'} -error: (1062, "Duplicate entry 'medford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Medford', u'countrycode': u'us', u'city_id': u'20087994', u'longitude': u'-73.00060272216797', u'nr_hotels': u'2', u'latitude': u'40.817501068115234'} -error: (1062, "Duplicate entry 'medford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Medford', u'countrycode': u'us', u'city_id': u'20087994', u'longitude': u'-73.00060272216797', u'nr_hotels': u'2', u'latitude': u'40.817501068115234'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20088045', u'longitude': u'-74.42330169677734', u'nr_hotels': u'4', u'latitude': u'41.44580078125'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20088045', u'longitude': u'-74.42330169677734', u'nr_hotels': u'4', u'latitude': u'41.44580078125'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20088057', u'longitude': u'-74.94560241699219', u'nr_hotels': u'1', u'latitude': u'42.590599060058594'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20088057', u'longitude': u'-74.94560241699219', u'nr_hotels': u'1', u'latitude': u'42.590599060058594'} -error: (1062, "Duplicate entry 'milton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milton', u'countrycode': u'us', u'city_id': u'20088088', u'longitude': u'-73.9574966430664', u'nr_hotels': u'1', u'latitude': u'41.659698486328125'} -error: (1062, "Duplicate entry 'milton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milton', u'countrycode': u'us', u'city_id': u'20088088', u'longitude': u'-73.9574966430664', u'nr_hotels': u'1', u'latitude': u'41.659698486328125'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20088121', u'longitude': u'-74.18720245361328', u'nr_hotels': u'0', u'latitude': u'41.33060073852539'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20088121', u'longitude': u'-74.18720245361328', u'nr_hotels': u'0', u'latitude': u'41.33060073852539'} -error: (1062, "Duplicate entry 'montgomery-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montgomery', u'countrycode': u'us', u'city_id': u'20088132', u'longitude': u'-74.23719787597656', u'nr_hotels': u'1', u'latitude': u'41.52750015258789'} -error: (1062, "Duplicate entry 'montgomery-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montgomery', u'countrycode': u'us', u'city_id': u'20088132', u'longitude': u'-74.23719787597656', u'nr_hotels': u'1', u'latitude': u'41.52750015258789'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20088133', u'longitude': u'-74.689697265625', u'nr_hotels': u'3', u'latitude': u'41.655601501464844'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20088133', u'longitude': u'-74.689697265625', u'nr_hotels': u'3', u'latitude': u'41.655601501464844'} -error: (1062, "Duplicate entry 'norwich-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Norwich', u'countrycode': u'us', u'city_id': u'20088539', u'longitude': u'-75.5239028930664', u'nr_hotels': u'1', u'latitude': u'42.53110122680664'} -error: (1062, "Duplicate entry 'norwich-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Norwich', u'countrycode': u'us', u'city_id': u'20088539', u'longitude': u'-75.5239028930664', u'nr_hotels': u'1', u'latitude': u'42.53110122680664'} -error: (1062, "Duplicate entry 'bucium-ro' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bucium', u'countrycode': u'ro', u'city_id': u'-1153879', u'longitude': u'25.08329963684082', u'nr_hotels': u'1', u'latitude': u'45.733299255371094'} -error: (1062, "Duplicate entry 'bucium-ro' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bucium', u'countrycode': u'ro', u'city_id': u'-1153879', u'longitude': u'25.08329963684082', u'nr_hotels': u'1', u'latitude': u'45.733299255371094'} -error: (1062, "Duplicate entry 'orange-lake-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orange Lake', u'countrycode': u'us', u'city_id': u'20088637', u'longitude': u'-74.09860229492188', u'nr_hotels': u'1', u'latitude': u'41.53969955444336'} -error: (1062, "Duplicate entry 'orange-lake-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Orange Lake', u'countrycode': u'us', u'city_id': u'20088637', u'longitude': u'-74.09860229492188', u'nr_hotels': u'1', u'latitude': u'41.53969955444336'} -error: (1062, "Duplicate entry 'oswego-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oswego', u'countrycode': u'us', u'city_id': u'20088665', u'longitude': u'-76.51080322265625', u'nr_hotels': u'5', u'latitude': u'43.455299377441406'} -error: (1062, "Duplicate entry 'oswego-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oswego', u'countrycode': u'us', u'city_id': u'20088665', u'longitude': u'-76.51080322265625', u'nr_hotels': u'5', u'latitude': u'43.455299377441406'} -error: (1062, "Duplicate entry 'pearl-river-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pearl River', u'countrycode': u'us', u'city_id': u'20088784', u'longitude': u'-74.02220153808594', u'nr_hotels': u'1', u'latitude': u'41.05889892578125'} -error: (1062, "Duplicate entry 'pearl-river-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pearl River', u'countrycode': u'us', u'city_id': u'20088784', u'longitude': u'-74.02220153808594', u'nr_hotels': u'1', u'latitude': u'41.05889892578125'} -error: (1062, "Duplicate entry 'bradu-ro' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bradu', u'countrycode': u'ro', u'city_id': u'-1153525', u'longitude': u'24.33329963684082', u'nr_hotels': u'2', u'latitude': u'45.71670150756836'} -error: (1062, "Duplicate entry 'bradu-ro' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bradu', u'countrycode': u'ro', u'city_id': u'-1153525', u'longitude': u'24.33329963684082', u'nr_hotels': u'2', u'latitude': u'45.71670150756836'} -error: (1062, "Duplicate entry 'phillipsburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Phillipsburg', u'countrycode': u'us', u'city_id': u'20088845', u'longitude': u'-74.35970306396484', u'nr_hotels': u'1', u'latitude': u'41.437801361083984'} -error: (1062, "Duplicate entry 'phillipsburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Phillipsburg', u'countrycode': u'us', u'city_id': u'20088845', u'longitude': u'-74.35970306396484', u'nr_hotels': u'1', u'latitude': u'41.437801361083984'} -error: (1062, "Duplicate entry 'plainview-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plainview', u'countrycode': u'us', u'city_id': u'20088911', u'longitude': u'-73.4677963256836', u'nr_hotels': u'5', u'latitude': u'40.77640151977539'} -error: (1062, "Duplicate entry 'plainview-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plainview', u'countrycode': u'us', u'city_id': u'20088911', u'longitude': u'-73.4677963256836', u'nr_hotels': u'5', u'latitude': u'40.77640151977539'} -error: (1062, "Duplicate entry 'ridgeland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ridgeland', u'countrycode': u'us', u'city_id': u'20089199', u'longitude': u'-77.61060333251953', u'nr_hotels': u'2', u'latitude': u'43.09080123901367'} -error: (1062, "Duplicate entry 'ridgeland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ridgeland', u'countrycode': u'us', u'city_id': u'20089199', u'longitude': u'-77.61060333251953', u'nr_hotels': u'2', u'latitude': u'43.09080123901367'} -error: (1062, "Duplicate entry 'rochester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rochester', u'countrycode': u'us', u'city_id': u'20089239', u'longitude': u'-77.61579895019531', u'nr_hotels': u'34', u'latitude': u'43.154701232910156'} -error: (1062, "Duplicate entry 'rochester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u043e\u0447\u0435\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20089239', u'longitude': u'-77.61579895019531', u'nr_hotels': u'34', u'latitude': u'43.154701232910156'} -error: (1062, "Duplicate entry 'rosedale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rosedale', u'countrycode': u'us', u'city_id': u'20089296', u'longitude': u'-73.73580169677734', u'nr_hotels': u'0', u'latitude': u'40.66189956665039'} -error: (1062, "Duplicate entry 'rosedale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rosedale', u'countrycode': u'us', u'city_id': u'20089296', u'longitude': u'-73.73580169677734', u'nr_hotels': u'0', u'latitude': u'40.66189956665039'} -error: (1062, "Duplicate entry 'rye-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rye', u'countrycode': u'us', u'city_id': u'20089347', u'longitude': u'-73.68419647216797', u'nr_hotels': u'1', u'latitude': u'40.98059844970703'} -error: (1062, "Duplicate entry 'rye-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rye', u'countrycode': u'us', u'city_id': u'20089347', u'longitude': u'-73.68419647216797', u'nr_hotels': u'1', u'latitude': u'40.98059844970703'} -error: (1062, "Duplicate entry 'sidney-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sidney', u'countrycode': u'us', u'city_id': u'20089589', u'longitude': u'-75.39189910888672', u'nr_hotels': u'0', u'latitude': u'42.314701080322266'} -error: (1062, "Duplicate entry 'sidney-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sidney', u'countrycode': u'us', u'city_id': u'20089589', u'longitude': u'-75.39189910888672', u'nr_hotels': u'0', u'latitude': u'42.314701080322266'} -error: (1062, "Duplicate entry 'spring-valley-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Spring Valley', u'countrycode': u'us', u'city_id': u'20089841', u'longitude': u'-74.04419708251953', u'nr_hotels': u'2', u'latitude': u'41.11309814453125'} -error: (1062, "Duplicate entry 'spring-valley-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Spring Valley', u'countrycode': u'us', u'city_id': u'20089841', u'longitude': u'-74.04419708251953', u'nr_hotels': u'2', u'latitude': u'41.11309814453125'} -error: (1062, "Duplicate entry 'stamford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stamford', u'countrycode': u'us', u'city_id': u'20089866', u'longitude': u'-74.61470031738281', u'nr_hotels': u'2', u'latitude': u'42.40719985961914'} -error: (1062, "Duplicate entry 'stamford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stamford', u'countrycode': u'us', u'city_id': u'20089866', u'longitude': u'-74.61470031738281', u'nr_hotels': u'2', u'latitude': u'42.40719985961914'} -error: (1062, "Duplicate entry 'syracuse-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Syracuse', u'countrycode': u'us', u'city_id': u'20090020', u'longitude': u'-76.14779663085938', u'nr_hotels': u'16', u'latitude': u'43.048099517822266'} -error: (1062, "Duplicate entry 'tarrytown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tarrytown', u'countrycode': u'us', u'city_id': u'20090034', u'longitude': u'-73.85919952392578', u'nr_hotels': u'7', u'latitude': u'41.07609939575195'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20090155', u'longitude': u'-73.69219970703125', u'nr_hotels': u'3', u'latitude': u'42.72829818725586'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20090155', u'longitude': u'-73.69219970703125', u'nr_hotels': u'3', u'latitude': u'42.72829818725586'} -error: (1062, "Duplicate entry 'tully-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tully', u'countrycode': u'us', u'city_id': u'20090167', u'longitude': u'-76.10970306396484', u'nr_hotels': u'1', u'latitude': u'42.798099517822266'} -error: (1062, "Duplicate entry 'tully-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tully', u'countrycode': u'us', u'city_id': u'20090167', u'longitude': u'-76.10970306396484', u'nr_hotels': u'1', u'latitude': u'42.798099517822266'} -error: (1062, "Duplicate entry 'utica-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Utica', u'countrycode': u'us', u'city_id': u'20090246', u'longitude': u'-75.23310089111328', u'nr_hotels': u'11', u'latitude': u'43.100799560546875'} -error: (1062, "Duplicate entry 'victor-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Victor', u'countrycode': u'us', u'city_id': u'20090305', u'longitude': u'-77.4092025756836', u'nr_hotels': u'7', u'latitude': u'42.98249816894531'} -error: (1062, "Duplicate entry 'victor-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Victor', u'countrycode': u'us', u'city_id': u'20090305', u'longitude': u'-77.4092025756836', u'nr_hotels': u'7', u'latitude': u'42.98249816894531'} -error: (1062, "Duplicate entry 'walker-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Walker', u'countrycode': u'us', u'city_id': u'20090350', u'longitude': u'-76.44969940185547', u'nr_hotels': u'1', u'latitude': u'43.486698150634766'} -error: (1062, "Duplicate entry 'walker-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Walker', u'countrycode': u'us', u'city_id': u'20090350', u'longitude': u'-76.44969940185547', u'nr_hotels': u'1', u'latitude': u'43.486698150634766'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20090373', u'longitude': u'-74.4999008178711', u'nr_hotels': u'1', u'latitude': u'40.631099700927734'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20090373', u'longitude': u'-74.4999008178711', u'nr_hotels': u'1', u'latitude': u'40.631099700927734'} -error: (1062, "Duplicate entry 'warrensburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warrensburg', u'countrycode': u'us', u'city_id': u'20090376', u'longitude': u'-73.77670288085938', u'nr_hotels': u'3', u'latitude': u'43.496700286865234'} -error: (1062, "Duplicate entry 'warrensburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warrensburg', u'countrycode': u'us', u'city_id': u'20090376', u'longitude': u'-73.77670288085938', u'nr_hotels': u'3', u'latitude': u'43.496700286865234'} -error: (1062, "Duplicate entry 'waterford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waterford', u'countrycode': u'us', u'city_id': u'20090390', u'longitude': u'-73.68170166015625', u'nr_hotels': u'1', u'latitude': u'42.79249954223633'} -error: (1062, "Duplicate entry 'waterford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waterford', u'countrycode': u'us', u'city_id': u'20090390', u'longitude': u'-73.68170166015625', u'nr_hotels': u'1', u'latitude': u'42.79249954223633'} -error: (1062, "Duplicate entry 'waterloo-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waterloo', u'countrycode': u'us', u'city_id': u'20090391', u'longitude': u'-76.86309814453125', u'nr_hotels': u'1', u'latitude': u'42.904701232910156'} -error: (1062, "Duplicate entry 'waterloo-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waterloo', u'countrycode': u'us', u'city_id': u'20090391', u'longitude': u'-76.86309814453125', u'nr_hotels': u'1', u'latitude': u'42.904701232910156'} -error: (1062, "Duplicate entry 'watertown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Watertown', u'countrycode': u'us', u'city_id': u'20090397', u'longitude': u'-75.91110229492188', u'nr_hotels': u'13', u'latitude': u'43.974700927734375'} -error: (1062, "Duplicate entry 'west-point-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'West Point', u'countrycode': u'us', u'city_id': u'20090572', u'longitude': u'-73.9563980102539', u'nr_hotels': u'2', u'latitude': u'41.39139938354492'} -error: (1062, "Duplicate entry 'west-point-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'West Point', u'countrycode': u'us', u'city_id': u'20090572', u'longitude': u'-73.9563980102539', u'nr_hotels': u'2', u'latitude': u'41.39139938354492'} -error: (1062, "Duplicate entry 'westfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westfield', u'countrycode': u'us', u'city_id': u'20090614', u'longitude': u'-79.57830047607422', u'nr_hotels': u'2', u'latitude': u'42.322200775146484'} -error: (1062, "Duplicate entry 'westfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westfield', u'countrycode': u'us', u'city_id': u'20090614', u'longitude': u'-79.57830047607422', u'nr_hotels': u'2', u'latitude': u'42.322200775146484'} -error: (1062, "Duplicate entry 'wilmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wilmington', u'countrycode': u'us', u'city_id': u'20090720', u'longitude': u'-73.81580352783203', u'nr_hotels': u'2', u'latitude': u'44.388301849365234'} -error: (1062, "Duplicate entry 'wilmington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wilmington', u'countrycode': u'us', u'city_id': u'20090720', u'longitude': u'-73.81580352783203', u'nr_hotels': u'2', u'latitude': u'44.388301849365234'} -error: (1062, "Duplicate entry 'woodbury-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodbury', u'countrycode': u'us', u'city_id': u'20090756', u'longitude': u'-73.46810150146484', u'nr_hotels': u'3', u'latitude': u'40.825599670410156'} -error: (1062, "Duplicate entry 'woodbury-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodbury', u'countrycode': u'us', u'city_id': u'20090756', u'longitude': u'-73.46810150146484', u'nr_hotels': u'3', u'latitude': u'40.825599670410156'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20090786', u'longitude': u'-74.11859893798828', u'nr_hotels': u'4', u'latitude': u'42.04079818725586'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20090786', u'longitude': u'-74.11859893798828', u'nr_hotels': u'4', u'latitude': u'42.04079818725586'} -error: (1062, "Duplicate entry 'aberdeen-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aberdeen', u'countrycode': u'us', u'city_id': u'20090849', u'longitude': u'-79.42970275878906', u'nr_hotels': u'2', u'latitude': u'35.13140106201172'} -error: (1062, "Duplicate entry 'aberdeen-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Aberdeen', u'countrycode': u'us', u'city_id': u'20090849', u'longitude': u'-79.42970275878906', u'nr_hotels': u'2', u'latitude': u'35.13140106201172'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20090955', u'longitude': u'-80.83360290527344', u'nr_hotels': u'1', u'latitude': u'36.22719955444336'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20090955', u'longitude': u'-80.83360290527344', u'nr_hotels': u'1', u'latitude': u'36.22719955444336'} -error: (1062, "Duplicate entry 'belmont-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Belmont', u'countrycode': u'us', u'city_id': u'20091152', u'longitude': u'-81.0374984741211', u'nr_hotels': u'3', u'latitude': u'35.242801666259766'} -error: (1062, "Duplicate entry 'belmont-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Belmont', u'countrycode': u'us', u'city_id': u'20091152', u'longitude': u'-81.0374984741211', u'nr_hotels': u'3', u'latitude': u'35.242801666259766'} -error: (1062, "Duplicate entry 'boone-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Boone', u'countrycode': u'us', u'city_id': u'20091289', u'longitude': u'-81.67469787597656', u'nr_hotels': u'12', u'latitude': u'36.21670150756836'} -error: (1062, "Duplicate entry 'boone-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Boone', u'countrycode': u'us', u'city_id': u'20091289', u'longitude': u'-81.67469787597656', u'nr_hotels': u'12', u'latitude': u'36.21670150756836'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20091427', u'longitude': u'-79.43810272216797', u'nr_hotels': u'9', u'latitude': u'36.09560012817383'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20091427', u'longitude': u'-79.43810272216797', u'nr_hotels': u'9', u'latitude': u'36.09560012817383'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20091510', u'longitude': u'-82.8375015258789', u'nr_hotels': u'2', u'latitude': u'35.532798767089844'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20091510', u'longitude': u'-82.8375015258789', u'nr_hotels': u'2', u'latitude': u'35.532798767089844'} -error: (1062, "Duplicate entry 'sharlott-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0428\u0430\u0440\u043b\u043e\u0442\u0442', u'countrycode': u'us', u'city_id': u'20091627', u'longitude': u'-80.84310150146484', u'nr_hotels': u'114', u'latitude': u'35.22710037231445'} -error: (1062, "Duplicate entry 'cherokee-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cherokee', u'countrycode': u'us', u'city_id': u'20091633', u'longitude': u'-83.31500244140625', u'nr_hotels': u'10', u'latitude': u'35.47420120239258'} -error: (1062, "Duplicate entry 'cherokee-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cherokee', u'countrycode': u'us', u'city_id': u'20091633', u'longitude': u'-83.31500244140625', u'nr_hotels': u'10', u'latitude': u'35.47420120239258'} -error: (1062, "Duplicate entry 'clayton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clayton', u'countrycode': u'us', u'city_id': u'20091680', u'longitude': u'-78.45670318603516', u'nr_hotels': u'2', u'latitude': u'35.65060043334961'} -error: (1062, "Duplicate entry 'clayton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clayton', u'countrycode': u'us', u'city_id': u'20091680', u'longitude': u'-78.45670318603516', u'nr_hotels': u'2', u'latitude': u'35.65060043334961'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20091699', u'longitude': u'-78.32360076904297', u'nr_hotels': u'2', u'latitude': u'34.997798919677734'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20091699', u'longitude': u'-78.32360076904297', u'nr_hotels': u'2', u'latitude': u'34.997798919677734'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20091754', u'longitude': u'-82.19719696044922', u'nr_hotels': u'1', u'latitude': u'35.25310134887695'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20091754', u'longitude': u'-82.19719696044922', u'nr_hotels': u'1', u'latitude': u'35.25310134887695'} -error: (1062, "Duplicate entry 'concord-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Concord', u'countrycode': u'us', u'city_id': u'20091765', u'longitude': u'-80.57969665527344', u'nr_hotels': u'16', u'latitude': u'35.408599853515625'} -error: (1062, "Duplicate entry 'konkord-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u043e\u043d\u043a\u043e\u0440\u0434', u'countrycode': u'us', u'city_id': u'20091765', u'longitude': u'-80.57969665527344', u'nr_hotels': u'16', u'latitude': u'35.408599853515625'} -error: (1062, "Duplicate entry 'durham-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Durham', u'countrycode': u'us', u'city_id': u'20092053', u'longitude': u'-78.8989028930664', u'nr_hotels': u'36', u'latitude': u'35.993900299072266'} -error: (1062, "Duplicate entry 'durham-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Durham', u'countrycode': u'us', u'city_id': u'20092053', u'longitude': u'-78.8989028930664', u'nr_hotels': u'36', u'latitude': u'35.993900299072266'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20092290', u'longitude': u'-78.87860107421875', u'nr_hotels': u'32', u'latitude': u'35.0525016784668'} -error: (1062, "Duplicate entry 'forest-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Forest City', u'countrycode': u'us', u'city_id': u'20092367', u'longitude': u'-81.86530303955078', u'nr_hotels': u'3', u'latitude': u'35.333900451660156'} -error: (1062, "Duplicate entry 'forest-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Forest City', u'countrycode': u'us', u'city_id': u'20092367', u'longitude': u'-81.86530303955078', u'nr_hotels': u'3', u'latitude': u'35.333900451660156'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20092419', u'longitude': u'-83.38169860839844', u'nr_hotels': u'3', u'latitude': u'35.18220138549805'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20092419', u'longitude': u'-83.38169860839844', u'nr_hotels': u'3', u'latitude': u'35.18220138549805'} -error: (1062, "Duplicate entry 'greensboro-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greensboro', u'countrycode': u'us', u'city_id': u'20092632', u'longitude': u'-79.79219818115234', u'nr_hotels': u'50', u'latitude': u'36.0724983215332'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20092634', u'longitude': u'-77.36669921875', u'nr_hotels': u'19', u'latitude': u'35.61249923706055'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20092634', u'longitude': u'-77.36669921875', u'nr_hotels': u'19', u'latitude': u'35.61249923706055'} -error: (1062, "Duplicate entry 'guilford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Guilford', u'countrycode': u'us', u'city_id': u'20092665', u'longitude': u'-79.89830017089844', u'nr_hotels': u'2', u'latitude': u'36.076698303222656'} -error: (1062, "Duplicate entry 'guilford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Guilford', u'countrycode': u'us', u'city_id': u'20092665', u'longitude': u'-79.89830017089844', u'nr_hotels': u'2', u'latitude': u'36.076698303222656'} -error: (1062, "Duplicate entry 'hebron-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hebron', u'countrycode': u'us', u'city_id': u'20092801', u'longitude': u'-80.87920379638672', u'nr_hotels': u'0', u'latitude': u'35.12969970703125'} -error: (1062, "Duplicate entry 'hebron-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hebron', u'countrycode': u'us', u'city_id': u'20092801', u'longitude': u'-80.87920379638672', u'nr_hotels': u'0', u'latitude': u'35.12969970703125'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20092813', u'longitude': u'-78.39939880371094', u'nr_hotels': u'8', u'latitude': u'36.32939910888672'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20092813', u'longitude': u'-78.39939880371094', u'nr_hotels': u'8', u'latitude': u'36.32939910888672'} -error: (1062, "Duplicate entry 'hillsborough-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hillsborough', u'countrycode': u'us', u'city_id': u'20092889', u'longitude': u'-79.0999984741211', u'nr_hotels': u'2', u'latitude': u'36.07529830932617'} -error: (1062, "Duplicate entry 'hillsborough-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hillsborough', u'countrycode': u'us', u'city_id': u'20092889', u'longitude': u'-79.0999984741211', u'nr_hotels': u'2', u'latitude': u'36.07529830932617'} -error: (1062, "Duplicate entry 'holly-springs-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Holly Springs', u'countrycode': u'us', u'city_id': u'20092939', u'longitude': u'-78.83390045166016', u'nr_hotels': u'1', u'latitude': u'35.651100158691406'} -error: (1062, "Duplicate entry 'holly-springs-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Holly Springs', u'countrycode': u'us', u'city_id': u'20092939', u'longitude': u'-78.83390045166016', u'nr_hotels': u'1', u'latitude': u'35.651100158691406'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20093075', u'longitude': u'-77.43060302734375', u'nr_hotels': u'20', u'latitude': u'34.75389862060547'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20093075', u'longitude': u'-77.43060302734375', u'nr_hotels': u'20', u'latitude': u'34.75389862060547'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20093089', u'longitude': u'-81.47360229492188', u'nr_hotels': u'1', u'latitude': u'36.4202995300293'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20093089', u'longitude': u'-81.47360229492188', u'nr_hotels': u'1', u'latitude': u'36.4202995300293'} -error: (1062, "Duplicate entry 'jonesville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jonesville', u'countrycode': u'us', u'city_id': u'20093130', u'longitude': u'-80.8447036743164', u'nr_hotels': u'3', u'latitude': u'36.239200592041016'} -error: (1062, "Duplicate entry 'jonesville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jonesville', u'countrycode': u'us', u'city_id': u'20093130', u'longitude': u'-80.8447036743164', u'nr_hotels': u'3', u'latitude': u'36.239200592041016'} -error: (1062, "Duplicate entry 'leesville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Leesville', u'countrycode': u'us', u'city_id': u'20093326', u'longitude': u'-78.72640228271484', u'nr_hotels': u'2', u'latitude': u'35.906898498535156'} -error: (1062, "Duplicate entry 'leesville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Leesville', u'countrycode': u'us', u'city_id': u'20093326', u'longitude': u'-78.72640228271484', u'nr_hotels': u'2', u'latitude': u'35.906898498535156'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20093352', u'longitude': u'-80.25360107421875', u'nr_hotels': u'5', u'latitude': u'35.82389831542969'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20093352', u'longitude': u'-80.25360107421875', u'nr_hotels': u'5', u'latitude': u'35.82389831542969'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20093484', u'longitude': u'-79.95970153808594', u'nr_hotels': u'1', u'latitude': u'36.38529968261719'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20093484', u'longitude': u'-79.95970153808594', u'nr_hotels': u'1', u'latitude': u'36.38529968261719'} -error: (1062, "Duplicate entry 'millbrook-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Millbrook', u'countrycode': u'us', u'city_id': u'20093675', u'longitude': u'-78.60559844970703', u'nr_hotels': u'1', u'latitude': u'35.850799560546875'} -error: (1062, "Duplicate entry 'millbrook-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Millbrook', u'countrycode': u'us', u'city_id': u'20093675', u'longitude': u'-78.60559844970703', u'nr_hotels': u'1', u'latitude': u'35.850799560546875'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20093715', u'longitude': u'-80.54969787597656', u'nr_hotels': u'7', u'latitude': u'34.98529815673828'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20093715', u'longitude': u'-80.54969787597656', u'nr_hotels': u'7', u'latitude': u'34.98529815673828'} -error: (1062, "Duplicate entry 'mount-airy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Airy', u'countrycode': u'us', u'city_id': u'20093761', u'longitude': u'-80.60749816894531', u'nr_hotels': u'5', u'latitude': u'36.49919891357422'} -error: (1062, "Duplicate entry 'mount-airy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Airy', u'countrycode': u'us', u'city_id': u'20093761', u'longitude': u'-80.60749816894531', u'nr_hotels': u'5', u'latitude': u'36.49919891357422'} -error: (1062, "Duplicate entry 'oxford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oxford', u'countrycode': u'us', u'city_id': u'20094122', u'longitude': u'-78.59110260009766', u'nr_hotels': u'2', u'latitude': u'36.31060028076172'} -error: (1062, "Duplicate entry 'oxford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oxford', u'countrycode': u'us', u'city_id': u'20094122', u'longitude': u'-78.59110260009766', u'nr_hotels': u'2', u'latitude': u'36.31060028076172'} -error: (1062, "Duplicate entry 'pinehurst-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pinehurst', u'countrycode': u'us', u'city_id': u'20094280', u'longitude': u'-79.4697036743164', u'nr_hotels': u'3', u'latitude': u'35.1953010559082'} -error: (1062, "Duplicate entry 'pinehurst-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pinehurst', u'countrycode': u'us', u'city_id': u'20094280', u'longitude': u'-79.4697036743164', u'nr_hotels': u'3', u'latitude': u'35.1953010559082'} -error: (1062, "Duplicate entry 'pineville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pineville', u'countrycode': u'us', u'city_id': u'20094290', u'longitude': u'-80.89250183105469', u'nr_hotels': u'13', u'latitude': u'35.083099365234375'} -error: (1062, "Duplicate entry 'pineville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pineville', u'countrycode': u'us', u'city_id': u'20094290', u'longitude': u'-80.89250183105469', u'nr_hotels': u'13', u'latitude': u'35.083099365234375'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20094360', u'longitude': u'-76.7489013671875', u'nr_hotels': u'1', u'latitude': u'35.86669921875'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20094360', u'longitude': u'-76.7489013671875', u'nr_hotels': u'1', u'latitude': u'35.86669921875'} -error: (1062, "Duplicate entry 'salisbury-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salisbury', u'countrycode': u'us', u'city_id': u'20094750', u'longitude': u'-80.47440338134766', u'nr_hotels': u'7', u'latitude': u'35.670799255371094'} -error: (1062, "Duplicate entry 'salisbury-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salisbury', u'countrycode': u'us', u'city_id': u'20094750', u'longitude': u'-80.47440338134766', u'nr_hotels': u'7', u'latitude': u'35.670799255371094'} -error: (1062, "Duplicate entry 'sanford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sanford', u'countrycode': u'us', u'city_id': u'20094785', u'longitude': u'-79.18060302734375', u'nr_hotels': u'5', u'latitude': u'35.479698181152344'} -error: (1062, "Duplicate entry 'sanford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sanford', u'countrycode': u'us', u'city_id': u'20094785', u'longitude': u'-79.18060302734375', u'nr_hotels': u'5', u'latitude': u'35.479698181152344'} -error: (1062, "Duplicate entry 'selma-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Selma', u'countrycode': u'us', u'city_id': u'20094846', u'longitude': u'-78.28469848632812', u'nr_hotels': u'3', u'latitude': u'35.536399841308594'} -error: (1062, "Duplicate entry 'selma-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Selma', u'countrycode': u'us', u'city_id': u'20094846', u'longitude': u'-78.28469848632812', u'nr_hotels': u'3', u'latitude': u'35.536399841308594'} -error: (1062, "Duplicate entry 'shelby-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shelby', u'countrycode': u'us', u'city_id': u'20094896', u'longitude': u'-81.53579711914062', u'nr_hotels': u'7', u'latitude': u'35.292198181152344'} -error: (1062, "Duplicate entry 'shelby-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shelby', u'countrycode': u'us', u'city_id': u'20094896', u'longitude': u'-81.53579711914062', u'nr_hotels': u'7', u'latitude': u'35.292198181152344'} -error: (1062, "Duplicate entry 'southport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Southport', u'countrycode': u'us', u'city_id': u'20095061', u'longitude': u'-78.02059936523438', u'nr_hotels': u'3', u'latitude': u'33.9213981628418'} -error: (1062, "Duplicate entry 'southport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Southport', u'countrycode': u'us', u'city_id': u'20095061', u'longitude': u'-78.02059936523438', u'nr_hotels': u'3', u'latitude': u'33.9213981628418'} -error: (1062, "Duplicate entry 'spring-lake-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Spring Lake', u'countrycode': u'us', u'city_id': u'20095095', u'longitude': u'-78.97309875488281', u'nr_hotels': u'4', u'latitude': u'35.16780090332031'} -error: (1062, "Duplicate entry 'spring-lake-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Spring Lake', u'countrycode': u'us', u'city_id': u'20095095', u'longitude': u'-78.97309875488281', u'nr_hotels': u'4', u'latitude': u'35.16780090332031'} -error: (1062, "Duplicate entry 'sterling-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sterling', u'countrycode': u'us', u'city_id': u'20095142', u'longitude': u'-80.88670349121094', u'nr_hotels': u'1', u'latitude': u'35.10810089111328'} -error: (1062, "Duplicate entry 'sterling-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sterling', u'countrycode': u'us', u'city_id': u'20095142', u'longitude': u'-80.88670349121094', u'nr_hotels': u'1', u'latitude': u'35.10810089111328'} -error: (1062, "Duplicate entry 'sulphur-springs-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sulphur Springs', u'countrycode': u'us', u'city_id': u'20095202', u'longitude': u'-82.62249755859375', u'nr_hotels': u'0', u'latitude': u'35.5703010559082'} -error: (1062, "Duplicate entry 'sulphur-springs-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sulphur Springs', u'countrycode': u'us', u'city_id': u'20095202', u'longitude': u'-82.62249755859375', u'nr_hotels': u'0', u'latitude': u'35.5703010559082'} -error: (1062, "Duplicate entry 'thomasville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Thomasville', u'countrycode': u'us', u'city_id': u'20095312', u'longitude': u'-80.08219909667969', u'nr_hotels': u'4', u'latitude': u'35.88249969482422'} -error: (1062, "Duplicate entry 'thomasville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Thomasville', u'countrycode': u'us', u'city_id': u'20095312', u'longitude': u'-80.08219909667969', u'nr_hotels': u'4', u'latitude': u'35.88249969482422'} -error: (1062, "Duplicate entry 'warsaw-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warsaw', u'countrycode': u'us', u'city_id': u'20095555', u'longitude': u'-78.09140014648438', u'nr_hotels': u'1', u'latitude': u'34.99919891357422'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20095558', u'longitude': u'-77.05249786376953', u'nr_hotels': u'4', u'latitude': u'35.5463981628418'} -error: (1062, "Duplicate entry 'vashington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0430\u0448\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20095558', u'longitude': u'-77.05249786376953', u'nr_hotels': u'4', u'latitude': u'35.5463981628418'} -error: (1062, "Duplicate entry 'banja-rs' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Banja', u'countrycode': u'rs', u'city_id': u'9037957', u'longitude': u'20.486400604248047', u'nr_hotels': u'1', u'latitude': u'43.95220184326172'} -error: (1062, "Duplicate entry 'banja-rs' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Banja', u'countrycode': u'rs', u'city_id': u'9037957', u'longitude': u'20.486400604248047', u'nr_hotels': u'1', u'latitude': u'43.95220184326172'} -error: (1062, "Duplicate entry 'whittier-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Whittier', u'countrycode': u'us', u'city_id': u'20095703', u'longitude': u'-83.36029815673828', u'nr_hotels': u'1', u'latitude': u'35.435001373291016'} -error: (1062, "Duplicate entry 'whittier-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Whittier', u'countrycode': u'us', u'city_id': u'20095703', u'longitude': u'-83.36029815673828', u'nr_hotels': u'1', u'latitude': u'35.435001373291016'} -error: (1062, "Duplicate entry 'wilmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wilmington', u'countrycode': u'us', u'city_id': u'20095750', u'longitude': u'-77.94499969482422', u'nr_hotels': u'36', u'latitude': u'34.22560119628906'} -error: (1062, "Duplicate entry 'uilmington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0423\u0438\u043b\u043c\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20095750', u'longitude': u'-77.94499969482422', u'nr_hotels': u'36', u'latitude': u'34.22560119628906'} -error: (1062, "Duplicate entry 'grafton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grafton', u'countrycode': u'us', u'city_id': u'20096186', u'longitude': u'-97.4103012084961', u'nr_hotels': u'1', u'latitude': u'48.412200927734375'} -error: (1062, "Duplicate entry 'grafton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grafton', u'countrycode': u'us', u'city_id': u'20096186', u'longitude': u'-97.4103012084961', u'nr_hotels': u'1', u'latitude': u'48.412200927734375'} -error: (1062, "Duplicate entry 'harvey-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harvey', u'countrycode': u'us', u'city_id': u'20096228', u'longitude': u'-99.93499755859375', u'nr_hotels': u'1', u'latitude': u'47.76969909667969'} -error: (1062, "Duplicate entry 'harvey-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Harvey', u'countrycode': u'us', u'city_id': u'20096228', u'longitude': u'-99.93499755859375', u'nr_hotels': u'1', u'latitude': u'47.76969909667969'} -error: (1062, "Duplicate entry 'jamestown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jamestown', u'countrycode': u'us', u'city_id': u'20096269', u'longitude': u'-98.70809936523438', u'nr_hotels': u'9', u'latitude': u'46.91059875488281'} -error: (1062, "Duplicate entry 'jamestown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jamestown', u'countrycode': u'us', u'city_id': u'20096269', u'longitude': u'-98.70809936523438', u'nr_hotels': u'9', u'latitude': u'46.91059875488281'} -error: (1062, "Duplicate entry 'stanton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stanton', u'countrycode': u'us', u'city_id': u'20096620', u'longitude': u'-101.38099670410156', u'nr_hotels': u'1', u'latitude': u'47.32109832763672'} -error: (1062, "Duplicate entry 'stanton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stanton', u'countrycode': u'us', u'city_id': u'20096620', u'longitude': u'-101.38099670410156', u'nr_hotels': u'1', u'latitude': u'47.32109832763672'} -error: (1062, "Duplicate entry 'alliance-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alliance', u'countrycode': u'us', u'city_id': u'20096789', u'longitude': u'-81.1061019897461', u'nr_hotels': u'1', u'latitude': u'40.91529846191406'} -error: (1062, "Duplicate entry 'alliance-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alliance', u'countrycode': u'us', u'city_id': u'20096789', u'longitude': u'-81.1061019897461', u'nr_hotels': u'1', u'latitude': u'40.91529846191406'} -error: (1062, "Duplicate entry 'amherst-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Amherst', u'countrycode': u'us', u'city_id': u'20096809', u'longitude': u'-82.22250366210938', u'nr_hotels': u'1', u'latitude': u'41.39780044555664'} -error: (1062, "Duplicate entry 'amherst-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Amherst', u'countrycode': u'us', u'city_id': u'20096809', u'longitude': u'-82.22250366210938', u'nr_hotels': u'1', u'latitude': u'41.39780044555664'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20096880', u'longitude': u'-82.31829833984375', u'nr_hotels': u'2', u'latitude': u'40.86859893798828'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20096880', u'longitude': u'-82.31829833984375', u'nr_hotels': u'2', u'latitude': u'40.86859893798828'} -error: (1062, "Duplicate entry 'athens-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Athens', u'countrycode': u'us', u'city_id': u'20096889', u'longitude': u'-82.10140228271484', u'nr_hotels': u'5', u'latitude': u'39.329200744628906'} -error: (1062, "Duplicate entry 'athens-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Athens', u'countrycode': u'us', u'city_id': u'20096889', u'longitude': u'-82.10140228271484', u'nr_hotels': u'5', u'latitude': u'39.329200744628906'} -error: (1062, "Duplicate entry 'aurora-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aurora', u'countrycode': u'us', u'city_id': u'20096910', u'longitude': u'-81.34559631347656', u'nr_hotels': u'1', u'latitude': u'41.317501068115234'} -error: (1062, "Duplicate entry 'avon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Avon', u'countrycode': u'us', u'city_id': u'20096923', u'longitude': u'-82.03559875488281', u'nr_hotels': u'1', u'latitude': u'41.451698303222656'} -error: (1062, "Duplicate entry 'avon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Avon', u'countrycode': u'us', u'city_id': u'20096923', u'longitude': u'-82.03559875488281', u'nr_hotels': u'1', u'latitude': u'41.451698303222656'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20097054', u'longitude': u'-82.8416976928711', u'nr_hotels': u'1', u'latitude': u'41.27360153198242'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20097054', u'longitude': u'-82.8416976928711', u'nr_hotels': u'1', u'latitude': u'41.27360153198242'} -error: (1062, "Duplicate entry 'berlin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Berlin', u'countrycode': u'us', u'city_id': u'20097081', u'longitude': u'-81.79440307617188', u'nr_hotels': u'4', u'latitude': u'40.561100006103516'} -error: (1062, "Duplicate entry 'berlin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Berlin', u'countrycode': u'us', u'city_id': u'20097081', u'longitude': u'-81.79440307617188', u'nr_hotels': u'4', u'latitude': u'40.561100006103516'} -error: (1062, "Duplicate entry 'bluffton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bluffton', u'countrycode': u'us', u'city_id': u'20097178', u'longitude': u'-83.88890075683594', u'nr_hotels': u'2', u'latitude': u'40.895301818847656'} -error: (1062, "Duplicate entry 'bluffton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bluffton', u'countrycode': u'us', u'city_id': u'20097178', u'longitude': u'-83.88890075683594', u'nr_hotels': u'2', u'latitude': u'40.895301818847656'} -error: (1062, "Duplicate entry 'bogart-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bogart', u'countrycode': u'us', u'city_id': u'20097183', u'longitude': u'-82.6511001586914', u'nr_hotels': u'1', u'latitude': u'41.39580154418945'} -error: (1062, "Duplicate entry 'bogart-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bogart', u'countrycode': u'us', u'city_id': u'20097183', u'longitude': u'-82.6511001586914', u'nr_hotels': u'1', u'latitude': u'41.39580154418945'} -error: (1062, "Duplicate entry 'bowling-green-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bowling Green', u'countrycode': u'us', u'city_id': u'20097213', u'longitude': u'-83.65139770507812', u'nr_hotels': u'2', u'latitude': u'41.374698638916016'} -error: (1062, "Duplicate entry 'bowling-green-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bowling Green', u'countrycode': u'us', u'city_id': u'20097213', u'longitude': u'-83.65139770507812', u'nr_hotels': u'2', u'latitude': u'41.374698638916016'} -error: (1062, "Duplicate entry 'brentwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brentwood', u'countrycode': u'us', u'city_id': u'20097247', u'longitude': u'-81.375', u'nr_hotels': u'1', u'latitude': u'41.64780044555664'} -error: (1062, "Duplicate entry 'brentwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brentwood', u'countrycode': u'us', u'city_id': u'20097247', u'longitude': u'-81.375', u'nr_hotels': u'1', u'latitude': u'41.64780044555664'} -error: (1062, "Duplicate entry 'brooklyn-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brooklyn', u'countrycode': u'us', u'city_id': u'20097300', u'longitude': u'-81.73560333251953', u'nr_hotels': u'1', u'latitude': u'41.439701080322266'} -error: (1062, "Duplicate entry 'brooklyn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brooklyn', u'countrycode': u'us', u'city_id': u'20097300', u'longitude': u'-81.73560333251953', u'nr_hotels': u'1', u'latitude': u'41.439701080322266'} -error: (1062, "Duplicate entry 'brookville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brookville', u'countrycode': u'us', u'city_id': u'20097307', u'longitude': u'-84.4113998413086', u'nr_hotels': u'1', u'latitude': u'39.836700439453125'} -error: (1062, "Duplicate entry 'brookville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brookville', u'countrycode': u'us', u'city_id': u'20097307', u'longitude': u'-84.4113998413086', u'nr_hotels': u'1', u'latitude': u'39.836700439453125'} -error: (1062, "Duplicate entry 'brunswick-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brunswick', u'countrycode': u'us', u'city_id': u'20097328', u'longitude': u'-81.84190368652344', u'nr_hotels': u'1', u'latitude': u'41.23809814453125'} -error: (1062, "Duplicate entry 'brunswick-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brunswick', u'countrycode': u'us', u'city_id': u'20097328', u'longitude': u'-81.84190368652344', u'nr_hotels': u'1', u'latitude': u'41.23809814453125'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20097369', u'longitude': u'-82.53579711914062', u'nr_hotels': u'1', u'latitude': u'38.40719985961914'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20097369', u'longitude': u'-82.53579711914062', u'nr_hotels': u'1', u'latitude': u'38.40719985961914'} -error: (1062, "Duplicate entry 'caldwell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Caldwell', u'countrycode': u'us', u'city_id': u'20097404', u'longitude': u'-81.5167007446289', u'nr_hotels': u'1', u'latitude': u'39.747798919677734'} -error: (1062, "Duplicate entry 'caldwell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Caldwell', u'countrycode': u'us', u'city_id': u'20097404', u'longitude': u'-81.5167007446289', u'nr_hotels': u'1', u'latitude': u'39.747798919677734'} -error: (1062, "Duplicate entry 'cambridge-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cambridge', u'countrycode': u'us', u'city_id': u'20097411', u'longitude': u'-81.5886001586914', u'nr_hotels': u'1', u'latitude': u'40.03110122680664'} -error: (1062, "Duplicate entry 'kembridzh-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0435\u043c\u0431\u0440\u0438\u0434\u0436', u'countrycode': u'us', u'city_id': u'20097411', u'longitude': u'-81.5886001586914', u'nr_hotels': u'1', u'latitude': u'40.03110122680664'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20097442', u'longitude': u'-81.3737564086914', u'nr_hotels': u'13', u'latitude': u'40.81281280517578'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20097442', u'longitude': u'-81.3737564086914', u'nr_hotels': u'13', u'latitude': u'40.81281280517578'} -error: (1062, "Duplicate entry 'cedar-grove-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cedar Grove', u'countrycode': u'us', u'city_id': u'20097494', u'longitude': u'-82.53970336914062', u'nr_hotels': u'1', u'latitude': u'39.437801361083984'} -error: (1062, "Duplicate entry 'cedar-grove-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cedar Grove', u'countrycode': u'us', u'city_id': u'20097494', u'longitude': u'-82.53970336914062', u'nr_hotels': u'1', u'latitude': u'39.437801361083984'} -error: (1062, "Duplicate entry 'centerville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Centerville', u'countrycode': u'us', u'city_id': u'20097522', u'longitude': u'-84.1594009399414', u'nr_hotels': u'7', u'latitude': u'39.628299713134766'} -error: (1062, "Duplicate entry 'centerville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Centerville', u'countrycode': u'us', u'city_id': u'20097522', u'longitude': u'-84.1594009399414', u'nr_hotels': u'7', u'latitude': u'39.628299713134766'} -error: (1062, "Duplicate entry 'chillicothe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chillicothe', u'countrycode': u'us', u'city_id': u'20097579', u'longitude': u'-82.98249816894531', u'nr_hotels': u'4', u'latitude': u'39.333099365234375'} -error: (1062, "Duplicate entry 'chillicothe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chillicothe', u'countrycode': u'us', u'city_id': u'20097579', u'longitude': u'-82.98249816894531', u'nr_hotels': u'4', u'latitude': u'39.333099365234375'} -error: (1062, "Duplicate entry 'cleveland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cleveland', u'countrycode': u'us', u'city_id': u'20097630', u'longitude': u'-81.69560241699219', u'nr_hotels': u'20', u'latitude': u'41.4994010925293'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20097699', u'longitude': u'-82.9989013671875', u'nr_hotels': u'51', u'latitude': u'39.96110153198242'} -error: (1062, "Duplicate entry 'kolumbus-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u043e\u043b\u0443\u043c\u0431\u0443\u0441', u'countrycode': u'us', u'city_id': u'20097699', u'longitude': u'-82.9989013671875', u'nr_hotels': u'51', u'latitude': u'39.96110153198242'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20097855', u'longitude': u'-82.26029968261719', u'nr_hotels': u'1', u'latitude': u'40.4474983215332'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20097855', u'longitude': u'-82.26029968261719', u'nr_hotels': u'1', u'latitude': u'40.4474983215332'} -error: (1062, "Duplicate entry 'dover-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dover', u'countrycode': u'us', u'city_id': u'20097961', u'longitude': u'-81.47419738769531', u'nr_hotels': u'3', u'latitude': u'40.520599365234375'} -error: (1062, "Duplicate entry 'dover-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dover', u'countrycode': u'us', u'city_id': u'20097961', u'longitude': u'-81.47419738769531', u'nr_hotels': u'3', u'latitude': u'40.520599365234375'} -error: (1062, "Duplicate entry 'dublin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dublin', u'countrycode': u'us', u'city_id': u'20097977', u'longitude': u'-83.11419677734375', u'nr_hotels': u'19', u'latitude': u'40.09920120239258'} -error: (1062, "Duplicate entry 'englewood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Englewood', u'countrycode': u'us', u'city_id': u'20098178', u'longitude': u'-84.30220031738281', u'nr_hotels': u'6', u'latitude': u'39.877498626708984'} -error: (1062, "Duplicate entry 'englewood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Englewood', u'countrycode': u'us', u'city_id': u'20098178', u'longitude': u'-84.30220031738281', u'nr_hotels': u'6', u'latitude': u'39.877498626708984'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20098227', u'longitude': u'-84.56060028076172', u'nr_hotels': u'3', u'latitude': u'39.34579849243164'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20098227', u'longitude': u'-84.56060028076172', u'nr_hotels': u'3', u'latitude': u'39.34579849243164'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20098396', u'longitude': u'-84.30419921875', u'nr_hotels': u'2', u'latitude': u'39.55889892578125'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20098396', u'longitude': u'-84.30419921875', u'nr_hotels': u'2', u'latitude': u'39.55889892578125'} -error: (1062, "Duplicate entry 'fremont-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fremont', u'countrycode': u'us', u'city_id': u'20098419', u'longitude': u'-83.12190246582031', u'nr_hotels': u'6', u'latitude': u'41.35029983520508'} -error: (1062, "Duplicate entry 'fremont-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fremont', u'countrycode': u'us', u'city_id': u'20098419', u'longitude': u'-83.12190246582031', u'nr_hotels': u'6', u'latitude': u'41.35029983520508'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20098644', u'longitude': u'-84.63310241699219', u'nr_hotels': u'3', u'latitude': u'40.10279846191406'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20098644', u'longitude': u'-84.63310241699219', u'nr_hotels': u'3', u'latitude': u'40.10279846191406'} -error: (1062, "Duplicate entry 'hamilton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hamilton', u'countrycode': u'us', u'city_id': u'20098697', u'longitude': u'-84.5614013671875', u'nr_hotels': u'1', u'latitude': u'39.39939880371094'} -error: (1062, "Duplicate entry 'hamilton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hamilton', u'countrycode': u'us', u'city_id': u'20098697', u'longitude': u'-84.5614013671875', u'nr_hotels': u'1', u'latitude': u'39.39939880371094'} -error: (1062, "Duplicate entry 'harrison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harrison', u'countrycode': u'us', u'city_id': u'20098754', u'longitude': u'-84.81999969482422', u'nr_hotels': u'1', u'latitude': u'39.26190185546875'} -error: (1062, "Duplicate entry 'harrison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Harrison', u'countrycode': u'us', u'city_id': u'20098754', u'longitude': u'-84.81999969482422', u'nr_hotels': u'1', u'latitude': u'39.26190185546875'} -error: (1062, "Duplicate entry 'hebron-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hebron', u'countrycode': u'us', u'city_id': u'20098803', u'longitude': u'-82.49140167236328', u'nr_hotels': u'3', u'latitude': u'39.961700439453125'} -error: (1062, "Duplicate entry 'hebron-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hebron', u'countrycode': u'us', u'city_id': u'20098803', u'longitude': u'-82.49140167236328', u'nr_hotels': u'3', u'latitude': u'39.961700439453125'} -error: (1062, "Duplicate entry 'hillsboro-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hillsboro', u'countrycode': u'us', u'city_id': u'20098877', u'longitude': u'-83.61170196533203', u'nr_hotels': u'3', u'latitude': u'39.20220184326172'} -error: (1062, "Duplicate entry 'hillsboro-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hillsboro', u'countrycode': u'us', u'city_id': u'20098877', u'longitude': u'-83.61170196533203', u'nr_hotels': u'3', u'latitude': u'39.20220184326172'} -error: (1062, "Duplicate entry 'holland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Holland', u'countrycode': u'us', u'city_id': u'20098905', u'longitude': u'-83.71170043945312', u'nr_hotels': u'6', u'latitude': u'41.621700286865234'} -error: (1062, "Duplicate entry 'holland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Holland', u'countrycode': u'us', u'city_id': u'20098905', u'longitude': u'-83.71170043945312', u'nr_hotels': u'6', u'latitude': u'41.621700286865234'} -error: (1062, "Duplicate entry 'hudson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hudson', u'countrycode': u'us', u'city_id': u'20098959', u'longitude': u'-81.44080352783203', u'nr_hotels': u'2', u'latitude': u'41.2400016784668'} -error: (1062, "Duplicate entry 'hudson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hudson', u'countrycode': u'us', u'city_id': u'20098959', u'longitude': u'-81.44080352783203', u'nr_hotels': u'2', u'latitude': u'41.2400016784668'} -error: (1062, "Duplicate entry 'independence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Independence', u'countrycode': u'us', u'city_id': u'20098999', u'longitude': u'-81.63809967041016', u'nr_hotels': u'10', u'latitude': u'41.36859893798828'} -error: (1062, "Duplicate entry 'independence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Independence', u'countrycode': u'us', u'city_id': u'20098999', u'longitude': u'-81.63809967041016', u'nr_hotels': u'10', u'latitude': u'41.36859893798828'} -error: (1062, "Duplicate entry 'jeffersonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jeffersonville', u'countrycode': u'us', u'city_id': u'20099061', u'longitude': u'-83.56390380859375', u'nr_hotels': u'2', u'latitude': u'39.65359878540039'} -error: (1062, "Duplicate entry 'jeffersonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jeffersonville', u'countrycode': u'us', u'city_id': u'20099061', u'longitude': u'-83.56390380859375', u'nr_hotels': u'2', u'latitude': u'39.65359878540039'} -error: (1062, "Duplicate entry 'kent-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kent', u'countrycode': u'us', u'city_id': u'20099137', u'longitude': u'-81.35810089111328', u'nr_hotels': u'5', u'latitude': u'41.15359878540039'} -error: (1062, "Duplicate entry 'kent-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kent', u'countrycode': u'us', u'city_id': u'20099137', u'longitude': u'-81.35810089111328', u'nr_hotels': u'5', u'latitude': u'41.15359878540039'} -error: (1062, "Duplicate entry 'lafayette-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lafayette', u'countrycode': u'us', u'city_id': u'20099223', u'longitude': u'-83.40670013427734', u'nr_hotels': u'1', u'latitude': u'39.9375'} -error: (1062, "Duplicate entry 'lafayette-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lafayette', u'countrycode': u'us', u'city_id': u'20099223', u'longitude': u'-83.40670013427734', u'nr_hotels': u'1', u'latitude': u'39.9375'} -error: (1062, "Duplicate entry 'lakewood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lakewood', u'countrycode': u'us', u'city_id': u'20099262', u'longitude': u'-81.79830169677734', u'nr_hotels': u'3', u'latitude': u'41.48189926147461'} -error: (1062, "Duplicate entry 'lakewood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lakewood', u'countrycode': u'us', u'city_id': u'20099262', u'longitude': u'-81.79830169677734', u'nr_hotels': u'3', u'latitude': u'41.48189926147461'} -error: (1062, "Duplicate entry 'lancaster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lancaster', u'countrycode': u'us', u'city_id': u'20099265', u'longitude': u'-82.59940338134766', u'nr_hotels': u'3', u'latitude': u'39.713600158691406'} -error: (1062, "Duplicate entry 'lankaster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u043a\u0430\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20099265', u'longitude': u'-82.59940338134766', u'nr_hotels': u'3', u'latitude': u'39.713600158691406'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20099304', u'longitude': u'-84.2031021118164', u'nr_hotels': u'3', u'latitude': u'39.435298919677734'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20099304', u'longitude': u'-84.2031021118164', u'nr_hotels': u'3', u'latitude': u'39.435298919677734'} -error: (1062, "Duplicate entry 'london-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'London', u'countrycode': u'us', u'city_id': u'20099431', u'longitude': u'-83.44830322265625', u'nr_hotels': u'1', u'latitude': u'39.88639831542969'} -error: (1062, "Duplicate entry 'london-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u043e\u043d\u0434\u043e\u043d', u'countrycode': u'us', u'city_id': u'20099431', u'longitude': u'-83.44830322265625', u'nr_hotels': u'1', u'latitude': u'39.88639831542969'} -error: (1062, "Duplicate entry 'loveland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Loveland', u'countrycode': u'us', u'city_id': u'20099453', u'longitude': u'-84.26390075683594', u'nr_hotels': u'2', u'latitude': u'39.26890182495117'} -error: (1062, "Duplicate entry 'loveland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Loveland', u'countrycode': u'us', u'city_id': u'20099453', u'longitude': u'-84.26390075683594', u'nr_hotels': u'2', u'latitude': u'39.26890182495117'} -error: (1062, "Duplicate entry 'mansfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mansfield', u'countrycode': u'us', u'city_id': u'20099534', u'longitude': u'-82.5156021118164', u'nr_hotels': u'9', u'latitude': u'40.75830078125'} -error: (1062, "Duplicate entry 'mansfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mansfield', u'countrycode': u'us', u'city_id': u'20099534', u'longitude': u'-82.5156021118164', u'nr_hotels': u'9', u'latitude': u'40.75830078125'} -error: (1062, "Duplicate entry 'marblehead-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marblehead', u'countrycode': u'us', u'city_id': u'20099556', u'longitude': u'-82.73560333251953', u'nr_hotels': u'2', u'latitude': u'41.54029846191406'} -error: (1062, "Duplicate entry 'marblehead-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marblehead', u'countrycode': u'us', u'city_id': u'20099556', u'longitude': u'-82.73560333251953', u'nr_hotels': u'2', u'latitude': u'41.54029846191406'} -error: (1062, "Duplicate entry 'marietta-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marietta', u'countrycode': u'us', u'city_id': u'20099561', u'longitude': u'-81.45500183105469', u'nr_hotels': u'6', u'latitude': u'39.41529846191406'} -error: (1062, "Duplicate entry 'marietta-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marietta', u'countrycode': u'us', u'city_id': u'20099561', u'longitude': u'-81.45500183105469', u'nr_hotels': u'6', u'latitude': u'39.41529846191406'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20099563', u'longitude': u'-83.12860107421875', u'nr_hotels': u'4', u'latitude': u'40.588600158691406'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20099563', u'longitude': u'-83.12860107421875', u'nr_hotels': u'4', u'latitude': u'40.588600158691406'} -error: (1062, "Duplicate entry 'marysville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marysville', u'countrycode': u'us', u'city_id': u'20099584', u'longitude': u'-83.36720275878906', u'nr_hotels': u'4', u'latitude': u'40.23640060424805'} -error: (1062, "Duplicate entry 'marysville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marysville', u'countrycode': u'us', u'city_id': u'20099584', u'longitude': u'-83.36720275878906', u'nr_hotels': u'4', u'latitude': u'40.23640060424805'} -error: (1062, "Duplicate entry 'mayfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mayfield', u'countrycode': u'us', u'city_id': u'20099600', u'longitude': u'-81.43939971923828', u'nr_hotels': u'1', u'latitude': u'41.55189895629883'} -error: (1062, "Duplicate entry 'mayfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mayfield', u'countrycode': u'us', u'city_id': u'20099600', u'longitude': u'-81.43939971923828', u'nr_hotels': u'1', u'latitude': u'41.55189895629883'} -error: (1062, "Duplicate entry 'medina-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Medina', u'countrycode': u'us', u'city_id': u'20099661', u'longitude': u'-81.86389923095703', u'nr_hotels': u'5', u'latitude': u'41.138301849365234'} -error: (1062, "Duplicate entry 'medina-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Medina', u'countrycode': u'us', u'city_id': u'20099661', u'longitude': u'-81.86389923095703', u'nr_hotels': u'5', u'latitude': u'41.138301849365234'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20099716', u'longitude': u'-84.39830017089844', u'nr_hotels': u'5', u'latitude': u'39.51499938964844'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20099716', u'longitude': u'-84.39830017089844', u'nr_hotels': u'5', u'latitude': u'39.51499938964844'} -error: (1062, "Duplicate entry 'milan-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milan', u'countrycode': u'us', u'city_id': u'20099729', u'longitude': u'-82.60559844970703', u'nr_hotels': u'3', u'latitude': u'41.29750061035156'} -error: (1062, "Duplicate entry 'milan-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milan', u'countrycode': u'us', u'city_id': u'20099729', u'longitude': u'-82.60559844970703', u'nr_hotels': u'3', u'latitude': u'41.29750061035156'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20099732', u'longitude': u'-84.29440307617188', u'nr_hotels': u'2', u'latitude': u'39.17530059814453'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20099732', u'longitude': u'-84.29440307617188', u'nr_hotels': u'2', u'latitude': u'39.17530059814453'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20099804', u'longitude': u'-84.36219787597656', u'nr_hotels': u'2', u'latitude': u'39.44029998779297'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20099804', u'longitude': u'-84.36219787597656', u'nr_hotels': u'2', u'latitude': u'39.44029998779297'} -error: (1062, "Duplicate entry 'montrose-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montrose', u'countrycode': u'us', u'city_id': u'20099822', u'longitude': u'-81.63749694824219', u'nr_hotels': u'4', u'latitude': u'41.13560104370117'} -error: (1062, "Duplicate entry 'montrose-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montrose', u'countrycode': u'us', u'city_id': u'20099822', u'longitude': u'-81.63749694824219', u'nr_hotels': u'4', u'latitude': u'41.13560104370117'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20099914', u'longitude': u'-82.48580169677734', u'nr_hotels': u'1', u'latitude': u'40.3932991027832'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20099914', u'longitude': u'-82.48580169677734', u'nr_hotels': u'1', u'latitude': u'40.3932991027832'} -error: (1062, "Duplicate entry 'new-albany-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'New Albany', u'countrycode': u'us', u'city_id': u'20099977', u'longitude': u'-82.80889892578125', u'nr_hotels': u'1', u'latitude': u'40.08110046386719'} -error: (1062, "Duplicate entry 'new-albany-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'New Albany', u'countrycode': u'us', u'city_id': u'20099977', u'longitude': u'-82.80889892578125', u'nr_hotels': u'1', u'latitude': u'40.08110046386719'} -error: (1062, "Duplicate entry 'newark-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newark', u'countrycode': u'us', u'city_id': u'20100074', u'longitude': u'-82.40139770507812', u'nr_hotels': u'1', u'latitude': u'40.058101654052734'} -error: (1062, "Duplicate entry 'n-yuark-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u0430\u0440\u043a', u'countrycode': u'us', u'city_id': u'20100074', u'longitude': u'-82.40139770507812', u'nr_hotels': u'1', u'latitude': u'40.058101654052734'} -error: (1062, "Duplicate entry 'niles-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Niles', u'countrycode': u'us', u'city_id': u'20100096', u'longitude': u'-80.7656021118164', u'nr_hotels': u'1', u'latitude': u'41.18280029296875'} -error: (1062, "Duplicate entry 'niles-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Niles', u'countrycode': u'us', u'city_id': u'20100096', u'longitude': u'-80.7656021118164', u'nr_hotels': u'1', u'latitude': u'41.18280029296875'} -error: (1062, "Duplicate entry 'northwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Northwood', u'countrycode': u'us', u'city_id': u'20100176', u'longitude': u'-83.46890258789062', u'nr_hotels': u'2', u'latitude': u'41.607200622558594'} -error: (1062, "Duplicate entry 'northwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Northwood', u'countrycode': u'us', u'city_id': u'20100176', u'longitude': u'-83.46890258789062', u'nr_hotels': u'2', u'latitude': u'41.607200622558594'} -error: (1062, "Duplicate entry 'norwalk-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Norwalk', u'countrycode': u'us', u'city_id': u'20100182', u'longitude': u'-82.61579895019531', u'nr_hotels': u'3', u'latitude': u'41.24250030517578'} -error: (1062, "Duplicate entry 'norwalk-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Norwalk', u'countrycode': u'us', u'city_id': u'20100182', u'longitude': u'-82.61579895019531', u'nr_hotels': u'3', u'latitude': u'41.24250030517578'} -error: (1062, "Duplicate entry 'oakwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oakwood', u'countrycode': u'us', u'city_id': u'20100224', u'longitude': u'-81.50810241699219', u'nr_hotels': u'1', u'latitude': u'41.365299224853516'} -error: (1062, "Duplicate entry 'oakwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oakwood', u'countrycode': u'us', u'city_id': u'20100224', u'longitude': u'-81.50810241699219', u'nr_hotels': u'1', u'latitude': u'41.365299224853516'} -error: (1062, "Duplicate entry 'oberlin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oberlin', u'countrycode': u'us', u'city_id': u'20100226', u'longitude': u'-82.21749877929688', u'nr_hotels': u'1', u'latitude': u'41.29389953613281'} -error: (1062, "Duplicate entry 'oberlin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oberlin', u'countrycode': u'us', u'city_id': u'20100226', u'longitude': u'-82.21749877929688', u'nr_hotels': u'1', u'latitude': u'41.29389953613281'} -error: (1062, "Duplicate entry 'olive-branch-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Olive Branch', u'countrycode': u'us', u'city_id': u'20100254', u'longitude': u'-84.22530364990234', u'nr_hotels': u'1', u'latitude': u'39.083900451660156'} -error: (1062, "Duplicate entry 'olive-branch-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Olive Branch', u'countrycode': u'us', u'city_id': u'20100254', u'longitude': u'-84.22530364990234', u'nr_hotels': u'1', u'latitude': u'39.083900451660156'} -error: (1062, "Duplicate entry 'orange-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orange', u'countrycode': u'us', u'city_id': u'20100273', u'longitude': u'-81.48079681396484', u'nr_hotels': u'2', u'latitude': u'41.44969940185547'} -error: (1062, "Duplicate entry 'orindzh-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u0440\u0438\u043d\u0434\u0436', u'countrycode': u'us', u'city_id': u'20100273', u'longitude': u'-81.48079681396484', u'nr_hotels': u'2', u'latitude': u'41.44969940185547'} -error: (1062, "Duplicate entry 'oxford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oxford', u'countrycode': u'us', u'city_id': u'20100317', u'longitude': u'-84.74530029296875', u'nr_hotels': u'4', u'latitude': u'39.506900787353516'} -error: (1062, "Duplicate entry 'oxford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oxford', u'countrycode': u'us', u'city_id': u'20100317', u'longitude': u'-84.74530029296875', u'nr_hotels': u'4', u'latitude': u'39.506900787353516'} -error: (1062, "Duplicate entry 'ust-ye-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u"Ust'ye", u'countrycode': u'ru', u'city_id': u'-3027330', u'longitude': u'36.75', u'nr_hotels': u'1', u'latitude': u'56.79999923706055'} -error: (1062, "Duplicate entry 'richfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richfield', u'countrycode': u'us', u'city_id': u'20100700', u'longitude': u'-81.63829803466797', u'nr_hotels': u'4', u'latitude': u'41.23970031738281'} -error: (1062, "Duplicate entry 'richfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Richfield', u'countrycode': u'us', u'city_id': u'20100700', u'longitude': u'-81.63829803466797', u'nr_hotels': u'4', u'latitude': u'41.23970031738281'} -error: (1062, "Duplicate entry 'saint-marys-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Marys', u'countrycode': u'us', u'city_id': u'20100889', u'longitude': u'-84.38939666748047', u'nr_hotels': u'1', u'latitude': u'40.542198181152344'} -error: (1062, "Duplicate entry 'saint-marys-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Marys', u'countrycode': u'us', u'city_id': u'20100889', u'longitude': u'-84.38939666748047', u'nr_hotels': u'1', u'latitude': u'40.542198181152344'} -error: (1062, "Duplicate entry 'shelby-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shelby', u'countrycode': u'us', u'city_id': u'20101037', u'longitude': u'-82.66190338134766', u'nr_hotels': u'1', u'latitude': u'40.88140106201172'} -error: (1062, "Duplicate entry 'shelby-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shelby', u'countrycode': u'us', u'city_id': u'20101037', u'longitude': u'-82.66190338134766', u'nr_hotels': u'1', u'latitude': u'40.88140106201172'} -error: (1062, "Duplicate entry 'shiloh-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shiloh', u'countrycode': u'us', u'city_id': u'20101054', u'longitude': u'-84.22859954833984', u'nr_hotels': u'1', u'latitude': u'39.818599700927734'} -error: (1062, "Duplicate entry 'shiloh-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shiloh', u'countrycode': u'us', u'city_id': u'20101054', u'longitude': u'-84.22859954833984', u'nr_hotels': u'1', u'latitude': u'39.818599700927734'} -error: (1062, "Duplicate entry 'sidney-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sidney', u'countrycode': u'us', u'city_id': u'20101069', u'longitude': u'-84.15560150146484', u'nr_hotels': u'2', u'latitude': u'40.28419876098633'} -error: (1062, "Duplicate entry 'sidney-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sidney', u'countrycode': u'us', u'city_id': u'20101069', u'longitude': u'-84.15560150146484', u'nr_hotels': u'2', u'latitude': u'40.28419876098633'} -error: (1062, "Duplicate entry 'spring-valley-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Spring Valley', u'countrycode': u'us', u'city_id': u'20101216', u'longitude': u'-84.00779724121094', u'nr_hotels': u'1', u'latitude': u'39.6088981628418'} -error: (1062, "Duplicate entry 'spring-valley-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Spring Valley', u'countrycode': u'us', u'city_id': u'20101216', u'longitude': u'-84.00779724121094', u'nr_hotels': u'1', u'latitude': u'39.6088981628418'} -error: (1062, "Duplicate entry 'springdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springdale', u'countrycode': u'us', u'city_id': u'20101222', u'longitude': u'-84.48529815673828', u'nr_hotels': u'9', u'latitude': u'39.28689956665039'} -error: (1062, "Duplicate entry 'springdale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springdale', u'countrycode': u'us', u'city_id': u'20101222', u'longitude': u'-84.48529815673828', u'nr_hotels': u'9', u'latitude': u'39.28689956665039'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20101224', u'longitude': u'-83.80889892578125', u'nr_hotels': u'10', u'latitude': u'39.924198150634766'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20101224', u'longitude': u'-83.80889892578125', u'nr_hotels': u'10', u'latitude': u'39.924198150634766'} -error: (1062, "Duplicate entry 'troitsk-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Troitsk', u'countrycode': u'ru', u'city_id': u'-3020677', u'longitude': u'61.52389907836914', u'nr_hotels': u'1', u'latitude': u'54.10499954223633'} -error: (1062, "Duplicate entry 'troitsk-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0422\u0440\u043e\u0438\u0446\u043a', u'countrycode': u'ru', u'city_id': u'-3020677', u'longitude': u'61.52389907836914', u'nr_hotels': u'1', u'latitude': u'54.10499954223633'} -error: (1062, "Duplicate entry 'sylvania-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sylvania', u'countrycode': u'us', u'city_id': u'20101378', u'longitude': u'-83.71309661865234', u'nr_hotels': u'2', u'latitude': u'41.71889877319336'} -error: (1062, "Duplicate entry 'sylvania-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sylvania', u'countrycode': u'us', u'city_id': u'20101378', u'longitude': u'-83.71309661865234', u'nr_hotels': u'2', u'latitude': u'41.71889877319336'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20101495', u'longitude': u'-84.20330047607422', u'nr_hotels': u'6', u'latitude': u'40.039398193359375'} -error: (1062, "Duplicate entry 'troy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Troy', u'countrycode': u'us', u'city_id': u'20101495', u'longitude': u'-84.20330047607422', u'nr_hotels': u'6', u'latitude': u'40.039398193359375'} -error: (1062, "Duplicate entry 'vandalia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vandalia', u'countrycode': u'us', u'city_id': u'20101592', u'longitude': u'-84.19889831542969', u'nr_hotels': u'2', u'latitude': u'39.89059829711914'} -error: (1062, "Duplicate entry 'vandalia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vandalia', u'countrycode': u'us', u'city_id': u'20101592', u'longitude': u'-84.19889831542969', u'nr_hotels': u'2', u'latitude': u'39.89059829711914'} -error: (1062, "Duplicate entry 'wadsworth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wadsworth', u'countrycode': u'us', u'city_id': u'20101638', u'longitude': u'-81.7300033569336', u'nr_hotels': u'2', u'latitude': u'41.02560043334961'} -error: (1062, "Duplicate entry 'wadsworth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wadsworth', u'countrycode': u'us', u'city_id': u'20101638', u'longitude': u'-81.7300033569336', u'nr_hotels': u'2', u'latitude': u'41.02560043334961'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20101674', u'longitude': u'-80.818603515625', u'nr_hotels': u'4', u'latitude': u'41.23749923706055'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20101674', u'longitude': u'-80.818603515625', u'nr_hotels': u'4', u'latitude': u'41.23749923706055'} -error: (1062, "Duplicate entry 'westchester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westchester', u'countrycode': u'us', u'city_id': u'20101815', u'longitude': u'-84.4083023071289', u'nr_hotels': u'6', u'latitude': u'39.330299377441406'} -error: (1062, "Duplicate entry 'westchester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westchester', u'countrycode': u'us', u'city_id': u'20101815', u'longitude': u'-84.4083023071289', u'nr_hotels': u'6', u'latitude': u'39.330299377441406'} -error: (1062, "Duplicate entry 'westlake-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westlake', u'countrycode': u'us', u'city_id': u'20101824', u'longitude': u'-81.91809844970703', u'nr_hotels': u'8', u'latitude': u'41.455299377441406'} -error: (1062, "Duplicate entry 'wilmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wilmington', u'countrycode': u'us', u'city_id': u'20101923', u'longitude': u'-83.82859802246094', u'nr_hotels': u'3', u'latitude': u'39.4453010559082'} -error: (1062, "Duplicate entry 'uilmington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0423\u0438\u043b\u043c\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20101923', u'longitude': u'-83.82859802246094', u'nr_hotels': u'3', u'latitude': u'39.4453010559082'} -error: (1062, "Duplicate entry 'worthington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Worthington', u'countrycode': u'us', u'city_id': u'20101989', u'longitude': u'-83.01809692382812', u'nr_hotels': u'22', u'latitude': u'40.093101501464844'} -error: (1062, "Duplicate entry 'worthington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Worthington', u'countrycode': u'us', u'city_id': u'20101989', u'longitude': u'-83.01809692382812', u'nr_hotels': u'22', u'latitude': u'40.093101501464844'} -error: (1062, "Duplicate entry 'afton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Afton', u'countrycode': u'us', u'city_id': u'20102055', u'longitude': u'-94.96279907226562', u'nr_hotels': u'1', u'latitude': u'36.693599700927734'} -error: (1062, "Duplicate entry 'afton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Afton', u'countrycode': u'us', u'city_id': u'20102055', u'longitude': u'-94.96279907226562', u'nr_hotels': u'1', u'latitude': u'36.693599700927734'} -error: (1062, "Duplicate entry 'bethany-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bethany', u'countrycode': u'us', u'city_id': u'20102173', u'longitude': u'-97.63189697265625', u'nr_hotels': u'3', u'latitude': u'35.51860046386719'} -error: (1062, "Duplicate entry 'bethany-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bethany', u'countrycode': u'us', u'city_id': u'20102173', u'longitude': u'-97.63189697265625', u'nr_hotels': u'3', u'latitude': u'35.51860046386719'} -error: (1062, "Duplicate entry 'broken-bow-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Broken Bow', u'countrycode': u'us', u'city_id': u'20102249', u'longitude': u'-94.73889923095703', u'nr_hotels': u'2', u'latitude': u'34.02920150756836'} -error: (1062, "Duplicate entry 'broken-bow-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Broken Bow', u'countrycode': u'us', u'city_id': u'20102249', u'longitude': u'-94.73889923095703', u'nr_hotels': u'2', u'latitude': u'34.02920150756836'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20102407', u'longitude': u'-98.96690368652344', u'nr_hotels': u'3', u'latitude': u'35.51559829711914'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20102407', u'longitude': u'-98.96690368652344', u'nr_hotels': u'3', u'latitude': u'35.51559829711914'} -error: (1062, "Duplicate entry 'dale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dale', u'countrycode': u'us', u'city_id': u'20102496', u'longitude': u'-97.0447006225586', u'nr_hotels': u'1', u'latitude': u'35.38999938964844'} -error: (1062, "Duplicate entry 'dale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dale', u'countrycode': u'us', u'city_id': u'20102496', u'longitude': u'-97.0447006225586', u'nr_hotels': u'1', u'latitude': u'35.38999938964844'} -error: (1062, "Duplicate entry 'frederick-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Frederick', u'countrycode': u'us', u'city_id': u'20102700', u'longitude': u'-99.01809692382812', u'nr_hotels': u'1', u'latitude': u'34.39189910888672'} -error: (1062, "Duplicate entry 'frederick-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Frederick', u'countrycode': u'us', u'city_id': u'20102700', u'longitude': u'-99.01809692382812', u'nr_hotels': u'1', u'latitude': u'34.39189910888672'} -error: (1062, "Duplicate entry 'sosnovka-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sosnovka', u'countrycode': u'ru', u'city_id': u'-3008085', u'longitude': u'58.291099548339844', u'nr_hotels': u'0', u'latitude': u'53.8588981628418'} -error: (1062, "Duplicate entry 'sosnovka-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sosnovka', u'countrycode': u'ru', u'city_id': u'-3008085', u'longitude': u'58.291099548339844', u'nr_hotels': u'0', u'latitude': u'53.8588981628418'} -error: (1062, "Duplicate entry 'sosnovka-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sosnovka', u'countrycode': u'ru', u'city_id': u'-3008081', u'longitude': u'87.1500015258789', u'nr_hotels': u'2', u'latitude': u'53.66669845581055'} -error: (1062, "Duplicate entry 'sosnovka-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043e\u0441\u043d\u043e\u0432\u043a\u0430', u'countrycode': u'ru', u'city_id': u'-3008081', u'longitude': u'87.1500015258789', u'nr_hotels': u'2', u'latitude': u'53.66669845581055'} -error: (1062, "Duplicate entry 'locust-grove-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Locust Grove', u'countrycode': u'us', u'city_id': u'20103073', u'longitude': u'-95.1675033569336', u'nr_hotels': u'1', u'latitude': u'36.20000076293945'} -error: (1062, "Duplicate entry 'locust-grove-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Locust Grove', u'countrycode': u'us', u'city_id': u'20103073', u'longitude': u'-95.1675033569336', u'nr_hotels': u'1', u'latitude': u'36.20000076293945'} -error: (1062, "Duplicate entry 'miami-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Miami', u'countrycode': u'us', u'city_id': u'20103177', u'longitude': u'-94.877197265625', u'nr_hotels': u'6', u'latitude': u'36.8744010925293'} -error: (1062, "Duplicate entry 'majami-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0430\u0439\u0430\u043c\u0438', u'countrycode': u'us', u'city_id': u'20103177', u'longitude': u'-94.877197265625', u'nr_hotels': u'6', u'latitude': u'36.8744010925293'} -error: (1062, "Duplicate entry 'shuya-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shuya', u'countrycode': u'ru', u'city_id': u'-3003991', u'longitude': u'41.36220169067383', u'nr_hotels': u'1', u'latitude': u'56.851898193359375'} -error: (1062, "Duplicate entry 'shuya-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0428\u0443\u044f', u'countrycode': u'ru', u'city_id': u'-3003991', u'longitude': u'41.36220169067383', u'nr_hotels': u'1', u'latitude': u'56.851898193359375'} -error: (1062, "Duplicate entry 'perry-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Perry', u'countrycode': u'us', u'city_id': u'20103401', u'longitude': u'-97.28780364990234', u'nr_hotels': u'1', u'latitude': u'36.289398193359375'} -error: (1062, "Duplicate entry 'perry-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Perry', u'countrycode': u'us', u'city_id': u'20103401', u'longitude': u'-97.28780364990234', u'nr_hotels': u'1', u'latitude': u'36.289398193359375'} -error: (1062, "Duplicate entry 'savanna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Savanna', u'countrycode': u'us', u'city_id': u'20103584', u'longitude': u'-95.84359741210938', u'nr_hotels': u'2', u'latitude': u'34.82889938354492'} -error: (1062, "Duplicate entry 'savanna-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Savanna', u'countrycode': u'us', u'city_id': u'20103584', u'longitude': u'-95.84359741210938', u'nr_hotels': u'2', u'latitude': u'34.82889938354492'} -error: (1062, "Duplicate entry 'seminole-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seminole', u'countrycode': u'us', u'city_id': u'20103598', u'longitude': u'-96.67030334472656', u'nr_hotels': u'1', u'latitude': u'35.22439956665039'} -error: (1062, "Duplicate entry 'seminole-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seminole', u'countrycode': u'us', u'city_id': u'20103598', u'longitude': u'-96.67030334472656', u'nr_hotels': u'1', u'latitude': u'35.22439956665039'} -error: (1062, "Duplicate entry 'shawnee-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shawnee', u'countrycode': u'us', u'city_id': u'20103613', u'longitude': u'-96.92500305175781', u'nr_hotels': u'6', u'latitude': u'35.32720184326172'} -error: (1062, "Duplicate entry 'shawnee-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shawnee', u'countrycode': u'us', u'city_id': u'20103613', u'longitude': u'-96.92500305175781', u'nr_hotels': u'6', u'latitude': u'35.32720184326172'} -error: (1062, "Duplicate entry 'stillwater-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stillwater', u'countrycode': u'us', u'city_id': u'20103688', u'longitude': u'-97.05809783935547', u'nr_hotels': u'9', u'latitude': u'36.1156005859375'} -error: (1062, "Duplicate entry 'stillwater-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stillwater', u'countrycode': u'us', u'city_id': u'20103688', u'longitude': u'-97.05809783935547', u'nr_hotels': u'9', u'latitude': u'36.1156005859375'} -error: (1062, "Duplicate entry 'sulphur-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sulphur', u'countrycode': u'us', u'city_id': u'20103710', u'longitude': u'-96.96810150146484', u'nr_hotels': u'1', u'latitude': u'34.5078010559082'} -error: (1062, "Duplicate entry 'sulphur-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sulphur', u'countrycode': u'us', u'city_id': u'20103710', u'longitude': u'-96.96810150146484', u'nr_hotels': u'1', u'latitude': u'34.5078010559082'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20103812', u'longitude': u'-95.8644027709961', u'nr_hotels': u'2', u'latitude': u'36.07360076904297'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20103812', u'longitude': u'-95.8644027709961', u'nr_hotels': u'2', u'latitude': u'36.07360076904297'} -error: (1062, "Duplicate entry 'albany-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Albany', u'countrycode': u'us', u'city_id': u'20103979', u'longitude': u'-123.1050033569336', u'nr_hotels': u'8', u'latitude': u'44.63669967651367'} -error: (1062, "Duplicate entry 'albany-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Albany', u'countrycode': u'us', u'city_id': u'20103979', u'longitude': u'-123.1050033569336', u'nr_hotels': u'8', u'latitude': u'44.63669967651367'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20104009', u'longitude': u'-120.19999694824219', u'nr_hotels': u'1', u'latitude': u'45.71689987182617'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0440\u043b\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20104009', u'longitude': u'-120.19999694824219', u'nr_hotels': u'1', u'latitude': u'45.71689987182617'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20104012', u'longitude': u'-122.70800018310547', u'nr_hotels': u'15', u'latitude': u'42.194698333740234'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20104012', u'longitude': u'-122.70800018310547', u'nr_hotels': u'15', u'latitude': u'42.194698333740234'} -error: (1062, "Duplicate entry 'boardman-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Boardman', u'countrycode': u'us', u'city_id': u'20104082', u'longitude': u'-119.6989974975586', u'nr_hotels': u'1', u'latitude': u'45.84000015258789'} -error: (1062, "Duplicate entry 'boardman-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Boardman', u'countrycode': u'us', u'city_id': u'20104082', u'longitude': u'-119.6989974975586', u'nr_hotels': u'1', u'latitude': u'45.84000015258789'} -error: (1062, "Duplicate entry 'cottage-grove-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cottage Grove', u'countrycode': u'us', u'city_id': u'20104243', u'longitude': u'-123.05799865722656', u'nr_hotels': u'1', u'latitude': u'43.79779815673828'} -error: (1062, "Duplicate entry 'cottage-grove-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cottage Grove', u'countrycode': u'us', u'city_id': u'20104243', u'longitude': u'-123.05799865722656', u'nr_hotels': u'1', u'latitude': u'43.79779815673828'} -error: (1062, "Duplicate entry 'creswell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Creswell', u'countrycode': u'us', u'city_id': u'20104255', u'longitude': u'-123.02300262451172', u'nr_hotels': u'1', u'latitude': u'43.91809844970703'} -error: (1062, "Duplicate entry 'creswell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Creswell', u'countrycode': u'us', u'city_id': u'20104255', u'longitude': u'-123.02300262451172', u'nr_hotels': u'1', u'latitude': u'43.91809844970703'} -error: (1062, "Duplicate entry 'enterprise-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Enterprise', u'countrycode': u'us', u'city_id': u'20104360', u'longitude': u'-117.27799987792969', u'nr_hotels': u'1', u'latitude': u'45.42639923095703'} -error: (1062, "Duplicate entry 'enterprise-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Enterprise', u'countrycode': u'us', u'city_id': u'20104360', u'longitude': u'-117.27799987792969', u'nr_hotels': u'1', u'latitude': u'45.42639923095703'} -error: (1062, "Duplicate entry 'flora-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Flora', u'countrycode': u'us', u'city_id': u'20104398', u'longitude': u'-117.30899810791016', u'nr_hotels': u'1', u'latitude': u'45.900299072265625'} -error: (1062, "Duplicate entry 'flora-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Flora', u'countrycode': u'us', u'city_id': u'20104398', u'longitude': u'-117.30899810791016', u'nr_hotels': u'1', u'latitude': u'45.900299072265625'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20104399', u'longitude': u'-124.0989990234375', u'nr_hotels': u'5', u'latitude': u'43.9827995300293'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20104399', u'longitude': u'-124.0989990234375', u'nr_hotels': u'5', u'latitude': u'43.9827995300293'} -error: (1062, "Duplicate entry 'rozhdestveno-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rozhdestveno', u'countrycode': u'ru', u'city_id': u'-2993411', u'longitude': u'36.33330154418945', u'nr_hotels': u'1', u'latitude': u'54.11669921875'} -error: (1062, "Duplicate entry 'rozhdestveno-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0435\u043d\u043e', u'countrycode': u'ru', u'city_id': u'-2993411', u'longitude': u'36.33330154418945', u'nr_hotels': u'1', u'latitude': u'54.11669921875'} -error: (1062, "Duplicate entry 'rossokha-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rossokha', u'countrycode': u'ru', u'city_id': u'-2993155', u'longitude': u'61.04169845581055', u'nr_hotels': u'0', u'latitude': u'56.71110153198242'} -error: (1062, "Duplicate entry 'rossokha-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rossokha', u'countrycode': u'ru', u'city_id': u'-2993155', u'longitude': u'61.04169845581055', u'nr_hotels': u'0', u'latitude': u'56.71110153198242'} -error: (1062, "Duplicate entry 'hillsboro-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hillsboro', u'countrycode': u'us', u'city_id': u'20104536', u'longitude': u'-122.98899841308594', u'nr_hotels': u'9', u'latitude': u'45.523101806640625'} -error: (1062, "Duplicate entry 'hillsboro-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hillsboro', u'countrycode': u'us', u'city_id': u'20104536', u'longitude': u'-122.98899841308594', u'nr_hotels': u'9', u'latitude': u'45.523101806640625'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20104584', u'longitude': u'-122.96600341796875', u'nr_hotels': u'4', u'latitude': u'42.3135986328125'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20104584', u'longitude': u'-122.96600341796875', u'nr_hotels': u'4', u'latitude': u'42.3135986328125'} -error: (1062, "Duplicate entry 'junction-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Junction City', u'countrycode': u'us', u'city_id': u'20104600', u'longitude': u'-123.2040023803711', u'nr_hotels': u'1', u'latitude': u'44.219398498535156'} -error: (1062, "Duplicate entry 'junction-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Junction City', u'countrycode': u'us', u'city_id': u'20104600', u'longitude': u'-123.2040023803711', u'nr_hotels': u'1', u'latitude': u'44.219398498535156'} -error: (1062, "Duplicate entry 'lakeview-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lakeview', u'countrycode': u'us', u'city_id': u'20104639', u'longitude': u'-120.34500122070312', u'nr_hotels': u'5', u'latitude': u'42.188899993896484'} -error: (1062, "Duplicate entry 'lakeview-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lakeview', u'countrycode': u'us', u'city_id': u'20104639', u'longitude': u'-120.34500122070312', u'nr_hotels': u'5', u'latitude': u'42.188899993896484'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20104652', u'longitude': u'-122.90599822998047', u'nr_hotels': u'3', u'latitude': u'44.53670120239258'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20104652', u'longitude': u'-122.90599822998047', u'nr_hotels': u'3', u'latitude': u'44.53670120239258'} -error: (1062, "Duplicate entry 'medford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Medford', u'countrycode': u'us', u'city_id': u'20104739', u'longitude': u'-122.8740005493164', u'nr_hotels': u'31', u'latitude': u'42.326698303222656'} -error: (1062, "Duplicate entry 'medford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Medford', u'countrycode': u'us', u'city_id': u'20104739', u'longitude': u'-122.8740005493164', u'nr_hotels': u'31', u'latitude': u'42.326698303222656'} -error: (1062, "Duplicate entry 'ontario-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ontario', u'countrycode': u'us', u'city_id': u'20104865', u'longitude': u'-116.96199798583984', u'nr_hotels': u'8', u'latitude': u'44.02669906616211'} -error: (1062, "Duplicate entry 'ontario-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ontario', u'countrycode': u'us', u'city_id': u'20104865', u'longitude': u'-116.96199798583984', u'nr_hotels': u'8', u'latitude': u'44.02669906616211'} -error: (1062, "Duplicate entry 'portland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portland', u'countrycode': u'us', u'city_id': u'20104927', u'longitude': u'-122.67500305175781', u'nr_hotels': u'113', u'latitude': u'45.52360153198242'} -error: (1062, "Duplicate entry 'portlend-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u0440\u0442\u043b\u0435\u043d\u0434', u'countrycode': u'us', u'city_id': u'20104927', u'longitude': u'-122.67500305175781', u'nr_hotels': u'113', u'latitude': u'45.52360153198242'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20105018', u'longitude': u'-123.03399658203125', u'nr_hotels': u'19', u'latitude': u'44.94309997558594'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20105018', u'longitude': u'-123.03399658203125', u'nr_hotels': u'19', u'latitude': u'44.94309997558594'} -error: (1062, "Duplicate entry 'sisajd-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0438\u0441\u0430\u0439\u0434', u'countrycode': u'us', u'city_id': u'20105036', u'longitude': u'-123.9209976196289', u'nr_hotels': u'21', u'latitude': u'45.99330139160156'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20105079', u'longitude': u'-123.02100372314453', u'nr_hotels': u'11', u'latitude': u'44.0463981628418'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20105079', u'longitude': u'-123.02100372314453', u'nr_hotels': u'11', u'latitude': u'44.0463981628418'} -error: (1062, "Duplicate entry 'pirogovo-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pirogovo', u'countrycode': u'ru', u'city_id': u'-2982570', u'longitude': u'37.733299255371094', u'nr_hotels': u'1', u'latitude': u'55.983299255371094'} -error: (1062, "Duplicate entry 'pirogovo-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pirogovo', u'countrycode': u'ru', u'city_id': u'-2982570', u'longitude': u'37.733299255371094', u'nr_hotels': u'1', u'latitude': u'55.983299255371094'} -error: (1062, "Duplicate entry 'petrovskoye-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Petrovskoye', u'countrycode': u'ru', u'city_id': u'-2981939', u'longitude': u'39.26969909667969', u'nr_hotels': u'1', u'latitude': u'57.009700775146484'} -error: (1062, "Duplicate entry 'petrovskoye-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Petrovskoye', u'countrycode': u'ru', u'city_id': u'-2981939', u'longitude': u'39.26969909667969', u'nr_hotels': u'1', u'latitude': u'57.009700775146484'} -error: (1062, "Duplicate entry 'petrovskoye-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Petrovskoye', u'countrycode': u'ru', u'city_id': u'-2981926', u'longitude': u'38.349998474121094', u'nr_hotels': u'1', u'latitude': u'55.45000076293945'} -error: (1062, "Duplicate entry 'petrovskoye-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Petrovskoye', u'countrycode': u'ru', u'city_id': u'-2981926', u'longitude': u'38.349998474121094', u'nr_hotels': u'1', u'latitude': u'55.45000076293945'} -error: (1062, "Duplicate entry 'warm-springs-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warm Springs', u'countrycode': u'us', u'city_id': u'20105218', u'longitude': u'-121.26499938964844', u'nr_hotels': u'1', u'latitude': u'44.76359939575195'} -error: (1062, "Duplicate entry 'warm-springs-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warm Springs', u'countrycode': u'us', u'city_id': u'20105218', u'longitude': u'-121.26499938964844', u'nr_hotels': u'1', u'latitude': u'44.76359939575195'} -error: (1062, "Duplicate entry 'warrenton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warrenton', u'countrycode': u'us', u'city_id': u'20105221', u'longitude': u'-123.9229965209961', u'nr_hotels': u'1', u'latitude': u'46.16529846191406'} -error: (1062, "Duplicate entry 'warrenton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warrenton', u'countrycode': u'us', u'city_id': u'20105221', u'longitude': u'-123.9229965209961', u'nr_hotels': u'1', u'latitude': u'46.16529846191406'} -error: (1062, "Duplicate entry 'peshkovo-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Peshkovo', u'countrycode': u'ru', u'city_id': u'-2981016', u'longitude': u'37.38669967651367', u'nr_hotels': u'1', u'latitude': u'55.13059997558594'} -error: (1062, "Duplicate entry 'peshkovo-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0435\u0448\u043a\u043e\u0432\u043e', u'countrycode': u'ru', u'city_id': u'-2981016', u'longitude': u'37.38669967651367', u'nr_hotels': u'1', u'latitude': u'55.13059997558594'} -error: (1062, "Duplicate entry 'altoona-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Altoona', u'countrycode': u'us', u'city_id': u'20105430', u'longitude': u'-78.3949966430664', u'nr_hotels': u'8', u'latitude': u'40.51860046386719'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20105760', u'longitude': u'-78.50420379638672', u'nr_hotels': u'7', u'latitude': u'40.01860046386719'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20105760', u'longitude': u'-78.50420379638672', u'nr_hotels': u'7', u'latitude': u'40.01860046386719'} -error: (1062, "Duplicate entry 'bethlehem-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bethlehem', u'countrycode': u'us', u'city_id': u'20105898', u'longitude': u'-75.37079620361328', u'nr_hotels': u'16', u'latitude': u'40.62580108642578'} -error: (1062, "Duplicate entry 'blairsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Blairsville', u'countrycode': u'us', u'city_id': u'20106002', u'longitude': u'-79.26110076904297', u'nr_hotels': u'1', u'latitude': u'40.43109893798828'} -error: (1062, "Duplicate entry 'blairsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Blairsville', u'countrycode': u'us', u'city_id': u'20106002', u'longitude': u'-79.26110076904297', u'nr_hotels': u'1', u'latitude': u'40.43109893798828'} -error: (1062, "Duplicate entry 'brookville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brookville', u'countrycode': u'us', u'city_id': u'20106268', u'longitude': u'-79.08329772949219', u'nr_hotels': u'2', u'latitude': u'41.16109848022461'} -error: (1062, "Duplicate entry 'brookville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brookville', u'countrycode': u'us', u'city_id': u'20106268', u'longitude': u'-79.08329772949219', u'nr_hotels': u'2', u'latitude': u'41.16109848022461'} -error: (1062, "Duplicate entry 'butler-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Butler', u'countrycode': u'us', u'city_id': u'20106398', u'longitude': u'-79.89559936523438', u'nr_hotels': u'3', u'latitude': u'40.86109924316406'} -error: (1062, "Duplicate entry 'butler-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Butler', u'countrycode': u'us', u'city_id': u'20106398', u'longitude': u'-79.89559936523438', u'nr_hotels': u'3', u'latitude': u'40.86109924316406'} -error: (1062, "Duplicate entry 'carbondale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carbondale', u'countrycode': u'us', u'city_id': u'20106488', u'longitude': u'-75.502197265625', u'nr_hotels': u'1', u'latitude': u'41.57360076904297'} -error: (1062, "Duplicate entry 'carbondale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carbondale', u'countrycode': u'us', u'city_id': u'20106488', u'longitude': u'-75.502197265625', u'nr_hotels': u'1', u'latitude': u'41.57360076904297'} -error: (1062, "Duplicate entry 'carlisle-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carlisle', u'countrycode': u'us', u'city_id': u'20106494', u'longitude': u'-77.18920135498047', u'nr_hotels': u'18', u'latitude': u'40.20140075683594'} -error: (1062, "Duplicate entry 'carlisle-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carlisle', u'countrycode': u'us', u'city_id': u'20106494', u'longitude': u'-77.18920135498047', u'nr_hotels': u'18', u'latitude': u'40.20140075683594'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20106699', u'longitude': u'-75.3561019897461', u'nr_hotels': u'1', u'latitude': u'39.84939956665039'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20106699', u'longitude': u'-75.3561019897461', u'nr_hotels': u'1', u'latitude': u'39.84939956665039'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20106829', u'longitude': u'-80.2947006225586', u'nr_hotels': u'1', u'latitude': u'40.48939895629883'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20106829', u'longitude': u'-80.2947006225586', u'nr_hotels': u'1', u'latitude': u'40.48939895629883'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20106944', u'longitude': u'-76.50469970703125', u'nr_hotels': u'1', u'latitude': u'40.033599853515625'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20106944', u'longitude': u'-76.50469970703125', u'nr_hotels': u'1', u'latitude': u'40.033599853515625'} -error: (1062, "Duplicate entry 'cresco-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cresco', u'countrycode': u'us', u'city_id': u'20107142', u'longitude': u'-75.28079986572266', u'nr_hotels': u'1', u'latitude': u'41.153900146484375'} -error: (1062, "Duplicate entry 'cresco-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cresco', u'countrycode': u'us', u'city_id': u'20107142', u'longitude': u'-75.28079986572266', u'nr_hotels': u'1', u'latitude': u'41.153900146484375'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20107259', u'longitude': u'-76.61309814453125', u'nr_hotels': u'5', u'latitude': u'40.96329879760742'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20107259', u'longitude': u'-76.61309814453125', u'nr_hotels': u'5', u'latitude': u'40.96329879760742'} -error: (1062, "Duplicate entry 'denver-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Denver', u'countrycode': u'us', u'city_id': u'20107346', u'longitude': u'-76.13749694824219', u'nr_hotels': u'4', u'latitude': u'40.23310089111328'} -error: (1062, "Duplicate entry 'denver-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0435\u043d\u0432\u0435\u0440', u'countrycode': u'us', u'city_id': u'20107346', u'longitude': u'-76.13749694824219', u'nr_hotels': u'4', u'latitude': u'40.23310089111328'} -error: (1062, "Duplicate entry 'elizabethtown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Elizabethtown', u'countrycode': u'us', u'city_id': u'20107801', u'longitude': u'-76.60310363769531', u'nr_hotels': u'2', u'latitude': u'40.152801513671875'} -error: (1062, "Duplicate entry 'elizabethtown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Elizabethtown', u'countrycode': u'us', u'city_id': u'20107801', u'longitude': u'-76.60310363769531', u'nr_hotels': u'2', u'latitude': u'40.152801513671875'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20107978', u'longitude': u'-77.368896484375', u'nr_hotels': u'1', u'latitude': u'39.787200927734375'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20107978', u'longitude': u'-77.368896484375', u'nr_hotels': u'1', u'latitude': u'39.787200927734375'} -error: (1062, "Duplicate entry 'farmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Farmington', u'countrycode': u'us', u'city_id': u'20108043', u'longitude': u'-79.56580352783203', u'nr_hotels': u'1', u'latitude': u'39.80720138549805'} -error: (1062, "Duplicate entry 'farmington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Farmington', u'countrycode': u'us', u'city_id': u'20108043', u'longitude': u'-79.56580352783203', u'nr_hotels': u'1', u'latitude': u'39.80720138549805'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20108066', u'longitude': u'-77.55030059814453', u'nr_hotels': u'1', u'latitude': u'39.91109848022461'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20108066', u'longitude': u'-77.55030059814453', u'nr_hotels': u'1', u'latitude': u'39.91109848022461'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20108309', u'longitude': u'-79.83170318603516', u'nr_hotels': u'2', u'latitude': u'41.39780044555664'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20108309', u'longitude': u'-79.83170318603516', u'nr_hotels': u'2', u'latitude': u'41.39780044555664'} -error: (1062, "Duplicate entry 'nikola-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nikola', u'countrycode': u'ru', u'city_id': u'-2964859', u'longitude': u'104.82499694824219', u'nr_hotels': u'3', u'latitude': u'51.89500045776367'} -error: (1062, "Duplicate entry 'nikola-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u0438\u043a\u043e\u043b\u0430', u'countrycode': u'ru', u'city_id': u'-2964859', u'longitude': u'104.82499694824219', u'nr_hotels': u'3', u'latitude': u'51.89500045776367'} -error: (1062, "Duplicate entry 'greencastle-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greencastle', u'countrycode': u'us', u'city_id': u'20108753', u'longitude': u'-77.72810363769531', u'nr_hotels': u'1', u'latitude': u'39.79029846191406'} -error: (1062, "Duplicate entry 'greencastle-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greencastle', u'countrycode': u'us', u'city_id': u'20108753', u'longitude': u'-77.72810363769531', u'nr_hotels': u'1', u'latitude': u'39.79029846191406'} -error: (1062, "Duplicate entry 'greensburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greensburg', u'countrycode': u'us', u'city_id': u'20108768', u'longitude': u'-79.53919982910156', u'nr_hotels': u'4', u'latitude': u'40.30139923095703'} -error: (1062, "Duplicate entry 'greensburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greensburg', u'countrycode': u'us', u'city_id': u'20108768', u'longitude': u'-79.53919982910156', u'nr_hotels': u'4', u'latitude': u'40.30139923095703'} -error: (1062, "Duplicate entry 'grove-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grove City', u'countrycode': u'us', u'city_id': u'20108806', u'longitude': u'-80.08889770507812', u'nr_hotels': u'3', u'latitude': u'41.157798767089844'} -error: (1062, "Duplicate entry 'grove-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grove City', u'countrycode': u'us', u'city_id': u'20108806', u'longitude': u'-80.08889770507812', u'nr_hotels': u'3', u'latitude': u'41.157798767089844'} -error: (1062, "Duplicate entry 'hanover-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hanover', u'countrycode': u'us', u'city_id': u'20108898', u'longitude': u'-76.9832992553711', u'nr_hotels': u'6', u'latitude': u'39.80059814453125'} -error: (1062, "Duplicate entry 'hanover-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hanover', u'countrycode': u'us', u'city_id': u'20108898', u'longitude': u'-76.9832992553711', u'nr_hotels': u'6', u'latitude': u'39.80059814453125'} -error: (1062, "Duplicate entry 'imperial-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Imperial', u'countrycode': u'us', u'city_id': u'20109409', u'longitude': u'-80.24469757080078', u'nr_hotels': u'3', u'latitude': u'40.44940185546875'} -error: (1062, "Duplicate entry 'imperial-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0418\u043c\u043f\u0435\u0440\u0438\u0430\u043b', u'countrycode': u'us', u'city_id': u'20109409', u'longitude': u'-80.24469757080078', u'nr_hotels': u'3', u'latitude': u'40.44940185546875'} -error: (1062, "Duplicate entry 'irwin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Irwin', u'countrycode': u'us', u'city_id': u'20109470', u'longitude': u'-79.70140075683594', u'nr_hotels': u'2', u'latitude': u'40.32440185546875'} -error: (1062, "Duplicate entry 'irwin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Irwin', u'countrycode': u'us', u'city_id': u'20109470', u'longitude': u'-79.70140075683594', u'nr_hotels': u'2', u'latitude': u'40.32440185546875'} -error: (1062, "Duplicate entry 'johnstown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Johnstown', u'countrycode': u'us', u'city_id': u'20109579', u'longitude': u'-78.92220306396484', u'nr_hotels': u'3', u'latitude': u'40.326698303222656'} -error: (1062, "Duplicate entry 'johnstown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Johnstown', u'countrycode': u'us', u'city_id': u'20109579', u'longitude': u'-78.92220306396484', u'nr_hotels': u'3', u'latitude': u'40.326698303222656'} -error: (1062, "Duplicate entry 'lakeville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lakeville', u'countrycode': u'us', u'city_id': u'20109917', u'longitude': u'-75.27690124511719', u'nr_hotels': u'1', u'latitude': u'41.4380989074707'} -error: (1062, "Duplicate entry 'lakeville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lakeville', u'countrycode': u'us', u'city_id': u'20109917', u'longitude': u'-75.27690124511719', u'nr_hotels': u'1', u'latitude': u'41.4380989074707'} -error: (1062, "Duplicate entry 'lancaster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lancaster', u'countrycode': u'us', u'city_id': u'20109935', u'longitude': u'-76.30580139160156', u'nr_hotels': u'29', u'latitude': u'40.03779983520508'} -error: (1062, "Duplicate entry 'lankaster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u043a\u0430\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20109935', u'longitude': u'-76.30580139160156', u'nr_hotels': u'29', u'latitude': u'40.03779983520508'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20110052', u'longitude': u'-76.41169738769531', u'nr_hotels': u'4', u'latitude': u'40.34080123901367'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20110052', u'longitude': u'-76.41169738769531', u'nr_hotels': u'4', u'latitude': u'40.34080123901367'} -error: (1062, "Duplicate entry 'mihajlovka-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0438\u0445\u0430\u0439\u043b\u043e\u0432\u043a\u0430', u'countrycode': u'ru', u'city_id': u'-2957589', u'longitude': u'43.25', u'nr_hotels': u'1', u'latitude': u'50.06669998168945'} -error: (1062, "Duplicate entry 'malvern-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Malvern', u'countrycode': u'us', u'city_id': u'20110454', u'longitude': u'-75.51419830322266', u'nr_hotels': u'8', u'latitude': u'40.03609848022461'} -error: (1062, "Duplicate entry 'malvern-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0430\u043b\u0432\u0435\u0440\u043d', u'countrycode': u'us', u'city_id': u'20110454', u'longitude': u'-75.51419830322266', u'nr_hotels': u'8', u'latitude': u'40.03609848022461'} -error: (1062, "Duplicate entry 'mansfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mansfield', u'countrycode': u'us', u'city_id': u'20110485', u'longitude': u'-77.07779693603516', u'nr_hotels': u'2', u'latitude': u'41.80720138549805'} -error: (1062, "Duplicate entry 'mansfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mansfield', u'countrycode': u'us', u'city_id': u'20110485', u'longitude': u'-77.07779693603516', u'nr_hotels': u'2', u'latitude': u'41.80720138549805'} -error: (1062, "Duplicate entry 'marietta-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marietta', u'countrycode': u'us', u'city_id': u'20110538', u'longitude': u'-76.55249786376953', u'nr_hotels': u'1', u'latitude': u'40.05690002441406'} -error: (1062, "Duplicate entry 'marietta-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marietta', u'countrycode': u'us', u'city_id': u'20110538', u'longitude': u'-76.55249786376953', u'nr_hotels': u'1', u'latitude': u'40.05690002441406'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20110849', u'longitude': u'-74.80280303955078', u'nr_hotels': u'5', u'latitude': u'41.322200775146484'} -error: (1062, "Duplicate entry 'milford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milford', u'countrycode': u'us', u'city_id': u'20110849', u'longitude': u'-74.80280303955078', u'nr_hotels': u'5', u'latitude': u'41.322200775146484'} -error: (1062, "Duplicate entry 'markovo-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Markovo', u'countrycode': u'ru', u'city_id': u'-2954659', u'longitude': u'39.35580062866211', u'nr_hotels': u'1', u'latitude': u'57.3130989074707'} -error: (1062, "Duplicate entry 'markovo-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Markovo', u'countrycode': u'ru', u'city_id': u'-2954659', u'longitude': u'39.35580062866211', u'nr_hotels': u'1', u'latitude': u'57.3130989074707'} -error: (1062, "Duplicate entry 'monroeville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monroeville', u'countrycode': u'us', u'city_id': u'20110981', u'longitude': u'-79.78829956054688', u'nr_hotels': u'10', u'latitude': u'40.42110061645508'} -error: (1062, "Duplicate entry 'monroeville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monroeville', u'countrycode': u'us', u'city_id': u'20110981', u'longitude': u'-79.78829956054688', u'nr_hotels': u'10', u'latitude': u'40.42110061645508'} -error: (1062, "Duplicate entry 'morrisville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Morrisville', u'countrycode': u'us', u'city_id': u'20111043', u'longitude': u'-74.78829956054688', u'nr_hotels': u'1', u'latitude': u'40.21139907836914'} -error: (1062, "Duplicate entry 'morrisville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Morrisville', u'countrycode': u'us', u'city_id': u'20111043', u'longitude': u'-74.78829956054688', u'nr_hotels': u'1', u'latitude': u'40.21139907836914'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20111125', u'longitude': u'-79.54139709472656', u'nr_hotels': u'2', u'latitude': u'40.14889907836914'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20111125', u'longitude': u'-79.54139709472656', u'nr_hotels': u'2', u'latitude': u'40.14889907836914'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20111132', u'longitude': u'-76.33689880371094', u'nr_hotels': u'1', u'latitude': u'40.710601806640625'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20111132', u'longitude': u'-76.33689880371094', u'nr_hotels': u'1', u'latitude': u'40.710601806640625'} -error: (1062, "Duplicate entry 'new-castle-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'New Castle', u'countrycode': u'us', u'city_id': u'20111325', u'longitude': u'-80.34719848632812', u'nr_hotels': u'3', u'latitude': u'41.00360107421875'} -error: (1062, "Duplicate entry 'new-castle-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'New Castle', u'countrycode': u'us', u'city_id': u'20111325', u'longitude': u'-80.34719848632812', u'nr_hotels': u'3', u'latitude': u'41.00360107421875'} -error: (1062, "Duplicate entry 'north-east-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'North East', u'countrycode': u'us', u'city_id': u'20111503', u'longitude': u'-79.83439636230469', u'nr_hotels': u'2', u'latitude': u'42.215599060058594'} -error: (1062, "Duplicate entry 'north-east-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'North East', u'countrycode': u'us', u'city_id': u'20111503', u'longitude': u'-79.83439636230469', u'nr_hotels': u'2', u'latitude': u'42.215599060058594'} -error: (1062, "Duplicate entry 'oakdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oakdale', u'countrycode': u'us', u'city_id': u'20111602', u'longitude': u'-80.18579864501953', u'nr_hotels': u'1', u'latitude': u'40.398101806640625'} -error: (1062, "Duplicate entry 'oakdale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oakdale', u'countrycode': u'us', u'city_id': u'20111602', u'longitude': u'-80.18579864501953', u'nr_hotels': u'1', u'latitude': u'40.398101806640625'} -error: (1062, "Duplicate entry 'palmyra-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Palmyra', u'countrycode': u'us', u'city_id': u'20111804', u'longitude': u'-76.59359741210938', u'nr_hotels': u'5', u'latitude': u'40.30889892578125'} -error: (1062, "Duplicate entry 'philadelphia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Philadelphia', u'countrycode': u'us', u'city_id': u'20111994', u'longitude': u'-75.16419982910156', u'nr_hotels': u'67', u'latitude': u'39.95220184326172'} -error: (1062, "Duplicate entry 'pittsburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0438\u0442\u0442\u0441\u0431\u0443\u0440\u0433', u'countrycode': u'us', u'city_id': u'20112087', u'longitude': u'-79.99610137939453', u'nr_hotels': u'40', u'latitude': u'40.44060134887695'} -error: (1062, "Duplicate entry 'saint-marys-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Marys', u'countrycode': u'us', u'city_id': u'20112852', u'longitude': u'-78.56109619140625', u'nr_hotels': u'1', u'latitude': u'41.427799224853516'} -error: (1062, "Duplicate entry 'saint-marys-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Marys', u'countrycode': u'us', u'city_id': u'20112852', u'longitude': u'-78.56109619140625', u'nr_hotels': u'1', u'latitude': u'41.427799224853516'} -error: (1062, "Duplicate entry 'scranton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Scranton', u'countrycode': u'us', u'city_id': u'20112993', u'longitude': u'-75.66280364990234', u'nr_hotels': u'8', u'latitude': u'41.40890121459961'} -error: (1062, "Duplicate entry 'scranton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Scranton', u'countrycode': u'us', u'city_id': u'20112993', u'longitude': u'-75.66280364990234', u'nr_hotels': u'8', u'latitude': u'41.40890121459961'} -error: (1062, "Duplicate entry 'shrewsbury-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shrewsbury', u'countrycode': u'us', u'city_id': u'20113183', u'longitude': u'-76.68000030517578', u'nr_hotels': u'1', u'latitude': u'39.76860046386719'} -error: (1062, "Duplicate entry 'shrewsbury-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shrewsbury', u'countrycode': u'us', u'city_id': u'20113183', u'longitude': u'-76.68000030517578', u'nr_hotels': u'1', u'latitude': u'39.76860046386719'} -error: (1062, "Duplicate entry 'somerset-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Somerset', u'countrycode': u'us', u'city_id': u'20113331', u'longitude': u'-79.07830047607422', u'nr_hotels': u'11', u'latitude': u'40.00830078125'} -error: (1062, "Duplicate entry 'somerset-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Somerset', u'countrycode': u'us', u'city_id': u'20113331', u'longitude': u'-79.07830047607422', u'nr_hotels': u'11', u'latitude': u'40.00830078125'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20113459', u'longitude': u'-75.32060241699219', u'nr_hotels': u'3', u'latitude': u'39.930599212646484'} -error: (1062, "Duplicate entry 'springfild-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043f\u0440\u0438\u043d\u0433\u0444\u0438\u043b\u0434', u'countrycode': u'us', u'city_id': u'20113459', u'longitude': u'-75.32060241699219', u'nr_hotels': u'3', u'latitude': u'39.930599212646484'} -error: (1062, "Duplicate entry 'tannersville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tannersville', u'countrycode': u'us', u'city_id': u'20113811', u'longitude': u'-75.30609893798828', u'nr_hotels': u'1', u'latitude': u'41.040000915527344'} -error: (1062, "Duplicate entry 'tannersville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tannersville', u'countrycode': u'us', u'city_id': u'20113811', u'longitude': u'-75.30609893798828', u'nr_hotels': u'1', u'latitude': u'41.040000915527344'} -error: (1062, "Duplicate entry 'uniontown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Uniontown', u'countrycode': u'us', u'city_id': u'20114091', u'longitude': u'-79.7166976928711', u'nr_hotels': u'2', u'latitude': u'39.900001525878906'} -error: (1062, "Duplicate entry 'uniontown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Uniontown', u'countrycode': u'us', u'city_id': u'20114091', u'longitude': u'-79.7166976928711', u'nr_hotels': u'2', u'latitude': u'39.900001525878906'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20114340', u'longitude': u'-79.14530181884766', u'nr_hotels': u'1', u'latitude': u'41.84389877319336'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20114340', u'longitude': u'-79.14530181884766', u'nr_hotels': u'1', u'latitude': u'41.84389877319336'} -error: (1062, "Duplicate entry 'warrington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warrington', u'countrycode': u'us', u'city_id': u'20114346', u'longitude': u'-75.1343994140625', u'nr_hotels': u'2', u'latitude': u'40.24919891357422'} -error: (1062, "Duplicate entry 'warrington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warrington', u'countrycode': u'us', u'city_id': u'20114346', u'longitude': u'-75.1343994140625', u'nr_hotels': u'2', u'latitude': u'40.24919891357422'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20114357', u'longitude': u'-80.24639892578125', u'nr_hotels': u'12', u'latitude': u'40.17390060424805'} -error: (1062, "Duplicate entry 'vashington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0430\u0448\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20114357', u'longitude': u'-80.24639892578125', u'nr_hotels': u'12', u'latitude': u'40.17390060424805'} -error: (1062, "Duplicate entry 'wayne-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wayne', u'countrycode': u'us', u'city_id': u'20114393', u'longitude': u'-75.38809967041016', u'nr_hotels': u'3', u'latitude': u'40.04389953613281'} -error: (1062, "Duplicate entry 'uejn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0423\u044d\u0439\u043d', u'countrycode': u'us', u'city_id': u'20114393', u'longitude': u'-75.38809967041016', u'nr_hotels': u'3', u'latitude': u'40.04389953613281'} -error: (1062, "Duplicate entry 'williamsport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williamsport', u'countrycode': u'us', u'city_id': u'20114724', u'longitude': u'-77.00140380859375', u'nr_hotels': u'13', u'latitude': u'41.2411003112793'} -error: (1062, "Duplicate entry 'krasnoye-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Krasnoye', u'countrycode': u'ru', u'city_id': u'-2936773', u'longitude': u'39.099998474121094', u'nr_hotels': u'1', u'latitude': u'58.03329849243164'} -error: (1062, "Duplicate entry 'krasnoye-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Krasnoye', u'countrycode': u'ru', u'city_id': u'-2936773', u'longitude': u'39.099998474121094', u'nr_hotels': u'1', u'latitude': u'58.03329849243164'} -error: (1062, "Duplicate entry 'york-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'York', u'countrycode': u'us', u'city_id': u'20114931', u'longitude': u'-76.72810363769531', u'nr_hotels': u'19', u'latitude': u'39.962501525878906'} -error: (1062, "Duplicate entry 'bristol-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bristol', u'countrycode': u'us', u'city_id': u'20115016', u'longitude': u'-71.2667007446289', u'nr_hotels': u'3', u'latitude': u'41.67689895629883'} -error: (1062, "Duplicate entry 'bristol-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bristol', u'countrycode': u'us', u'city_id': u'20115016', u'longitude': u'-71.2667007446289', u'nr_hotels': u'3', u'latitude': u'41.67689895629883'} -error: (1062, "Duplicate entry 'jamestown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jamestown', u'countrycode': u'us', u'city_id': u'20115137', u'longitude': u'-71.3677978515625', u'nr_hotels': u'1', u'latitude': u'41.49689865112305'} -error: (1062, "Duplicate entry 'jamestown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jamestown', u'countrycode': u'us', u'city_id': u'20115137', u'longitude': u'-71.3677978515625', u'nr_hotels': u'1', u'latitude': u'41.49689865112305'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20115180', u'longitude': u'-71.29190063476562', u'nr_hotels': u'19', u'latitude': u'41.54560089111328'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20115180', u'longitude': u'-71.29190063476562', u'nr_hotels': u'19', u'latitude': u'41.54560089111328'} -error: (1062, "Duplicate entry 'smithfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smithfield', u'countrycode': u'us', u'city_id': u'20115284', u'longitude': u'-71.55000305175781', u'nr_hotels': u'3', u'latitude': u'41.92190170288086'} -error: (1062, "Duplicate entry 'smithfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smithfield', u'countrycode': u'us', u'city_id': u'20115284', u'longitude': u'-71.55000305175781', u'nr_hotels': u'3', u'latitude': u'41.92190170288086'} -error: (1062, "Duplicate entry 'spring-lake-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Spring Lake', u'countrycode': u'us', u'city_id': u'20115296', u'longitude': u'-71.57640075683594', u'nr_hotels': u'1', u'latitude': u'41.6796989440918'} -error: (1062, "Duplicate entry 'spring-lake-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Spring Lake', u'countrycode': u'us', u'city_id': u'20115296', u'longitude': u'-71.57640075683594', u'nr_hotels': u'1', u'latitude': u'41.6796989440918'} -error: (1062, "Duplicate entry 'warwick-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warwick', u'countrycode': u'us', u'city_id': u'20115318', u'longitude': u'-71.41670227050781', u'nr_hotels': u'15', u'latitude': u'41.70000076293945'} -error: (1062, "Duplicate entry 'wyoming-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wyoming', u'countrycode': u'us', u'city_id': u'20115344', u'longitude': u'-71.70189666748047', u'nr_hotels': u'1', u'latitude': u'41.51530075073242'} -error: (1062, "Duplicate entry 'wyoming-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wyoming', u'countrycode': u'us', u'city_id': u'20115344', u'longitude': u'-71.70189666748047', u'nr_hotels': u'1', u'latitude': u'41.51530075073242'} -error: (1062, "Duplicate entry 'anderson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Anderson', u'countrycode': u'us', u'city_id': u'20115372', u'longitude': u'-82.65029907226562', u'nr_hotels': u'9', u'latitude': u'34.503299713134766'} -error: (1062, "Duplicate entry 'anderson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Anderson', u'countrycode': u'us', u'city_id': u'20115372', u'longitude': u'-82.65029907226562', u'nr_hotels': u'9', u'latitude': u'34.503299713134766'} -error: (1062, "Duplicate entry 'bluffton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bluffton', u'countrycode': u'us', u'city_id': u'20115632', u'longitude': u'-80.86060333251953', u'nr_hotels': u'6', u'latitude': u'32.236900329589844'} -error: (1062, "Duplicate entry 'bluffton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bluffton', u'countrycode': u'us', u'city_id': u'20115632', u'longitude': u'-80.86060333251953', u'nr_hotels': u'6', u'latitude': u'32.236900329589844'} -error: (1062, "Duplicate entry 'charleston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Charleston', u'countrycode': u'us', u'city_id': u'20115955', u'longitude': u'-79.9358139038086', u'nr_hotels': u'55', u'latitude': u'32.78046417236328'} -error: (1062, "Duplicate entry 'charl-ston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0427\u0430\u0440\u043b\u044c\u0441\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20115955', u'longitude': u'-79.9358139038086', u'nr_hotels': u'55', u'latitude': u'32.78046417236328'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20116041', u'longitude': u'-81.88079833984375', u'nr_hotels': u'4', u'latitude': u'34.47249984741211'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20116041', u'longitude': u'-81.88079833984375', u'nr_hotels': u'4', u'latitude': u'34.47249984741211'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20116092', u'longitude': u'-81.03500366210938', u'nr_hotels': u'61', u'latitude': u'34.0005989074707'} -error: (1062, "Duplicate entry 'conway-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Conway', u'countrycode': u'us', u'city_id': u'20116103', u'longitude': u'-79.04810333251953', u'nr_hotels': u'4', u'latitude': u'33.83580017089844'} -error: (1062, "Duplicate entry 'conway-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Conway', u'countrycode': u'us', u'city_id': u'20116103', u'longitude': u'-79.04810333251953', u'nr_hotels': u'4', u'latitude': u'33.83580017089844'} -error: (1062, "Duplicate entry 'deerfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Deerfield', u'countrycode': u'us', u'city_id': u'20116242', u'longitude': u'-82.27059936523438', u'nr_hotels': u'0', u'latitude': u'34.87080001831055'} -error: (1062, "Duplicate entry 'deerfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Deerfield', u'countrycode': u'us', u'city_id': u'20116242', u'longitude': u'-82.27059936523438', u'nr_hotels': u'0', u'latitude': u'34.87080001831055'} -error: (1062, "Duplicate entry 'dillon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dillon', u'countrycode': u'us', u'city_id': u'20116272', u'longitude': u'-79.37139892578125', u'nr_hotels': u'5', u'latitude': u'34.41640090942383'} -error: (1062, "Duplicate entry 'dillon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dillon', u'countrycode': u'us', u'city_id': u'20116272', u'longitude': u'-79.37139892578125', u'nr_hotels': u'5', u'latitude': u'34.41640090942383'} -error: (1062, "Duplicate entry 'duncan-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Duncan', u'countrycode': u'us', u'city_id': u'20116333', u'longitude': u'-82.14530181884766', u'nr_hotels': u'5', u'latitude': u'34.937801361083984'} -error: (1062, "Duplicate entry 'duncan-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Duncan', u'countrycode': u'us', u'city_id': u'20116333', u'longitude': u'-82.14530181884766', u'nr_hotels': u'5', u'latitude': u'34.937801361083984'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20116532', u'longitude': u'-79.76280212402344', u'nr_hotels': u'22', u'latitude': u'34.1953010559082'} -error: (1062, "Duplicate entry 'florence-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Florence', u'countrycode': u'us', u'city_id': u'20116532', u'longitude': u'-79.76280212402344', u'nr_hotels': u'22', u'latitude': u'34.1953010559082'} -error: (1062, "Duplicate entry 'georgetown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Georgetown', u'countrycode': u'us', u'city_id': u'20116667', u'longitude': u'-79.2947006225586', u'nr_hotels': u'3', u'latitude': u'33.37670135498047'} -error: (1062, "Duplicate entry 'dzhordzhtaun-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u043e\u0440\u0434\u0436\u0442\u0430\u0443\u043d', u'countrycode': u'us', u'city_id': u'20116667', u'longitude': u'-79.2947006225586', u'nr_hotels': u'3', u'latitude': u'33.37670135498047'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20116782', u'longitude': u'-82.39420318603516', u'nr_hotels': u'38', u'latitude': u'34.852500915527344'} -error: (1062, "Duplicate entry 'greenwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenwood', u'countrycode': u'us', u'city_id': u'20116785', u'longitude': u'-82.16190338134766', u'nr_hotels': u'7', u'latitude': u'34.1953010559082'} -error: (1062, "Duplicate entry 'lake-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lake City', u'countrycode': u'us', u'city_id': u'20117235', u'longitude': u'-79.75559997558594', u'nr_hotels': u'2', u'latitude': u'33.87080001831055'} -error: (1062, "Duplicate entry 'lake-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lake City', u'countrycode': u'us', u'city_id': u'20117235', u'longitude': u'-79.75559997558594', u'nr_hotels': u'2', u'latitude': u'33.87080001831055'} -error: (1062, "Duplicate entry 'lancaster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lancaster', u'countrycode': u'us', u'city_id': u'20117283', u'longitude': u'-80.77110290527344', u'nr_hotels': u'2', u'latitude': u'34.720298767089844'} -error: (1062, "Duplicate entry 'lankaster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u043a\u0430\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20117283', u'longitude': u'-80.77110290527344', u'nr_hotels': u'2', u'latitude': u'34.720298767089844'} -error: (1062, "Duplicate entry 'laurens-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Laurens', u'countrycode': u'us', u'city_id': u'20117315', u'longitude': u'-82.01439666748047', u'nr_hotels': u'2', u'latitude': u'34.4989013671875'} -error: (1062, "Duplicate entry 'laurens-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Laurens', u'countrycode': u'us', u'city_id': u'20117315', u'longitude': u'-82.01439666748047', u'nr_hotels': u'2', u'latitude': u'34.4989013671875'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20117354', u'longitude': u'-81.23639678955078', u'nr_hotels': u'6', u'latitude': u'33.98139953613281'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20117354', u'longitude': u'-81.23639678955078', u'nr_hotels': u'6', u'latitude': u'33.98139953613281'} -error: (1062, "Duplicate entry 'little-river-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Little River', u'countrycode': u'us', u'city_id': u'20117384', u'longitude': u'-78.6144027709961', u'nr_hotels': u'2', u'latitude': u'33.87310028076172'} -error: (1062, "Duplicate entry 'little-river-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Little River', u'countrycode': u'us', u'city_id': u'20117384', u'longitude': u'-78.6144027709961', u'nr_hotels': u'2', u'latitude': u'33.87310028076172'} -error: (1062, "Duplicate entry 'lynwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lynwood', u'countrycode': u'us', u'city_id': u'20117459', u'longitude': u'-81.89309692382812', u'nr_hotels': u'1', u'latitude': u'35.025001525878906'} -error: (1062, "Duplicate entry 'lynwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lynwood', u'countrycode': u'us', u'city_id': u'20117459', u'longitude': u'-81.89309692382812', u'nr_hotels': u'1', u'latitude': u'35.025001525878906'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20117684', u'longitude': u'-79.86280059814453', u'nr_hotels': u'5', u'latitude': u'32.79389953613281'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20117684', u'longitude': u'-79.86280059814453', u'nr_hotels': u'5', u'latitude': u'32.79389953613281'} -error: (1062, "Duplicate entry 'newberry-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newberry', u'countrycode': u'us', u'city_id': u'20117749', u'longitude': u'-81.618896484375', u'nr_hotels': u'3', u'latitude': u'34.27439880371094'} -error: (1062, "Duplicate entry 'newberry-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Newberry', u'countrycode': u'us', u'city_id': u'20117749', u'longitude': u'-81.618896484375', u'nr_hotels': u'3', u'latitude': u'34.27439880371094'} -error: (1062, "Duplicate entry 'northlake-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Northlake', u'countrycode': u'us', u'city_id': u'20117801', u'longitude': u'-82.68419647216797', u'nr_hotels': u'5', u'latitude': u'34.56610107421875'} -error: (1062, "Duplicate entry 'northlake-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Northlake', u'countrycode': u'us', u'city_id': u'20117801', u'longitude': u'-82.68419647216797', u'nr_hotels': u'5', u'latitude': u'34.56610107421875'} -error: (1062, "Duplicate entry 'oakdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oakdale', u'countrycode': u'us', u'city_id': u'20117837', u'longitude': u'-79.88719940185547', u'nr_hotels': u'0', u'latitude': u'34.17359924316406'} -error: (1062, "Duplicate entry 'oakdale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oakdale', u'countrycode': u'us', u'city_id': u'20117837', u'longitude': u'-79.88719940185547', u'nr_hotels': u'0', u'latitude': u'34.17359924316406'} -error: (1062, "Duplicate entry 'orangeburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orangeburg', u'countrycode': u'us', u'city_id': u'20117903', u'longitude': u'-80.85579681396484', u'nr_hotels': u'14', u'latitude': u'33.49169921875'} -error: (1062, "Duplicate entry 'orchard-park-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orchard Park', u'countrycode': u'us', u'city_id': u'20117906', u'longitude': u'-82.32360076904297', u'nr_hotels': u'1', u'latitude': u'34.85419845581055'} -error: (1062, "Duplicate entry 'orchard-park-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Orchard Park', u'countrycode': u'us', u'city_id': u'20117906', u'longitude': u'-82.32360076904297', u'nr_hotels': u'1', u'latitude': u'34.85419845581055'} -error: (1062, "Duplicate entry 'ridgeland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ridgeland', u'countrycode': u'us', u'city_id': u'20118318', u'longitude': u'-80.98059844970703', u'nr_hotels': u'3', u'latitude': u'32.48059844970703'} -error: (1062, "Duplicate entry 'ridgeland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ridgeland', u'countrycode': u'us', u'city_id': u'20118318', u'longitude': u'-80.98059844970703', u'nr_hotels': u'3', u'latitude': u'32.48059844970703'} -error: (1062, "Duplicate entry 'rock-hill-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rock Hill', u'countrycode': u'us', u'city_id': u'20118370', u'longitude': u'-81.02529907226562', u'nr_hotels': u'14', u'latitude': u'34.92470169067383'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20118441', u'longitude': u'-82.97669982910156', u'nr_hotels': u'1', u'latitude': u'34.88970184326172'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20118441', u'longitude': u'-82.97669982910156', u'nr_hotels': u'1', u'latitude': u'34.88970184326172'} -error: (1062, "Duplicate entry 'santee-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Santee', u'countrycode': u'us', u'city_id': u'20118485', u'longitude': u'-80.48670196533203', u'nr_hotels': u'8', u'latitude': u'33.474998474121094'} -error: (1062, "Duplicate entry 'santee-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Santee', u'countrycode': u'us', u'city_id': u'20118485', u'longitude': u'-80.48670196533203', u'nr_hotels': u'8', u'latitude': u'33.474998474121094'} -error: (1062, "Duplicate entry 'seneca-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seneca', u'countrycode': u'us', u'city_id': u'20118537', u'longitude': u'-82.95330047607422', u'nr_hotels': u'5', u'latitude': u'34.68560028076172'} -error: (1062, "Duplicate entry 'seneca-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seneca', u'countrycode': u'us', u'city_id': u'20118537', u'longitude': u'-82.95330047607422', u'nr_hotels': u'5', u'latitude': u'34.68560028076172'} -error: (1062, "Duplicate entry 'summerville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Summerville', u'countrycode': u'us', u'city_id': u'20118806', u'longitude': u'-80.17579650878906', u'nr_hotels': u'5', u'latitude': u'33.0182991027832'} -error: (1062, "Duplicate entry 'summerville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Summerville', u'countrycode': u'us', u'city_id': u'20118806', u'longitude': u'-80.17579650878906', u'nr_hotels': u'5', u'latitude': u'33.0182991027832'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20118981', u'longitude': u'-81.6239013671875', u'nr_hotels': u'4', u'latitude': u'34.715301513671875'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20118981', u'longitude': u'-81.6239013671875', u'nr_hotels': u'4', u'latitude': u'34.715301513671875'} -error: (1062, "Duplicate entry 'williamston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williamston', u'countrycode': u'us', u'city_id': u'20119197', u'longitude': u'-82.47810363769531', u'nr_hotels': u'1', u'latitude': u'34.61830139160156'} -error: (1062, "Duplicate entry 'williamston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Williamston', u'countrycode': u'us', u'city_id': u'20119197', u'longitude': u'-82.47810363769531', u'nr_hotels': u'1', u'latitude': u'34.61830139160156'} -error: (1062, "Duplicate entry 'york-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'York', u'countrycode': u'us', u'city_id': u'20119301', u'longitude': u'-81.24220275878906', u'nr_hotels': u'1', u'latitude': u'34.99420166015625'} -error: (1062, "Duplicate entry 'york-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'York', u'countrycode': u'us', u'city_id': u'20119301', u'longitude': u'-81.24220275878906', u'nr_hotels': u'1', u'latitude': u'34.99420166015625'} -error: (1062, "Duplicate entry 'aberdeen-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aberdeen', u'countrycode': u'us', u'city_id': u'20119310', u'longitude': u'-98.48609924316406', u'nr_hotels': u'5', u'latitude': u'45.464698791503906'} -error: (1062, "Duplicate entry 'aberdin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0431\u0435\u0440\u0434\u0438\u043d', u'countrycode': u'us', u'city_id': u'20119310', u'longitude': u'-98.48609924316406', u'nr_hotels': u'5', u'latitude': u'45.464698791503906'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20119337', u'longitude': u'-97.13279724121094', u'nr_hotels': u'1', u'latitude': u'44.36439895629883'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20119337', u'longitude': u'-97.13279724121094', u'nr_hotels': u'1', u'latitude': u'44.36439895629883'} -error: (1062, "Duplicate entry 'brandon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brandon', u'countrycode': u'us', u'city_id': u'20119402', u'longitude': u'-96.57170104980469', u'nr_hotels': u'2', u'latitude': u'43.59469985961914'} -error: (1062, "Duplicate entry 'brandon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brandon', u'countrycode': u'us', u'city_id': u'20119402', u'longitude': u'-96.57170104980469', u'nr_hotels': u'2', u'latitude': u'43.59469985961914'} -error: (1062, "Duplicate entry 'brookings-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brookings', u'countrycode': u'us', u'city_id': u'20119411', u'longitude': u'-96.79810333251953', u'nr_hotels': u'4', u'latitude': u'44.3114013671875'} -error: (1062, "Duplicate entry 'clear-lake-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clear Lake', u'countrycode': u'us', u'city_id': u'20119462', u'longitude': u'-96.68219757080078', u'nr_hotels': u'1', u'latitude': u'44.74580001831055'} -error: (1062, "Duplicate entry 'clear-lake-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clear Lake', u'countrycode': u'us', u'city_id': u'20119462', u'longitude': u'-96.68219757080078', u'nr_hotels': u'1', u'latitude': u'44.74580001831055'} -error: (1062, "Duplicate entry 'hot-springs-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hot Springs', u'countrycode': u'us', u'city_id': u'20119680', u'longitude': u'-103.4739990234375', u'nr_hotels': u'7', u'latitude': u'43.43170166015625'} -error: (1062, "Duplicate entry 'hot-springs-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hot Springs', u'countrycode': u'us', u'city_id': u'20119680', u'longitude': u'-103.4739990234375', u'nr_hotels': u'7', u'latitude': u'43.43170166015625'} -error: (1062, "Duplicate entry 'kimball-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kimball', u'countrycode': u'us', u'city_id': u'20119738', u'longitude': u'-98.95809936523438', u'nr_hotels': u'1', u'latitude': u'43.746700286865234'} -error: (1062, "Duplicate entry 'kimball-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kimball', u'countrycode': u'us', u'city_id': u'20119738', u'longitude': u'-98.95809936523438', u'nr_hotels': u'1', u'latitude': u'43.746700286865234'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20119791', u'longitude': u'-97.11360168457031', u'nr_hotels': u'1', u'latitude': u'44.006099700927734'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20119791', u'longitude': u'-97.11360168457031', u'nr_hotels': u'1', u'latitude': u'44.006099700927734'} -error: (1062, "Duplicate entry 'gremyachinsk-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gremyachinsk', u'countrycode': u'ru', u'city_id': u'-2912091', u'longitude': u'107.94999694824219', u'nr_hotels': u'1', u'latitude': u'52.79999923706055'} -error: (1062, "Duplicate entry 'gremyachinsk-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0413\u0440\u0435\u043c\u044f\u0447\u0438\u043d\u0441\u043a', u'countrycode': u'ru', u'city_id': u'-2912091', u'longitude': u'107.94999694824219', u'nr_hotels': u'1', u'latitude': u'52.79999923706055'} -error: (1062, "Duplicate entry 'gorodets-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gorodets', u'countrycode': u'ru', u'city_id': u'-2911155', u'longitude': u'43.474998474121094', u'nr_hotels': u'4', u'latitude': u'56.65140151977539'} -error: (1062, "Duplicate entry 'gorodets-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0413\u043e\u0440\u043e\u0434\u0435\u0446', u'countrycode': u'ru', u'city_id': u'-2911155', u'longitude': u'43.474998474121094', u'nr_hotels': u'4', u'latitude': u'56.65140151977539'} -error: (1062, "Duplicate entry 'sturgis-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sturgis', u'countrycode': u'us', u'city_id': u'20120097', u'longitude': u'-103.50900268554688', u'nr_hotels': u'2', u'latitude': u'44.409698486328125'} -error: (1062, "Duplicate entry 'sturgis-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sturgis', u'countrycode': u'us', u'city_id': u'20120097', u'longitude': u'-103.50900268554688', u'nr_hotels': u'2', u'latitude': u'44.409698486328125'} -error: (1062, "Duplicate entry 'watertown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Watertown', u'countrycode': u'us', u'city_id': u'20120181', u'longitude': u'-97.11470031738281', u'nr_hotels': u'7', u'latitude': u'44.89939880371094'} -error: (1062, "Duplicate entry 'watertown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Watertown', u'countrycode': u'us', u'city_id': u'20120181', u'longitude': u'-97.11470031738281', u'nr_hotels': u'7', u'latitude': u'44.89939880371094'} -error: (1062, "Duplicate entry 'antioch-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Antioch', u'countrycode': u'us', u'city_id': u'20120325', u'longitude': u'-86.67220306396484', u'nr_hotels': u'6', u'latitude': u'36.060001373291016'} -error: (1062, "Duplicate entry 'antioch-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Antioch', u'countrycode': u'us', u'city_id': u'20120325', u'longitude': u'-86.67220306396484', u'nr_hotels': u'6', u'latitude': u'36.060001373291016'} -error: (1062, "Duplicate entry 'athens-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Athens', u'countrycode': u'us', u'city_id': u'20120379', u'longitude': u'-84.59310150146484', u'nr_hotels': u'6', u'latitude': u'35.44279861450195'} -error: (1062, "Duplicate entry 'athens-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Athens', u'countrycode': u'us', u'city_id': u'20120379', u'longitude': u'-84.59310150146484', u'nr_hotels': u'6', u'latitude': u'35.44279861450195'} -error: (1062, "Duplicate entry 'atoka-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Atoka', u'countrycode': u'us', u'city_id': u'20120381', u'longitude': u'-89.7780990600586', u'nr_hotels': u'1', u'latitude': u'35.44110107421875'} -error: (1062, "Duplicate entry 'atoka-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Atoka', u'countrycode': u'us', u'city_id': u'20120381', u'longitude': u'-89.7780990600586', u'nr_hotels': u'1', u'latitude': u'35.44110107421875'} -error: (1062, "Duplicate entry 'bartlett-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bartlett', u'countrycode': u'us', u'city_id': u'20120454', u'longitude': u'-89.8739013671875', u'nr_hotels': u'3', u'latitude': u'35.20439910888672'} -error: (1062, "Duplicate entry 'bartlett-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bartlett', u'countrycode': u'us', u'city_id': u'20120454', u'longitude': u'-89.8739013671875', u'nr_hotels': u'3', u'latitude': u'35.20439910888672'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20120548', u'longitude': u'-86.93939971923828', u'nr_hotels': u'1', u'latitude': u'36.064701080322266'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20120548', u'longitude': u'-86.93939971923828', u'nr_hotels': u'1', u'latitude': u'36.064701080322266'} -error: (1062, "Duplicate entry 'benton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Benton', u'countrycode': u'us', u'city_id': u'20120575', u'longitude': u'-84.65360260009766', u'nr_hotels': u'1', u'latitude': u'35.174198150634766'} -error: (1062, "Duplicate entry 'benton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Benton', u'countrycode': u'us', u'city_id': u'20120575', u'longitude': u'-84.65360260009766', u'nr_hotels': u'1', u'latitude': u'35.174198150634766'} -error: (1062, "Duplicate entry 'bolivar-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bolivar', u'countrycode': u'us', u'city_id': u'20120741', u'longitude': u'-88.98780059814453', u'nr_hotels': u'1', u'latitude': u'35.256099700927734'} -error: (1062, "Duplicate entry 'bolivar-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bolivar', u'countrycode': u'us', u'city_id': u'20120741', u'longitude': u'-88.98780059814453', u'nr_hotels': u'1', u'latitude': u'35.256099700927734'} -error: (1062, "Duplicate entry 'brentwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brentwood', u'countrycode': u'us', u'city_id': u'20120808', u'longitude': u'-86.78279876708984', u'nr_hotels': u'14', u'latitude': u'36.03310012817383'} -error: (1062, "Duplicate entry 'brentwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brentwood', u'countrycode': u'us', u'city_id': u'20120808', u'longitude': u'-86.78279876708984', u'nr_hotels': u'14', u'latitude': u'36.03310012817383'} -error: (1062, "Duplicate entry 'bristol-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bristol', u'countrycode': u'us', u'city_id': u'20120831', u'longitude': u'-82.18880462646484', u'nr_hotels': u'2', u'latitude': u'36.592742919921875'} -error: (1062, "Duplicate entry 'bristol-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bristol', u'countrycode': u'us', u'city_id': u'20120831', u'longitude': u'-82.18880462646484', u'nr_hotels': u'2', u'latitude': u'36.592742919921875'} -error: (1062, "Duplicate entry 'buffalo-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Buffalo', u'countrycode': u'us', u'city_id': u'20120907', u'longitude': u'-87.80670166015625', u'nr_hotels': u'1', u'latitude': u'35.88560104370117'} -error: (1062, "Duplicate entry 'buffalo-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0443\u0444\u0444\u0430\u043b\u043e', u'countrycode': u'us', u'city_id': u'20120907', u'longitude': u'-87.80670166015625', u'nr_hotels': u'1', u'latitude': u'35.88560104370117'} -error: (1062, "Duplicate entry 'centerville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Centerville', u'countrycode': u'us', u'city_id': u'20121139', u'longitude': u'-87.46690368652344', u'nr_hotels': u'1', u'latitude': u'35.778900146484375'} -error: (1062, "Duplicate entry 'centerville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Centerville', u'countrycode': u'us', u'city_id': u'20121139', u'longitude': u'-87.46690368652344', u'nr_hotels': u'1', u'latitude': u'35.778900146484375'} -error: (1062, "Duplicate entry 'clarksville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clarksville', u'countrycode': u'us', u'city_id': u'20121262', u'longitude': u'-87.3593978881836', u'nr_hotels': u'18', u'latitude': u'36.529701232910156'} -error: (1062, "Duplicate entry 'cleveland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cleveland', u'countrycode': u'us', u'city_id': u'20121279', u'longitude': u'-84.87670135498047', u'nr_hotels': u'17', u'latitude': u'35.159400939941406'} -error: (1062, "Duplicate entry 'klivlend-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u043b\u0438\u0432\u043b\u0435\u043d\u0434', u'countrycode': u'us', u'city_id': u'20121279', u'longitude': u'-84.87670135498047', u'nr_hotels': u'17', u'latitude': u'35.159400939941406'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20121293', u'longitude': u'-84.13189697265625', u'nr_hotels': u'3', u'latitude': u'36.10329818725586'} -error: (1062, "Duplicate entry 'clinton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clinton', u'countrycode': u'us', u'city_id': u'20121293', u'longitude': u'-84.13189697265625', u'nr_hotels': u'3', u'latitude': u'36.10329818725586'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20121351', u'longitude': u'-87.0353012084961', u'nr_hotels': u'2', u'latitude': u'35.6150016784668'} -error: (1062, "Duplicate entry 'columbia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbia', u'countrycode': u'us', u'city_id': u'20121351', u'longitude': u'-87.0353012084961', u'nr_hotels': u'2', u'latitude': u'35.6150016784668'} -error: (1062, "Duplicate entry 'covington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Covington', u'countrycode': u'us', u'city_id': u'20121436', u'longitude': u'-89.64640045166016', u'nr_hotels': u'2', u'latitude': u'35.56420135498047'} -error: (1062, "Duplicate entry 'covington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Covington', u'countrycode': u'us', u'city_id': u'20121436', u'longitude': u'-89.64640045166016', u'nr_hotels': u'2', u'latitude': u'35.56420135498047'} -error: (1062, "Duplicate entry 'dayton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dayton', u'countrycode': u'us', u'city_id': u'20121579', u'longitude': u'-85.01249694824219', u'nr_hotels': u'3', u'latitude': u'35.493900299072266'} -error: (1062, "Duplicate entry 'dayton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dayton', u'countrycode': u'us', u'city_id': u'20121579', u'longitude': u'-85.01249694824219', u'nr_hotels': u'3', u'latitude': u'35.493900299072266'} -error: (1062, "Duplicate entry 'elkton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Elkton', u'countrycode': u'us', u'city_id': u'20121849', u'longitude': u'-86.88860321044922', u'nr_hotels': u'1', u'latitude': u'35.05220031738281'} -error: (1062, "Duplicate entry 'elkton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Elkton', u'countrycode': u'us', u'city_id': u'20121849', u'longitude': u'-86.88860321044922', u'nr_hotels': u'1', u'latitude': u'35.05220031738281'} -error: (1062, "Duplicate entry 'fairview-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fairview', u'countrycode': u'us', u'city_id': u'20121957', u'longitude': u'-87.12139892578125', u'nr_hotels': u'1', u'latitude': u'35.98189926147461'} -error: (1062, "Duplicate entry 'fairview-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fairview', u'countrycode': u'us', u'city_id': u'20121957', u'longitude': u'-87.12139892578125', u'nr_hotels': u'1', u'latitude': u'35.98189926147461'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20121999', u'longitude': u'-86.57060241699219', u'nr_hotels': u'3', u'latitude': u'35.15190124511719'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20121999', u'longitude': u'-86.57060241699219', u'nr_hotels': u'3', u'latitude': u'35.15190124511719'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20122126', u'longitude': u'-86.868896484375', u'nr_hotels': u'16', u'latitude': u'35.92499923706055'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0424\u0440\u0430\u043d\u043a\u043b\u0438\u043d', u'countrycode': u'us', u'city_id': u'20122126', u'longitude': u'-86.868896484375', u'nr_hotels': u'16', u'latitude': u'35.92499923706055'} -error: (1062, "Duplicate entry 'donskoye-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Donskoye', u'countrycode': u'ru', u'city_id': u'-2903022', u'longitude': u'38.97420120239258', u'nr_hotels': u'1', u'latitude': u'52.62080001831055'} -error: (1062, "Duplicate entry 'donskoye-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Donskoye', u'countrycode': u'ru', u'city_id': u'-2903022', u'longitude': u'38.97420120239258', u'nr_hotels': u'1', u'latitude': u'52.62080001831055'} -error: (1062, "Duplicate entry 'germantown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Germantown', u'countrycode': u'us', u'city_id': u'20122214', u'longitude': u'-89.80999755859375', u'nr_hotels': u'11', u'latitude': u'35.086700439453125'} -error: (1062, "Duplicate entry 'germantown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Germantown', u'countrycode': u'us', u'city_id': u'20122214', u'longitude': u'-89.80999755859375', u'nr_hotels': u'11', u'latitude': u'35.086700439453125'} -error: (1062, "Duplicate entry 'harriman-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Harriman', u'countrycode': u'us', u'city_id': u'20122520', u'longitude': u'-84.55249786376953', u'nr_hotels': u'4', u'latitude': u'35.93389892578125'} -error: (1062, "Duplicate entry 'harriman-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Harriman', u'countrycode': u'us', u'city_id': u'20122520', u'longitude': u'-84.55249786376953', u'nr_hotels': u'4', u'latitude': u'35.93389892578125'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20122580', u'longitude': u'-88.64140319824219', u'nr_hotels': u'1', u'latitude': u'35.43920135498047'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20122580', u'longitude': u'-88.64140319824219', u'nr_hotels': u'1', u'latitude': u'35.43920135498047'} -error: (1062, "Duplicate entry 'hendersonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hendersonville', u'countrycode': u'us', u'city_id': u'20122583', u'longitude': u'-86.62000274658203', u'nr_hotels': u'3', u'latitude': u'36.3046989440918'} -error: (1062, "Duplicate entry 'hendersonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hendersonville', u'countrycode': u'us', u'city_id': u'20122583', u'longitude': u'-86.62000274658203', u'nr_hotels': u'3', u'latitude': u'36.3046989440918'} -error: (1062, "Duplicate entry 'hermitage-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hermitage', u'countrycode': u'us', u'city_id': u'20122598', u'longitude': u'-86.62249755859375', u'nr_hotels': u'6', u'latitude': u'36.19609832763672'} -error: (1062, "Duplicate entry 'hermitage-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hermitage', u'countrycode': u'us', u'city_id': u'20122598', u'longitude': u'-86.62249755859375', u'nr_hotels': u'6', u'latitude': u'36.19609832763672'} -error: (1062, "Duplicate entry 'humboldt-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Humboldt', u'countrycode': u'us', u'city_id': u'20122844', u'longitude': u'-88.91580200195312', u'nr_hotels': u'1', u'latitude': u'35.819698333740234'} -error: (1062, "Duplicate entry 'humboldt-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Humboldt', u'countrycode': u'us', u'city_id': u'20122844', u'longitude': u'-88.91580200195312', u'nr_hotels': u'1', u'latitude': u'35.819698333740234'} -error: (1062, "Duplicate entry 'huntsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Huntsville', u'countrycode': u'us', u'city_id': u'20122862', u'longitude': u'-84.4906005859375', u'nr_hotels': u'1', u'latitude': u'36.409698486328125'} -error: (1062, "Duplicate entry 'huntsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Huntsville', u'countrycode': u'us', u'city_id': u'20122862', u'longitude': u'-84.4906005859375', u'nr_hotels': u'1', u'latitude': u'36.409698486328125'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20122933', u'longitude': u'-88.81390380859375', u'nr_hotels': u'21', u'latitude': u'35.61439895629883'} -error: (1062, "Duplicate entry 'dzhekson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0435\u043a\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20122933', u'longitude': u'-88.81390380859375', u'nr_hotels': u'21', u'latitude': u'35.61439895629883'} -error: (1062, "Duplicate entry 'jefferson-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jefferson City', u'countrycode': u'us', u'city_id': u'20122960', u'longitude': u'-83.49250030517578', u'nr_hotels': u'1', u'latitude': u'36.12220001220703'} -error: (1062, "Duplicate entry 'jefferson-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jefferson City', u'countrycode': u'us', u'city_id': u'20122960', u'longitude': u'-83.49250030517578', u'nr_hotels': u'1', u'latitude': u'36.12220001220703'} -error: (1062, "Duplicate entry 'johnson-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Johnson City', u'countrycode': u'us', u'city_id': u'20122982', u'longitude': u'-82.35359954833984', u'nr_hotels': u'12', u'latitude': u'36.31330108642578'} -error: (1062, "Duplicate entry 'kimball-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kimball', u'countrycode': u'us', u'city_id': u'20123053', u'longitude': u'-85.6718978881836', u'nr_hotels': u'3', u'latitude': u'35.04779815673828'} -error: (1062, "Duplicate entry 'kimball-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kimball', u'countrycode': u'us', u'city_id': u'20123053', u'longitude': u'-85.6718978881836', u'nr_hotels': u'3', u'latitude': u'35.04779815673828'} -error: (1062, "Duplicate entry 'kingston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kingston', u'countrycode': u'us', u'city_id': u'20123073', u'longitude': u'-84.50859832763672', u'nr_hotels': u'4', u'latitude': u'35.88079833984375'} -error: (1062, "Duplicate entry 'kingston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kingston', u'countrycode': u'us', u'city_id': u'20123073', u'longitude': u'-84.50859832763672', u'nr_hotels': u'4', u'latitude': u'35.88079833984375'} -error: (1062, "Duplicate entry 'knoxville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Knoxville', u'countrycode': u'us', u'city_id': u'20123103', u'longitude': u'-83.92649841308594', u'nr_hotels': u'35', u'latitude': u'35.964500427246094'} -error: (1062, "Duplicate entry 'lake-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lake City', u'countrycode': u'us', u'city_id': u'20123122', u'longitude': u'-84.15470123291016', u'nr_hotels': u'1', u'latitude': u'36.21780014038086'} -error: (1062, "Duplicate entry 'lake-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lake City', u'countrycode': u'us', u'city_id': u'20123122', u'longitude': u'-84.15470123291016', u'nr_hotels': u'1', u'latitude': u'36.21780014038086'} -error: (1062, "Duplicate entry 'lawrenceburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lawrenceburg', u'countrycode': u'us', u'city_id': u'20123233', u'longitude': u'-87.33470153808594', u'nr_hotels': u'1', u'latitude': u'35.2421989440918'} -error: (1062, "Duplicate entry 'lawrenceburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lawrenceburg', u'countrycode': u'us', u'city_id': u'20123233', u'longitude': u'-87.33470153808594', u'nr_hotels': u'1', u'latitude': u'35.2421989440918'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20123249', u'longitude': u'-86.29109954833984', u'nr_hotels': u'7', u'latitude': u'36.208099365234375'} -error: (1062, "Duplicate entry 'lebanon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lebanon', u'countrycode': u'us', u'city_id': u'20123249', u'longitude': u'-86.29109954833984', u'nr_hotels': u'7', u'latitude': u'36.208099365234375'} -error: (1062, "Duplicate entry 'lewisburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lewisburg', u'countrycode': u'us', u'city_id': u'20123279', u'longitude': u'-86.78890228271484', u'nr_hotels': u'2', u'latitude': u'35.44919967651367'} -error: (1062, "Duplicate entry 'lewisburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lewisburg', u'countrycode': u'us', u'city_id': u'20123279', u'longitude': u'-86.78890228271484', u'nr_hotels': u'2', u'latitude': u'35.44919967651367'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20123282', u'longitude': u'-88.39330291748047', u'nr_hotels': u'3', u'latitude': u'35.65079879760742'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20123282', u'longitude': u'-88.39330291748047', u'nr_hotels': u'3', u'latitude': u'35.65079879760742'} -error: (1062, "Duplicate entry 'loudon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Loudon', u'countrycode': u'us', u'city_id': u'20123403', u'longitude': u'-84.33390045166016', u'nr_hotels': u'2', u'latitude': u'35.7327995300293'} -error: (1062, "Duplicate entry 'loudon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Loudon', u'countrycode': u'us', u'city_id': u'20123403', u'longitude': u'-84.33390045166016', u'nr_hotels': u'2', u'latitude': u'35.7327995300293'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20123459', u'longitude': u'-86.71389770507812', u'nr_hotels': u'1', u'latitude': u'36.256099700927734'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20123459', u'longitude': u'-86.71389770507812', u'nr_hotels': u'1', u'latitude': u'36.256099700927734'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20123473', u'longitude': u'-86.0886001586914', u'nr_hotels': u'7', u'latitude': u'35.4817008972168'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u0430\u043d\u0447\u0435\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20123473', u'longitude': u'-86.0886001586914', u'nr_hotels': u'7', u'latitude': u'35.4817008972168'} -error: (1062, "Duplicate entry 'maryville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Maryville', u'countrycode': u'us', u'city_id': u'20123534', u'longitude': u'-83.97059631347656', u'nr_hotels': u'2', u'latitude': u'35.75640106201172'} -error: (1062, "Duplicate entry 'maryville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Maryville', u'countrycode': u'us', u'city_id': u'20123534', u'longitude': u'-83.97059631347656', u'nr_hotels': u'2', u'latitude': u'35.75640106201172'} -error: (1062, "Duplicate entry 'mcminnville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'McMinnville', u'countrycode': u'us', u'city_id': u'20123588', u'longitude': u'-85.7699966430664', u'nr_hotels': u'2', u'latitude': u'35.68330001831055'} -error: (1062, "Duplicate entry 'mcminnville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'McMinnville', u'countrycode': u'us', u'city_id': u'20123588', u'longitude': u'-85.7699966430664', u'nr_hotels': u'2', u'latitude': u'35.68330001831055'} -error: (1062, "Duplicate entry 'milan-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Milan', u'countrycode': u'us', u'city_id': u'20123668', u'longitude': u'-88.75890350341797', u'nr_hotels': u'1', u'latitude': u'35.919700622558594'} -error: (1062, "Duplicate entry 'milan-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Milan', u'countrycode': u'us', u'city_id': u'20123668', u'longitude': u'-88.75890350341797', u'nr_hotels': u'1', u'latitude': u'35.919700622558594'} -error: (1062, "Duplicate entry 'morristaun-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041c\u043e\u0440\u0440\u0438\u0441\u0442\u0430\u0443\u043d', u'countrycode': u'us', u'city_id': u'20123780', u'longitude': u'-83.29499816894531', u'nr_hotels': u'10', u'latitude': u'36.21390151977539'} -error: (1062, "Duplicate entry 'murfreesboro-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Murfreesboro', u'countrycode': u'us', u'city_id': u'20123886', u'longitude': u'-86.39029693603516', u'nr_hotels': u'21', u'latitude': u'35.84560012817383'} -error: (1062, "Duplicate entry 'nashville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Nashville', u'countrycode': u'us', u'city_id': u'20123908', u'longitude': u'-86.7844009399414', u'nr_hotels': u'101', u'latitude': u'36.16579818725586'} -error: (1062, "Duplicate entry 'oakland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oakland', u'countrycode': u'us', u'city_id': u'20124125', u'longitude': u'-89.51499938964844', u'nr_hotels': u'0', u'latitude': u'35.22890090942383'} -error: (1062, "Duplicate entry 'oakland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oakland', u'countrycode': u'us', u'city_id': u'20124125', u'longitude': u'-89.51499938964844', u'nr_hotels': u'0', u'latitude': u'35.22890090942383'} -error: (1062, "Duplicate entry 'paris-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Paris', u'countrycode': u'us', u'city_id': u'20124264', u'longitude': u'-88.32669830322266', u'nr_hotels': u'2', u'latitude': u'36.30189895629883'} -error: (1062, "Duplicate entry 'paris-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Paris', u'countrycode': u'us', u'city_id': u'20124264', u'longitude': u'-88.32669830322266', u'nr_hotels': u'2', u'latitude': u'36.30189895629883'} -error: (1062, "Duplicate entry 'portland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portland', u'countrycode': u'us', u'city_id': u'20124544', u'longitude': u'-86.51640319824219', u'nr_hotels': u'1', u'latitude': u'36.58169937133789'} -error: (1062, "Duplicate entry 'portlend-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u0440\u0442\u043b\u0435\u043d\u0434', u'countrycode': u'us', u'city_id': u'20124544', u'longitude': u'-86.51640319824219', u'nr_hotels': u'1', u'latitude': u'36.58169937133789'} -error: (1062, "Duplicate entry 'pulaski-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pulaski', u'countrycode': u'us', u'city_id': u'20124595', u'longitude': u'-87.03079986572266', u'nr_hotels': u'1', u'latitude': u'35.19969940185547'} -error: (1062, "Duplicate entry 'pulaski-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pulaski', u'countrycode': u'us', u'city_id': u'20124595', u'longitude': u'-87.03079986572266', u'nr_hotels': u'1', u'latitude': u'35.19969940185547'} -error: (1062, "Duplicate entry 'rockwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rockwood', u'countrycode': u'us', u'city_id': u'20124816', u'longitude': u'-84.68499755859375', u'nr_hotels': u'1', u'latitude': u'35.8656005859375'} -error: (1062, "Duplicate entry 'rockwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rockwood', u'countrycode': u'us', u'city_id': u'20124816', u'longitude': u'-84.68499755859375', u'nr_hotels': u'1', u'latitude': u'35.8656005859375'} -error: (1062, "Duplicate entry 'shelbyville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shelbyville', u'countrycode': u'us', u'city_id': u'20125089', u'longitude': u'-86.46029663085938', u'nr_hotels': u'4', u'latitude': u'35.483299255371094'} -error: (1062, "Duplicate entry 'shelbyville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shelbyville', u'countrycode': u'us', u'city_id': u'20125089', u'longitude': u'-86.46029663085938', u'nr_hotels': u'4', u'latitude': u'35.483299255371094'} -error: (1062, "Duplicate entry 'smyrna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smyrna', u'countrycode': u'us', u'city_id': u'20125192', u'longitude': u'-86.51860046386719', u'nr_hotels': u'8', u'latitude': u'35.9827995300293'} -error: (1062, "Duplicate entry 'smyrna-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smyrna', u'countrycode': u'us', u'city_id': u'20125192', u'longitude': u'-86.51860046386719', u'nr_hotels': u'8', u'latitude': u'35.9827995300293'} -error: (1062, "Duplicate entry 'sparta-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sparta', u'countrycode': u'us', u'city_id': u'20125244', u'longitude': u'-85.46420288085938', u'nr_hotels': u'1', u'latitude': u'35.92580032348633'} -error: (1062, "Duplicate entry 'sparta-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sparta', u'countrycode': u'us', u'city_id': u'20125244', u'longitude': u'-85.46420288085938', u'nr_hotels': u'1', u'latitude': u'35.92580032348633'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20125277', u'longitude': u'-86.88500213623047', u'nr_hotels': u'2', u'latitude': u'36.50920104980469'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20125277', u'longitude': u'-86.88500213623047', u'nr_hotels': u'2', u'latitude': u'36.50920104980469'} -error: (1062, "Duplicate entry 'stanton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stanton', u'countrycode': u'us', u'city_id': u'20125298', u'longitude': u'-89.40190124511719', u'nr_hotels': u'2', u'latitude': u'35.46220016479492'} -error: (1062, "Duplicate entry 'stanton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stanton', u'countrycode': u'us', u'city_id': u'20125298', u'longitude': u'-89.40190124511719', u'nr_hotels': u'2', u'latitude': u'35.46220016479492'} -error: (1062, "Duplicate entry 'union-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union City', u'countrycode': u'us', u'city_id': u'20125676', u'longitude': u'-89.05690002441406', u'nr_hotels': u'2', u'latitude': u'36.424198150634766'} -error: (1062, "Duplicate entry 'yunion-siti-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u042e\u043d\u0438\u043e\u043d-\u0421\u0438\u0442\u0438', u'countrycode': u'us', u'city_id': u'20125676', u'longitude': u'-89.05690002441406', u'nr_hotels': u'2', u'latitude': u'36.424198150634766'} -error: (1062, "Duplicate entry 'abilene-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Abilene', u'countrycode': u'us', u'city_id': u'20126162', u'longitude': u'-99.73280334472656', u'nr_hotels': u'32', u'latitude': u'32.44860076904297'} -error: (1062, "Duplicate entry 'addison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Addison', u'countrycode': u'us', u'city_id': u'20126181', u'longitude': u'-96.82890319824219', u'nr_hotels': u'17', u'latitude': u'32.961700439453125'} -error: (1062, "Duplicate entry 'addison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Addison', u'countrycode': u'us', u'city_id': u'20126181', u'longitude': u'-96.82890319824219', u'nr_hotels': u'17', u'latitude': u'32.961700439453125'} -error: (1062, "Duplicate entry 'alamo-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alamo', u'countrycode': u'us', u'city_id': u'20126207', u'longitude': u'-98.122802734375', u'nr_hotels': u'4', u'latitude': u'26.183300018310547'} -error: (1062, "Duplicate entry 'alamo-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alamo', u'countrycode': u'us', u'city_id': u'20126207', u'longitude': u'-98.122802734375', u'nr_hotels': u'4', u'latitude': u'26.183300018310547'} -error: (1062, "Duplicate entry 'alpine-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alpine', u'countrycode': u'us', u'city_id': u'20126251', u'longitude': u'-103.66100311279297', u'nr_hotels': u'10', u'latitude': u'30.358299255371094'} -error: (1062, "Duplicate entry 'alpine-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alpine', u'countrycode': u'us', u'city_id': u'20126251', u'longitude': u'-103.66100311279297', u'nr_hotels': u'10', u'latitude': u'30.358299255371094'} -error: (1062, "Duplicate entry 'andrews-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Andrews', u'countrycode': u'us', u'city_id': u'20126293', u'longitude': u'-102.54499816894531', u'nr_hotels': u'4', u'latitude': u'32.318599700927734'} -error: (1062, "Duplicate entry 'andrews-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Andrews', u'countrycode': u'us', u'city_id': u'20126293', u'longitude': u'-102.54499816894531', u'nr_hotels': u'4', u'latitude': u'32.318599700927734'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20126350', u'longitude': u'-97.10780334472656', u'nr_hotels': u'49', u'latitude': u'32.735599517822266'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0440\u043b\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20126350', u'longitude': u'-97.10780334472656', u'nr_hotels': u'49', u'latitude': u'32.735599517822266'} -error: (1062, "Duplicate entry 'athens-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Athens', u'countrycode': u'us', u'city_id': u'20126381', u'longitude': u'-95.85530090332031', u'nr_hotels': u'2', u'latitude': u'32.2047004699707'} -error: (1062, "Duplicate entry 'athens-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Athens', u'countrycode': u'us', u'city_id': u'20126381', u'longitude': u'-95.85530090332031', u'nr_hotels': u'2', u'latitude': u'32.2047004699707'} -error: (1062, "Duplicate entry 'atlanta-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Atlanta', u'countrycode': u'us', u'city_id': u'20126382', u'longitude': u'-94.16419982910156', u'nr_hotels': u'3', u'latitude': u'33.11360168457031'} -error: (1062, "Duplicate entry 'atlanta-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0442\u043b\u0430\u043d\u0442\u0430', u'countrycode': u'us', u'city_id': u'20126382', u'longitude': u'-94.16419982910156', u'nr_hotels': u'3', u'latitude': u'33.11360168457031'} -error: (1062, "Duplicate entry 'ostin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u0441\u0442\u0438\u043d', u'countrycode': u'us', u'city_id': u'20126394', u'longitude': u'-97.7427978515625', u'nr_hotels': u'134', u'latitude': u'30.26689910888672'} -error: (1062, "Duplicate entry 'bastrop-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bastrop', u'countrycode': u'us', u'city_id': u'20126470', u'longitude': u'-97.31500244140625', u'nr_hotels': u'10', u'latitude': u'30.110300064086914'} -error: (1062, "Duplicate entry 'bastrop-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u0430\u0441\u0442\u0440\u043e\u043f', u'countrycode': u'us', u'city_id': u'20126470', u'longitude': u'-97.31500244140625', u'nr_hotels': u'10', u'latitude': u'30.110300064086914'} -error: (1062, "Duplicate entry 'bay-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bay City', u'countrycode': u'us', u'city_id': u'20126479', u'longitude': u'-95.96920013427734', u'nr_hotels': u'6', u'latitude': u'28.982500076293945'} -error: (1062, "Duplicate entry 'bay-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bay City', u'countrycode': u'us', u'city_id': u'20126479', u'longitude': u'-95.96920013427734', u'nr_hotels': u'6', u'latitude': u'28.982500076293945'} -error: (1062, "Duplicate entry 'beaumont-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beaumont', u'countrycode': u'us', u'city_id': u'20126503', u'longitude': u'-94.10169982910156', u'nr_hotels': u'29', u'latitude': u'30.085800170898438'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20126513', u'longitude': u'-97.1427993774414', u'nr_hotels': u'9', u'latitude': u'32.84389877319336'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20126513', u'longitude': u'-97.1427993774414', u'nr_hotels': u'9', u'latitude': u'32.84389877319336'} -error: (1062, "Duplicate entry 'belton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Belton', u'countrycode': u'us', u'city_id': u'20126542', u'longitude': u'-97.46420288085938', u'nr_hotels': u'2', u'latitude': u'31.05579948425293'} -error: (1062, "Duplicate entry 'belton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Belton', u'countrycode': u'us', u'city_id': u'20126542', u'longitude': u'-97.46420288085938', u'nr_hotels': u'2', u'latitude': u'31.05579948425293'} -error: (1062, "Duplicate entry 'bishop-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bishop', u'countrycode': u'us', u'city_id': u'20126621', u'longitude': u'-97.79889678955078', u'nr_hotels': u'1', u'latitude': u'27.585800170898438'} -error: (1062, "Duplicate entry 'bishop-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bishop', u'countrycode': u'us', u'city_id': u'20126621', u'longitude': u'-97.79889678955078', u'nr_hotels': u'1', u'latitude': u'27.585800170898438'} -error: (1062, "Duplicate entry 'bowie-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bowie', u'countrycode': u'us', u'city_id': u'20126739', u'longitude': u'-97.84829711914062', u'nr_hotels': u'3', u'latitude': u'33.55889892578125'} -error: (1062, "Duplicate entry 'bowie-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bowie', u'countrycode': u'us', u'city_id': u'20126739', u'longitude': u'-97.84829711914062', u'nr_hotels': u'3', u'latitude': u'33.55889892578125'} -error: (1062, "Duplicate entry 'breckenridge-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Breckenridge', u'countrycode': u'us', u'city_id': u'20126772', u'longitude': u'-98.90190124511719', u'nr_hotels': u'2', u'latitude': u'32.75559997558594'} -error: (1062, "Duplicate entry 'breckenridge-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Breckenridge', u'countrycode': u'us', u'city_id': u'20126772', u'longitude': u'-98.90190124511719', u'nr_hotels': u'2', u'latitude': u'32.75559997558594'} -error: (1062, "Duplicate entry 'bridgeport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bridgeport', u'countrycode': u'us', u'city_id': u'20126784', u'longitude': u'-97.75440216064453', u'nr_hotels': u'4', u'latitude': u'33.209999084472656'} -error: (1062, "Duplicate entry 'bridgeport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bridgeport', u'countrycode': u'us', u'city_id': u'20126784', u'longitude': u'-97.75440216064453', u'nr_hotels': u'4', u'latitude': u'33.209999084472656'} -error: (1062, "Duplicate entry 'brownsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brownsville', u'countrycode': u'us', u'city_id': u'20126821', u'longitude': u'-97.49720001220703', u'nr_hotels': u'20', u'latitude': u'25.901399612426758'} -error: (1062, "Duplicate entry 'brownsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brownsville', u'countrycode': u'us', u'city_id': u'20126821', u'longitude': u'-97.49720001220703', u'nr_hotels': u'20', u'latitude': u'25.901399612426758'} -error: (1062, "Duplicate entry 'asbest-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Asbest', u'countrycode': u'ru', u'city_id': u'-2879755', u'longitude': u'60.52109909057617', u'nr_hotels': u'0', u'latitude': u'56.47330093383789'} -error: (1062, "Duplicate entry 'asbest-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0441\u0431\u0435\u0441\u0442', u'countrycode': u'ru', u'city_id': u'-2879755', u'longitude': u'60.52109909057617', u'nr_hotels': u'0', u'latitude': u'56.47330093383789'} -error: (1062, "Duplicate entry 'bryan-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bryan', u'countrycode': u'us', u'city_id': u'20126837', u'longitude': u'-96.36969757080078', u'nr_hotels': u'7', u'latitude': u'30.6742000579834'} -error: (1062, "Duplicate entry 'bryan-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bryan', u'countrycode': u'us', u'city_id': u'20126837', u'longitude': u'-96.36969757080078', u'nr_hotels': u'7', u'latitude': u'30.6742000579834'} -error: (1062, "Duplicate entry 'buffalo-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Buffalo', u'countrycode': u'us', u'city_id': u'20126858', u'longitude': u'-96.05780029296875', u'nr_hotels': u'5', u'latitude': u'31.463600158691406'} -error: (1062, "Duplicate entry 'buffalo-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Buffalo', u'countrycode': u'us', u'city_id': u'20126858', u'longitude': u'-96.05780029296875', u'nr_hotels': u'5', u'latitude': u'31.463600158691406'} -error: (1062, "Duplicate entry 'caldwell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Caldwell', u'countrycode': u'us', u'city_id': u'20126930', u'longitude': u'-96.69280242919922', u'nr_hotels': u'3', u'latitude': u'30.531099319458008'} -error: (1062, "Duplicate entry 'caldwell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Caldwell', u'countrycode': u'us', u'city_id': u'20126930', u'longitude': u'-96.69280242919922', u'nr_hotels': u'3', u'latitude': u'30.531099319458008'} -error: (1062, "Duplicate entry 'cameron-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cameron', u'countrycode': u'us', u'city_id': u'20126952', u'longitude': u'-96.97669982910156', u'nr_hotels': u'2', u'latitude': u'30.853099822998047'} -error: (1062, "Duplicate entry 'cameron-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cameron', u'countrycode': u'us', u'city_id': u'20126952', u'longitude': u'-96.97669982910156', u'nr_hotels': u'2', u'latitude': u'30.853099822998047'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20126977', u'longitude': u'-95.86309814453125', u'nr_hotels': u'3', u'latitude': u'32.556400299072266'} -error: (1062, "Duplicate entry 'canton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Canton', u'countrycode': u'us', u'city_id': u'20126977', u'longitude': u'-95.86309814453125', u'nr_hotels': u'3', u'latitude': u'32.556400299072266'} -error: (1062, "Duplicate entry 'carrollton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carrollton', u'countrycode': u'us', u'city_id': u'20127021', u'longitude': u'-96.88999938964844', u'nr_hotels': u'3', u'latitude': u'32.9536018371582'} -error: (1062, "Duplicate entry 'carrollton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carrollton', u'countrycode': u'us', u'city_id': u'20127021', u'longitude': u'-96.88999938964844', u'nr_hotels': u'3', u'latitude': u'32.9536018371582'} -error: (1062, "Duplicate entry 'carthage-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carthage', u'countrycode': u'us', u'city_id': u'20127029', u'longitude': u'-94.33719635009766', u'nr_hotels': u'5', u'latitude': u'32.15719985961914'} -error: (1062, "Duplicate entry 'carthage-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carthage', u'countrycode': u'us', u'city_id': u'20127029', u'longitude': u'-94.33719635009766', u'nr_hotels': u'5', u'latitude': u'32.15719985961914'} -error: (1062, "Duplicate entry 'cleveland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cleveland', u'countrycode': u'us', u'city_id': u'20127221', u'longitude': u'-95.08529663085938', u'nr_hotels': u'5', u'latitude': u'30.341100692749023'} -error: (1062, "Duplicate entry 'cleveland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cleveland', u'countrycode': u'us', u'city_id': u'20127221', u'longitude': u'-95.08529663085938', u'nr_hotels': u'5', u'latitude': u'30.341100692749023'} -error: (1062, "Duplicate entry 'clifton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clifton', u'countrycode': u'us', u'city_id': u'20127224', u'longitude': u'-97.57640075683594', u'nr_hotels': u'1', u'latitude': u'31.78219985961914'} -error: (1062, "Duplicate entry 'clifton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clifton', u'countrycode': u'us', u'city_id': u'20127224', u'longitude': u'-97.57640075683594', u'nr_hotels': u'1', u'latitude': u'31.78219985961914'} -error: (1062, "Duplicate entry 'colorado-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Colorado City', u'countrycode': u'us', u'city_id': u'20127278', u'longitude': u'-100.86399841308594', u'nr_hotels': u'1', u'latitude': u'32.388099670410156'} -error: (1062, "Duplicate entry 'colorado-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Colorado City', u'countrycode': u'us', u'city_id': u'20127278', u'longitude': u'-100.86399841308594', u'nr_hotels': u'1', u'latitude': u'32.388099670410156'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20127284', u'longitude': u'-96.53939819335938', u'nr_hotels': u'4', u'latitude': u'29.70639991760254'} -error: (1062, "Duplicate entry 'columbus-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Columbus', u'countrycode': u'us', u'city_id': u'20127284', u'longitude': u'-96.53939819335938', u'nr_hotels': u'4', u'latitude': u'29.70639991760254'} -error: (1062, "Duplicate entry 'aleksandrovka-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aleksandrovka', u'countrycode': u'ru', u'city_id': u'-2875919', u'longitude': u'37.62030029296875', u'nr_hotels': u'1', u'latitude': u'55.41279983520508'} -error: (1062, "Duplicate entry 'aleksandrovka-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440\u043e\u0432\u043a\u0430', u'countrycode': u'ru', u'city_id': u'-2875919', u'longitude': u'37.62030029296875', u'nr_hotels': u'1', u'latitude': u'55.41279983520508'} -error: (1062, "Duplicate entry 'commerce-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Commerce', u'countrycode': u'us', u'city_id': u'20127295', u'longitude': u'-95.89969635009766', u'nr_hotels': u'1', u'latitude': u'33.24689865112305'} -error: (1062, "Duplicate entry 'commerce-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Commerce', u'countrycode': u'us', u'city_id': u'20127295', u'longitude': u'-95.89969635009766', u'nr_hotels': u'1', u'latitude': u'33.24689865112305'} -error: (1062, "Duplicate entry 'dayton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dayton', u'countrycode': u'us', u'city_id': u'20127534', u'longitude': u'-94.88500213623047', u'nr_hotels': u'2', u'latitude': u'30.04640007019043'} -error: (1062, "Duplicate entry 'dayton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dayton', u'countrycode': u'us', u'city_id': u'20127534', u'longitude': u'-94.88500213623047', u'nr_hotels': u'2', u'latitude': u'30.04640007019043'} -error: (1062, "Duplicate entry 'decatur-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Decatur', u'countrycode': u'us', u'city_id': u'20127546', u'longitude': u'-97.58580017089844', u'nr_hotels': u'10', u'latitude': u'33.23419952392578'} -error: (1062, "Duplicate entry 'decatur-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Decatur', u'countrycode': u'us', u'city_id': u'20127546', u'longitude': u'-97.58580017089844', u'nr_hotels': u'10', u'latitude': u'33.23419952392578'} -error: (1062, "Duplicate entry 'deer-park-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Deer Park', u'countrycode': u'us', u'city_id': u'20127553', u'longitude': u'-95.12359619140625', u'nr_hotels': u'6', u'latitude': u'29.704999923706055'} -error: (1062, "Duplicate entry 'deer-park-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Deer Park', u'countrycode': u'us', u'city_id': u'20127553', u'longitude': u'-95.12359619140625', u'nr_hotels': u'6', u'latitude': u'29.704999923706055'} -error: (1062, "Duplicate entry 'del-rio-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Del Rio', u'countrycode': u'us', u'city_id': u'20127559', u'longitude': u'-100.89600372314453', u'nr_hotels': u'9', u'latitude': u'29.362499237060547'} -error: (1062, "Duplicate entry 'del-rio-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Del Rio', u'countrycode': u'us', u'city_id': u'20127559', u'longitude': u'-100.89600372314453', u'nr_hotels': u'9', u'latitude': u'29.362499237060547'} -error: (1062, "Duplicate entry 'denison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Denison', u'countrycode': u'us', u'city_id': u'20127574', u'longitude': u'-96.5363998413086', u'nr_hotels': u'3', u'latitude': u'33.75559997558594'} -error: (1062, "Duplicate entry 'denison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Denison', u'countrycode': u'us', u'city_id': u'20127574', u'longitude': u'-96.5363998413086', u'nr_hotels': u'3', u'latitude': u'33.75559997558594'} -error: (1062, "Duplicate entry 'denton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Denton', u'countrycode': u'us', u'city_id': u'20127578', u'longitude': u'-97.13279724121094', u'nr_hotels': u'19', u'latitude': u'33.214698791503906'} -error: (1062, "Duplicate entry 'denton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Denton', u'countrycode': u'us', u'city_id': u'20127578', u'longitude': u'-97.13279724121094', u'nr_hotels': u'19', u'latitude': u'33.214698791503906'} -error: (1062, "Duplicate entry 'vysokoye-ru' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vysokoye', u'countrycode': u'ru', u'city_id': u'124189', u'longitude': u'39.969200134277344', u'nr_hotels': u'0', u'latitude': u'43.467201232910156'} -error: (1062, "Duplicate entry 'vysokoye-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vysokoye', u'countrycode': u'ru', u'city_id': u'124189', u'longitude': u'39.969200134277344', u'nr_hotels': u'0', u'latitude': u'43.467201232910156'} -error: (1062, "Duplicate entry 'dublin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dublin', u'countrycode': u'us', u'city_id': u'20127695', u'longitude': u'-98.3416976928711', u'nr_hotels': u'1', u'latitude': u'32.084999084472656'} -error: (1062, "Duplicate entry 'dublin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dublin', u'countrycode': u'us', u'city_id': u'20127695', u'longitude': u'-98.3416976928711', u'nr_hotels': u'1', u'latitude': u'32.084999084472656'} -error: (1062, "Duplicate entry 'dumas-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dumas', u'countrycode': u'us', u'city_id': u'20127705', u'longitude': u'-101.9729995727539', u'nr_hotels': u'7', u'latitude': u'35.8656005859375'} -error: (1062, "Duplicate entry 'dumas-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dumas', u'countrycode': u'us', u'city_id': u'20127705', u'longitude': u'-101.9729995727539', u'nr_hotels': u'7', u'latitude': u'35.8656005859375'} -error: (1062, "Duplicate entry 'eden-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Eden', u'countrycode': u'us', u'city_id': u'20127774', u'longitude': u'-99.84529876708984', u'nr_hotels': u'1', u'latitude': u'31.216100692749023'} -error: (1062, "Duplicate entry 'eden-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Eden', u'countrycode': u'us', u'city_id': u'20127774', u'longitude': u'-99.84529876708984', u'nr_hotels': u'1', u'latitude': u'31.216100692749023'} -error: (1062, "Duplicate entry 'edna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Edna', u'countrycode': u'us', u'city_id': u'20127788', u'longitude': u'-96.64579772949219', u'nr_hotels': u'2', u'latitude': u'28.978300094604492'} -error: (1062, "Duplicate entry 'edna-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Edna', u'countrycode': u'us', u'city_id': u'20127788', u'longitude': u'-96.64579772949219', u'nr_hotels': u'2', u'latitude': u'28.978300094604492'} -error: (1062, "Duplicate entry 'eldon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Eldon', u'countrycode': u'us', u'city_id': u'20127822', u'longitude': u'-94.9175033569336', u'nr_hotels': u'2', u'latitude': u'29.815000534057617'} -error: (1062, "Duplicate entry 'eldon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Eldon', u'countrycode': u'us', u'city_id': u'20127822', u'longitude': u'-94.9175033569336', u'nr_hotels': u'2', u'latitude': u'29.815000534057617'} -error: (1062, "Duplicate entry 'elgin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Elgin', u'countrycode': u'us', u'city_id': u'20127829', u'longitude': u'-97.37000274658203', u'nr_hotels': u'2', u'latitude': u'30.34939956665039'} -error: (1062, "Duplicate entry 'elgin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Elgin', u'countrycode': u'us', u'city_id': u'20127829', u'longitude': u'-97.37000274658203', u'nr_hotels': u'2', u'latitude': u'30.34939956665039'} -error: (1062, "Duplicate entry 'elizabethtown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Elizabethtown', u'countrycode': u'us', u'city_id': u'20127833', u'longitude': u'-97.27639770507812', u'nr_hotels': u'2', u'latitude': u'33.02170181274414'} -error: (1062, "Duplicate entry 'elizabethtown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Elizabethtown', u'countrycode': u'us', u'city_id': u'20127833', u'longitude': u'-97.27639770507812', u'nr_hotels': u'2', u'latitude': u'33.02170181274414'} -error: (1062, "Duplicate entry 'ennis-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ennis', u'countrycode': u'us', u'city_id': u'20127891', u'longitude': u'-96.625', u'nr_hotels': u'4', u'latitude': u'32.329200744628906'} -error: (1062, "Duplicate entry 'ennis-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ennis', u'countrycode': u'us', u'city_id': u'20127891', u'longitude': u'-96.625', u'nr_hotels': u'4', u'latitude': u'32.329200744628906'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20127953', u'longitude': u'-96.16500091552734', u'nr_hotels': u'7', u'latitude': u'31.72439956665039'} -error: (1062, "Duplicate entry 'fairfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fairfield', u'countrycode': u'us', u'city_id': u'20127953', u'longitude': u'-96.16500091552734', u'nr_hotels': u'7', u'latitude': u'31.72439956665039'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20128137', u'longitude': u'-96.48500061035156', u'nr_hotels': u'0', u'latitude': u'31.025800704956055'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20128137', u'longitude': u'-96.48500061035156', u'nr_hotels': u'0', u'latitude': u'31.025800704956055'} -error: (1062, "Duplicate entry 'freeport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Freeport', u'countrycode': u'us', u'city_id': u'20128150', u'longitude': u'-95.3593978881836', u'nr_hotels': u'1', u'latitude': u'28.953899383544922'} -error: (1062, "Duplicate entry 'freeport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Freeport', u'countrycode': u'us', u'city_id': u'20128150', u'longitude': u'-95.3593978881836', u'nr_hotels': u'1', u'latitude': u'28.953899383544922'} -error: (1062, "Duplicate entry 'fulton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fulton', u'countrycode': u'us', u'city_id': u'20128196', u'longitude': u'-97.04080200195312', u'nr_hotels': u'2', u'latitude': u'28.061100006103516'} -error: (1062, "Duplicate entry 'fulton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fulton', u'countrycode': u'us', u'city_id': u'20128196', u'longitude': u'-97.04080200195312', u'nr_hotels': u'2', u'latitude': u'28.061100006103516'} -error: (1062, "Duplicate entry 'gainesville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gainesville', u'countrycode': u'us', u'city_id': u'20128206', u'longitude': u'-97.13310241699219', u'nr_hotels': u'4', u'latitude': u'33.62580108642578'} -error: (1062, "Duplicate entry 'gainesville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gainesville', u'countrycode': u'us', u'city_id': u'20128206', u'longitude': u'-97.13310241699219', u'nr_hotels': u'4', u'latitude': u'33.62580108642578'} -error: (1062, "Duplicate entry 'garden-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Garden City', u'countrycode': u'us', u'city_id': u'20128223', u'longitude': u'-101.48100280761719', u'nr_hotels': u'1', u'latitude': u'31.86389923095703'} -error: (1062, "Duplicate entry 'garden-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Garden City', u'countrycode': u'us', u'city_id': u'20128223', u'longitude': u'-101.48100280761719', u'nr_hotels': u'1', u'latitude': u'31.86389923095703'} -error: (1062, "Duplicate entry 'gardendale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gardendale', u'countrycode': u'us', u'city_id': u'20128225', u'longitude': u'-97.38079833984375', u'nr_hotels': u'0', u'latitude': u'27.704700469970703'} -error: (1062, "Duplicate entry 'gardendale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gardendale', u'countrycode': u'us', u'city_id': u'20128225', u'longitude': u'-97.38079833984375', u'nr_hotels': u'0', u'latitude': u'27.704700469970703'} -error: (1062, "Duplicate entry 'georgetown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Georgetown', u'countrycode': u'us', u'city_id': u'20128256', u'longitude': u'-97.6769027709961', u'nr_hotels': u'6', u'latitude': u'30.63249969482422'} -error: (1062, "Duplicate entry 'dzhordzhtaun-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u043e\u0440\u0434\u0436\u0442\u0430\u0443\u043d', u'countrycode': u'us', u'city_id': u'20128256', u'longitude': u'-97.6769027709961', u'nr_hotels': u'6', u'latitude': u'30.63249969482422'} -error: (1062, "Duplicate entry 'gonzales-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gonzales', u'countrycode': u'us', u'city_id': u'20128325', u'longitude': u'-97.45220184326172', u'nr_hotels': u'3', u'latitude': u'29.501399993896484'} -error: (1062, "Duplicate entry 'gonzales-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gonzales', u'countrycode': u'us', u'city_id': u'20128325', u'longitude': u'-97.45220184326172', u'nr_hotels': u'3', u'latitude': u'29.501399993896484'} -error: (1062, "Duplicate entry 'graham-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Graham', u'countrycode': u'us', u'city_id': u'20128358', u'longitude': u'-98.58920288085938', u'nr_hotels': u'4', u'latitude': u'33.10689926147461'} -error: (1062, "Duplicate entry 'graham-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Graham', u'countrycode': u'us', u'city_id': u'20128358', u'longitude': u'-98.58920288085938', u'nr_hotels': u'4', u'latitude': u'33.10689926147461'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20128399', u'longitude': u'-96.11060333251953', u'nr_hotels': u'8', u'latitude': u'33.138301849365234'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20128399', u'longitude': u'-96.11060333251953', u'nr_hotels': u'8', u'latitude': u'33.138301849365234'} -error: (1062, "Duplicate entry 'hamilton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hamilton', u'countrycode': u'us', u'city_id': u'20128484', u'longitude': u'-98.12359619140625', u'nr_hotels': u'2', u'latitude': u'31.70359992980957'} -error: (1062, "Duplicate entry 'hamilton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hamilton', u'countrycode': u'us', u'city_id': u'20128484', u'longitude': u'-98.12359619140625', u'nr_hotels': u'2', u'latitude': u'31.70359992980957'} -error: (1062, "Duplicate entry 'haskell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Haskell', u'countrycode': u'us', u'city_id': u'20128552', u'longitude': u'-99.7332992553711', u'nr_hotels': u'1', u'latitude': u'33.157501220703125'} -error: (1062, "Duplicate entry 'haskell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Haskell', u'countrycode': u'us', u'city_id': u'20128552', u'longitude': u'-99.7332992553711', u'nr_hotels': u'1', u'latitude': u'33.157501220703125'} -error: (1062, "Duplicate entry 'helena-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Helena', u'countrycode': u'us', u'city_id': u'20128599', u'longitude': u'-97.8230972290039', u'nr_hotels': u'1', u'latitude': u'28.95359992980957'} -error: (1062, "Duplicate entry 'helena-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Helena', u'countrycode': u'us', u'city_id': u'20128599', u'longitude': u'-97.8230972290039', u'nr_hotels': u'1', u'latitude': u'28.95359992980957'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20128606', u'longitude': u'-94.79920196533203', u'nr_hotels': u'5', u'latitude': u'32.153099060058594'} -error: (1062, "Duplicate entry 'henderson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Henderson', u'countrycode': u'us', u'city_id': u'20128606', u'longitude': u'-94.79920196533203', u'nr_hotels': u'5', u'latitude': u'32.153099060058594'} -error: (1062, "Duplicate entry 'highlands-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Highlands', u'countrycode': u'us', u'city_id': u'20128657', u'longitude': u'-95.05580139160156', u'nr_hotels': u'1', u'latitude': u'29.818599700927734'} -error: (1062, "Duplicate entry 'highlands-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Highlands', u'countrycode': u'us', u'city_id': u'20128657', u'longitude': u'-95.05580139160156', u'nr_hotels': u'1', u'latitude': u'29.818599700927734'} -error: (1062, "Duplicate entry 'hillsboro-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hillsboro', u'countrycode': u'us', u'city_id': u'20128672', u'longitude': u'-97.12969970703125', u'nr_hotels': u'9', u'latitude': u'32.010799407958984'} -error: (1062, "Duplicate entry 'hillsboro-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hillsboro', u'countrycode': u'us', u'city_id': u'20128672', u'longitude': u'-97.12969970703125', u'nr_hotels': u'9', u'latitude': u'32.010799407958984'} -error: (1062, "Duplicate entry 'ples-ru' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043b\u0435\u0441', u'countrycode': u'ru', u'city_id': u'900048452', u'longitude': u'41.51599884033203', u'nr_hotels': u'5', u'latitude': u'57.45650100708008'} -error: (1062, "Duplicate entry 'h-yuston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u044c\u044e\u0441\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20128761', u'longitude': u'-95.36250305175781', u'nr_hotels': u'323', u'latitude': u'29.760000228881836'} -error: (1062, "Duplicate entry 'huntsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Huntsville', u'countrycode': u'us', u'city_id': u'20128806', u'longitude': u'-95.55059814453125', u'nr_hotels': u'5', u'latitude': u'30.72330093383789'} -error: (1062, "Duplicate entry 'huntsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Huntsville', u'countrycode': u'us', u'city_id': u'20128806', u'longitude': u'-95.55059814453125', u'nr_hotels': u'5', u'latitude': u'30.72330093383789'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20128880', u'longitude': u'-95.27030181884766', u'nr_hotels': u'5', u'latitude': u'31.963600158691406'} -error: (1062, "Duplicate entry 'jacksonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jacksonville', u'countrycode': u'us', u'city_id': u'20128880', u'longitude': u'-95.27030181884766', u'nr_hotels': u'5', u'latitude': u'31.963600158691406'} -error: (1062, "Duplicate entry 'jasper-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jasper', u'countrycode': u'us', u'city_id': u'20128892', u'longitude': u'-93.99639892578125', u'nr_hotels': u'6', u'latitude': u'30.920000076293945'} -error: (1062, "Duplicate entry 'dzhasper-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0430\u0441\u043f\u0435\u0440', u'countrycode': u'us', u'city_id': u'20128892', u'longitude': u'-93.99639892578125', u'nr_hotels': u'6', u'latitude': u'30.920000076293945'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20128900', u'longitude': u'-94.34500122070312', u'nr_hotels': u'1', u'latitude': u'32.757198333740234'} -error: (1062, "Duplicate entry 'jefferson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jefferson', u'countrycode': u'us', u'city_id': u'20128900', u'longitude': u'-94.34500122070312', u'nr_hotels': u'1', u'latitude': u'32.757198333740234'} -error: (1062, "Duplicate entry 'johnson-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Johnson City', u'countrycode': u'us', u'city_id': u'20128919', u'longitude': u'-98.41169738769531', u'nr_hotels': u'1', u'latitude': u'30.27669906616211'} -error: (1062, "Duplicate entry 'johnson-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Johnson City', u'countrycode': u'us', u'city_id': u'20128919', u'longitude': u'-98.41169738769531', u'nr_hotels': u'1', u'latitude': u'30.27669906616211'} -error: (1062, "Duplicate entry 'judson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Judson', u'countrycode': u'us', u'city_id': u'20128950', u'longitude': u'-94.75330352783203', u'nr_hotels': u'1', u'latitude': u'32.58250045776367'} -error: (1062, "Duplicate entry 'judson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Judson', u'countrycode': u'us', u'city_id': u'20128950', u'longitude': u'-94.75330352783203', u'nr_hotels': u'1', u'latitude': u'32.58250045776367'} -error: (1062, "Duplicate entry 'la-grange-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'La Grange', u'countrycode': u'us', u'city_id': u'20129100', u'longitude': u'-96.87640380859375', u'nr_hotels': u'4', u'latitude': u'29.90530014038086'} -error: (1062, "Duplicate entry 'la-grange-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'La Grange', u'countrycode': u'us', u'city_id': u'20129100', u'longitude': u'-96.87640380859375', u'nr_hotels': u'4', u'latitude': u'29.90530014038086'} -error: (1062, "Duplicate entry 'lake-worth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lake Worth', u'countrycode': u'us', u'city_id': u'20129172', u'longitude': u'-97.4447021484375', u'nr_hotels': u'1', u'latitude': u'32.8046989440918'} -error: (1062, "Duplicate entry 'lake-worth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lake Worth', u'countrycode': u'us', u'city_id': u'20129172', u'longitude': u'-97.4447021484375', u'nr_hotels': u'1', u'latitude': u'32.8046989440918'} -error: (1062, "Duplicate entry 'lancaster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lancaster', u'countrycode': u'us', u'city_id': u'20129213', u'longitude': u'-96.75579833984375', u'nr_hotels': u'1', u'latitude': u'32.59189987182617'} -error: (1062, "Duplicate entry 'lankaster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u043a\u0430\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20129213', u'longitude': u'-96.75579833984375', u'nr_hotels': u'1', u'latitude': u'32.59189987182617'} -error: (1062, "Duplicate entry 'liberty-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Liberty', u'countrycode': u'us', u'city_id': u'20129323', u'longitude': u'-94.79530334472656', u'nr_hotels': u'3', u'latitude': u'30.05780029296875'} -error: (1062, "Duplicate entry 'liberty-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Liberty', u'countrycode': u'us', u'city_id': u'20129323', u'longitude': u'-94.79530334472656', u'nr_hotels': u'3', u'latitude': u'30.05780029296875'} -error: (1062, "Duplicate entry 'lindale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lindale', u'countrycode': u'us', u'city_id': u'20129350', u'longitude': u'-95.4092025756836', u'nr_hotels': u'6', u'latitude': u'32.51559829711914'} -error: (1062, "Duplicate entry 'lindale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lindale', u'countrycode': u'us', u'city_id': u'20129350', u'longitude': u'-95.4092025756836', u'nr_hotels': u'6', u'latitude': u'32.51559829711914'} -error: (1062, "Duplicate entry 'linden-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Linden', u'countrycode': u'us', u'city_id': u'20129352', u'longitude': u'-94.36530303955078', u'nr_hotels': u'1', u'latitude': u'33.01219940185547'} -error: (1062, "Duplicate entry 'linden-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Linden', u'countrycode': u'us', u'city_id': u'20129352', u'longitude': u'-94.36530303955078', u'nr_hotels': u'1', u'latitude': u'33.01219940185547'} -error: (1062, "Duplicate entry 'lindsay-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lindsay', u'countrycode': u'us', u'city_id': u'20129354', u'longitude': u'-97.22250366210938', u'nr_hotels': u'1', u'latitude': u'33.635799407958984'} -error: (1062, "Duplicate entry 'lindsay-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lindsay', u'countrycode': u'us', u'city_id': u'20129354', u'longitude': u'-97.22250366210938', u'nr_hotels': u'1', u'latitude': u'33.635799407958984'} -error: (1062, "Duplicate entry 'livingston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Livingston', u'countrycode': u'us', u'city_id': u'20129380', u'longitude': u'-94.93280029296875', u'nr_hotels': u'5', u'latitude': u'30.710800170898438'} -error: (1062, "Duplicate entry 'livingston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Livingston', u'countrycode': u'us', u'city_id': u'20129380', u'longitude': u'-94.93280029296875', u'nr_hotels': u'5', u'latitude': u'30.710800170898438'} -error: (1062, "Duplicate entry 'luling-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Luling', u'countrycode': u'us', u'city_id': u'20129499', u'longitude': u'-97.64720153808594', u'nr_hotels': u'3', u'latitude': u'29.680299758911133'} -error: (1062, "Duplicate entry 'luling-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Luling', u'countrycode': u'us', u'city_id': u'20129499', u'longitude': u'-97.64720153808594', u'nr_hotels': u'3', u'latitude': u'29.680299758911133'} -error: (1062, "Duplicate entry 'lumberton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lumberton', u'countrycode': u'us', u'city_id': u'20129502', u'longitude': u'-94.19940185546875', u'nr_hotels': u'3', u'latitude': u'30.265600204467773'} -error: (1062, "Duplicate entry 'lumberton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lumberton', u'countrycode': u'us', u'city_id': u'20129502', u'longitude': u'-94.19940185546875', u'nr_hotels': u'3', u'latitude': u'30.265600204467773'} -error: (1062, "Duplicate entry 'madisonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madisonville', u'countrycode': u'us', u'city_id': u'20129541', u'longitude': u'-95.9113998413086', u'nr_hotels': u'2', u'latitude': u'30.94969940185547'} -error: (1062, "Duplicate entry 'madisonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madisonville', u'countrycode': u'us', u'city_id': u'20129541', u'longitude': u'-95.9113998413086', u'nr_hotels': u'2', u'latitude': u'30.94969940185547'} -error: (1062, "Duplicate entry 'mansfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mansfield', u'countrycode': u'us', u'city_id': u'20129580', u'longitude': u'-97.14140319824219', u'nr_hotels': u'6', u'latitude': u'32.5630989074707'} -error: (1062, "Duplicate entry 'mansfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mansfield', u'countrycode': u'us', u'city_id': u'20129580', u'longitude': u'-97.14140319824219', u'nr_hotels': u'6', u'latitude': u'32.5630989074707'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20129608', u'longitude': u'-94.36720275878906', u'nr_hotels': u'11', u'latitude': u'32.544700622558594'} -error: (1062, "Duplicate entry 'marshall-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marshall', u'countrycode': u'us', u'city_id': u'20129608', u'longitude': u'-94.36720275878906', u'nr_hotels': u'11', u'latitude': u'32.544700622558594'} -error: (1062, "Duplicate entry 'mcgregor-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'McGregor', u'countrycode': u'us', u'city_id': u'20129688', u'longitude': u'-97.40889739990234', u'nr_hotels': u'1', u'latitude': u'31.443899154663086'} -error: (1062, "Duplicate entry 'mcgregor-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'McGregor', u'countrycode': u'us', u'city_id': u'20129688', u'longitude': u'-97.40889739990234', u'nr_hotels': u'1', u'latitude': u'31.443899154663086'} -error: (1062, "Duplicate entry 'meridian-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Meridian', u'countrycode': u'us', u'city_id': u'20129742', u'longitude': u'-97.65640258789062', u'nr_hotels': u'1', u'latitude': u'31.923099517822266'} -error: (1062, "Duplicate entry 'meridian-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Meridian', u'countrycode': u'us', u'city_id': u'20129742', u'longitude': u'-97.65640258789062', u'nr_hotels': u'1', u'latitude': u'31.923099517822266'} -error: (1062, "Duplicate entry 'mesquite-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mesquite', u'countrycode': u'us', u'city_id': u'20129752', u'longitude': u'-96.5988998413086', u'nr_hotels': u'10', u'latitude': u'32.766700744628906'} -error: (1062, "Duplicate entry 'mesquite-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mesquite', u'countrycode': u'us', u'city_id': u'20129752', u'longitude': u'-96.5988998413086', u'nr_hotels': u'10', u'latitude': u'32.766700744628906'} -error: (1062, "Duplicate entry 'montgomery-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montgomery', u'countrycode': u'us', u'city_id': u'20129875', u'longitude': u'-95.69609832763672', u'nr_hotels': u'1', u'latitude': u'30.388099670410156'} -error: (1062, "Duplicate entry 'montgomery-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montgomery', u'countrycode': u'us', u'city_id': u'20129875', u'longitude': u'-95.69609832763672', u'nr_hotels': u'1', u'latitude': u'30.388099670410156'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20129940', u'longitude': u'-94.96810150146484', u'nr_hotels': u'10', u'latitude': u'33.156700134277344'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'20129940', u'longitude': u'-94.96810150146484', u'nr_hotels': u'10', u'latitude': u'33.156700134277344'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20129945', u'longitude': u'-95.22109985351562', u'nr_hotels': u'1', u'latitude': u'33.1885986328125'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20129945', u'longitude': u'-95.22109985351562', u'nr_hotels': u'1', u'latitude': u'33.1885986328125'} -error: (1062, "Duplicate entry 'odessa-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Odessa', u'countrycode': u'us', u'city_id': u'20130249', u'longitude': u'-102.36699676513672', u'nr_hotels': u'21', u'latitude': u'31.845600128173828'} -error: (1062, "Duplicate entry 'odessa-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041e\u0434\u0435\u0441\u0441\u0430', u'countrycode': u'us', u'city_id': u'20130249', u'longitude': u'-102.36699676513672', u'nr_hotels': u'21', u'latitude': u'31.845600128173828'} -error: (1062, "Duplicate entry 'orange-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orange', u'countrycode': u'us', u'city_id': u'20130336', u'longitude': u'-93.73639678955078', u'nr_hotels': u'4', u'latitude': u'30.09280014038086'} -error: (1062, "Duplicate entry 'orange-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Orange', u'countrycode': u'us', u'city_id': u'20130336', u'longitude': u'-93.73639678955078', u'nr_hotels': u'4', u'latitude': u'30.09280014038086'} -error: (1062, "Duplicate entry 'paducah-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Paducah', u'countrycode': u'us', u'city_id': u'20130375', u'longitude': u'-100.302001953125', u'nr_hotels': u'1', u'latitude': u'34.01219940185547'} -error: (1062, "Duplicate entry 'paducah-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Paducah', u'countrycode': u'us', u'city_id': u'20130375', u'longitude': u'-100.302001953125', u'nr_hotels': u'1', u'latitude': u'34.01219940185547'} -error: (1062, "Duplicate entry 'paris-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Paris', u'countrycode': u'us', u'city_id': u'20130425', u'longitude': u'-95.5552978515625', u'nr_hotels': u'10', u'latitude': u'33.66080093383789'} -error: (1062, "Duplicate entry 'paris-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Paris', u'countrycode': u'us', u'city_id': u'20130425', u'longitude': u'-95.5552978515625', u'nr_hotels': u'10', u'latitude': u'33.66080093383789'} -error: (1062, "Duplicate entry 'pasadena-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pasadena', u'countrycode': u'us', u'city_id': u'20130440', u'longitude': u'-95.20890045166016', u'nr_hotels': u'12', u'latitude': u'29.690799713134766'} -error: (1062, "Duplicate entry 'pasadena-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u0430\u0441\u0430\u0434\u0435\u043d\u0430', u'countrycode': u'us', u'city_id': u'20130440', u'longitude': u'-95.20890045166016', u'nr_hotels': u'12', u'latitude': u'29.690799713134766'} -error: (1062, "Duplicate entry 'pinehurst-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pinehurst', u'countrycode': u'us', u'city_id': u'20130594', u'longitude': u'-93.77439880371094', u'nr_hotels': u'3', u'latitude': u'30.10689926147461'} -error: (1062, "Duplicate entry 'pinehurst-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pinehurst', u'countrycode': u'us', u'city_id': u'20130594', u'longitude': u'-93.77439880371094', u'nr_hotels': u'3', u'latitude': u'30.10689926147461'} -error: (1062, "Duplicate entry 'pittsburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pittsburg', u'countrycode': u'us', u'city_id': u'20130610', u'longitude': u'-94.9655990600586', u'nr_hotels': u'1', u'latitude': u'32.99530029296875'} -error: (1062, "Duplicate entry 'pittsburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pittsburg', u'countrycode': u'us', u'city_id': u'20130610', u'longitude': u'-94.9655990600586', u'nr_hotels': u'1', u'latitude': u'32.99530029296875'} -error: (1062, "Duplicate entry 'plainview-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plainview', u'countrycode': u'us', u'city_id': u'20130618', u'longitude': u'-101.70600128173828', u'nr_hotels': u'5', u'latitude': u'34.18470001220703'} -error: (1062, "Duplicate entry 'plainview-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plainview', u'countrycode': u'us', u'city_id': u'20130618', u'longitude': u'-101.70600128173828', u'nr_hotels': u'5', u'latitude': u'34.18470001220703'} -error: (1062, "Duplicate entry 'portland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portland', u'countrycode': u'us', u'city_id': u'20130708', u'longitude': u'-97.32360076904297', u'nr_hotels': u'1', u'latitude': u'27.87689971923828'} -error: (1062, "Duplicate entry 'portlend-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u0440\u0442\u043b\u0435\u043d\u0434', u'countrycode': u'us', u'city_id': u'20130708', u'longitude': u'-97.32360076904297', u'nr_hotels': u'1', u'latitude': u'27.87689971923828'} -error: (1062, "Duplicate entry 'roanoke-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Roanoke', u'countrycode': u'us', u'city_id': u'20130990', u'longitude': u'-97.23300170898438', u'nr_hotels': u'6', u'latitude': u'33.00749969482422'} -error: (1062, "Duplicate entry 'roanoke-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Roanoke', u'countrycode': u'us', u'city_id': u'20130990', u'longitude': u'-97.23300170898438', u'nr_hotels': u'6', u'latitude': u'33.00749969482422'} -error: (1062, "Duplicate entry 'rockport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Rockport', u'countrycode': u'us', u'city_id': u'20131025', u'longitude': u'-97.05419921875', u'nr_hotels': u'8', u'latitude': u'28.020299911499023'} -error: (1062, "Duplicate entry 'rockport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Rockport', u'countrycode': u'us', u'city_id': u'20131025', u'longitude': u'-97.05419921875', u'nr_hotels': u'8', u'latitude': u'28.020299911499023'} -error: (1062, "Duplicate entry 'san-marcos-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'San Marcos', u'countrycode': u'us', u'city_id': u'20131209', u'longitude': u'-97.94110107421875', u'nr_hotels': u'23', u'latitude': u'29.883100509643555'} -error: (1062, "Duplicate entry 'san-marcos-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'San Marcos', u'countrycode': u'us', u'city_id': u'20131209', u'longitude': u'-97.94110107421875', u'nr_hotels': u'23', u'latitude': u'29.883100509643555'} -error: (1062, "Duplicate entry 'sanger-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sanger', u'countrycode': u'us', u'city_id': u'20131247', u'longitude': u'-97.17359924316406', u'nr_hotels': u'1', u'latitude': u'33.36309814453125'} -error: (1062, "Duplicate entry 'sanger-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sanger', u'countrycode': u'us', u'city_id': u'20131247', u'longitude': u'-97.17359924316406', u'nr_hotels': u'1', u'latitude': u'33.36309814453125'} -error: (1062, "Duplicate entry 'satsuma-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Satsuma', u'countrycode': u'us', u'city_id': u'20131279', u'longitude': u'-95.60310363769531', u'nr_hotels': u'0', u'latitude': u'29.903099060058594'} -error: (1062, "Duplicate entry 'satsuma-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Satsuma', u'countrycode': u'us', u'city_id': u'20131279', u'longitude': u'-95.60310363769531', u'nr_hotels': u'0', u'latitude': u'29.903099060058594'} -error: (1062, "Duplicate entry 'seabrook-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seabrook', u'countrycode': u'us', u'city_id': u'20131319', u'longitude': u'-95.02529907226562', u'nr_hotels': u'7', u'latitude': u'29.563899993896484'} -error: (1062, "Duplicate entry 'seabrook-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seabrook', u'countrycode': u'us', u'city_id': u'20131319', u'longitude': u'-95.02529907226562', u'nr_hotels': u'7', u'latitude': u'29.563899993896484'} -error: (1062, "Duplicate entry 'selma-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Selma', u'countrycode': u'us', u'city_id': u'20131345', u'longitude': u'-98.30560302734375', u'nr_hotels': u'2', u'latitude': u'29.584199905395508'} -error: (1062, "Duplicate entry 'selma-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Selma', u'countrycode': u'us', u'city_id': u'20131345', u'longitude': u'-98.30560302734375', u'nr_hotels': u'2', u'latitude': u'29.584199905395508'} -error: (1062, "Duplicate entry 'seminole-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seminole', u'countrycode': u'us', u'city_id': u'20131349', u'longitude': u'-102.64399719238281', u'nr_hotels': u'2', u'latitude': u'32.71889877319336'} -error: (1062, "Duplicate entry 'seminole-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seminole', u'countrycode': u'us', u'city_id': u'20131349', u'longitude': u'-102.64399719238281', u'nr_hotels': u'2', u'latitude': u'32.71889877319336'} -error: (1062, "Duplicate entry 'seymour-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Seymour', u'countrycode': u'us', u'city_id': u'20131369', u'longitude': u'-99.26000213623047', u'nr_hotels': u'1', u'latitude': u'33.594200134277344'} -error: (1062, "Duplicate entry 'seymour-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Seymour', u'countrycode': u'us', u'city_id': u'20131369', u'longitude': u'-99.26000213623047', u'nr_hotels': u'1', u'latitude': u'33.594200134277344'} -error: (1062, "Duplicate entry 'smithville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smithville', u'countrycode': u'us', u'city_id': u'20131512', u'longitude': u'-97.1592025756836', u'nr_hotels': u'1', u'latitude': u'30.00830078125'} -error: (1062, "Duplicate entry 'smithville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smithville', u'countrycode': u'us', u'city_id': u'20131512', u'longitude': u'-97.1592025756836', u'nr_hotels': u'1', u'latitude': u'30.00830078125'} -error: (1062, "Duplicate entry 'somerville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Somerville', u'countrycode': u'us', u'city_id': u'20131538', u'longitude': u'-96.5280990600586', u'nr_hotels': u'2', u'latitude': u'30.345800399780273'} -error: (1062, "Duplicate entry 'somerville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Somerville', u'countrycode': u'us', u'city_id': u'20131538', u'longitude': u'-96.5280990600586', u'nr_hotels': u'2', u'latitude': u'30.345800399780273'} -error: (1062, "Duplicate entry 'sonora-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sonora', u'countrycode': u'us', u'city_id': u'20131542', u'longitude': u'-100.64299774169922', u'nr_hotels': u'5', u'latitude': u'30.566699981689453'} -error: (1062, "Duplicate entry 'sonora-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sonora', u'countrycode': u'us', u'city_id': u'20131542', u'longitude': u'-100.64299774169922', u'nr_hotels': u'5', u'latitude': u'30.566699981689453'} -error: (1062, "Duplicate entry 'stamford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stamford', u'countrycode': u'us', u'city_id': u'20131632', u'longitude': u'-99.80249786376953', u'nr_hotels': u'1', u'latitude': u'32.9453010559082'} -error: (1062, "Duplicate entry 'stamford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stamford', u'countrycode': u'us', u'city_id': u'20131632', u'longitude': u'-99.80249786376953', u'nr_hotels': u'1', u'latitude': u'32.9453010559082'} -error: (1062, "Duplicate entry 'stanton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stanton', u'countrycode': u'us', u'city_id': u'20131637', u'longitude': u'-101.78800201416016', u'nr_hotels': u'1', u'latitude': u'32.12919998168945'} -error: (1062, "Duplicate entry 'stanton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stanton', u'countrycode': u'us', u'city_id': u'20131637', u'longitude': u'-101.78800201416016', u'nr_hotels': u'1', u'latitude': u'32.12919998168945'} -error: (1062, "Duplicate entry 'sulphur-springs-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sulphur Springs', u'countrycode': u'us', u'city_id': u'20131716', u'longitude': u'-95.60079956054688', u'nr_hotels': u'7', u'latitude': u'33.138301849365234'} -error: (1062, "Duplicate entry 'sulphur-springs-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sulphur Springs', u'countrycode': u'us', u'city_id': u'20131716', u'longitude': u'-95.60079956054688', u'nr_hotels': u'7', u'latitude': u'33.138301849365234'} -error: (1062, "Duplicate entry 'sweetwater-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sweetwater', u'countrycode': u'us', u'city_id': u'20131753', u'longitude': u'-100.40599822998047', u'nr_hotels': u'6', u'latitude': u'32.47079849243164'} -error: (1062, "Duplicate entry 'sweetwater-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sweetwater', u'countrycode': u'us', u'city_id': u'20131753', u'longitude': u'-100.40599822998047', u'nr_hotels': u'6', u'latitude': u'32.47079849243164'} -error: (1062, "Duplicate entry 'taylor-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Taylor', u'countrycode': u'us', u'city_id': u'20131787', u'longitude': u'-97.4092025756836', u'nr_hotels': u'1', u'latitude': u'30.570600509643555'} -error: (1062, "Duplicate entry 'taylor-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Taylor', u'countrycode': u'us', u'city_id': u'20131787', u'longitude': u'-97.4092025756836', u'nr_hotels': u'1', u'latitude': u'30.570600509643555'} -error: (1062, "Duplicate entry 'three-rivers-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Three Rivers', u'countrycode': u'us', u'city_id': u'20131864', u'longitude': u'-98.18219757080078', u'nr_hotels': u'2', u'latitude': u'28.459999084472656'} -error: (1062, "Duplicate entry 'three-rivers-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Three Rivers', u'countrycode': u'us', u'city_id': u'20131864', u'longitude': u'-98.18219757080078', u'nr_hotels': u'2', u'latitude': u'28.459999084472656'} -error: (1062, "Duplicate entry 'vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vernon', u'countrycode': u'us', u'city_id': u'20132083', u'longitude': u'-99.26470184326172', u'nr_hotels': u'4', u'latitude': u'34.15439987182617'} -error: (1062, "Duplicate entry 'vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Vernon', u'countrycode': u'us', u'city_id': u'20132083', u'longitude': u'-99.26470184326172', u'nr_hotels': u'4', u'latitude': u'34.15439987182617'} -error: (1062, "Duplicate entry 'walden-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Walden', u'countrycode': u'us', u'city_id': u'20132142', u'longitude': u'-94.14939880371094', u'nr_hotels': u'1', u'latitude': u'30.03499984741211'} -error: (1062, "Duplicate entry 'walden-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Walden', u'countrycode': u'us', u'city_id': u'20132142', u'longitude': u'-94.14939880371094', u'nr_hotels': u'1', u'latitude': u'30.03499984741211'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20132191', u'longitude': u'-96.15640258789062', u'nr_hotels': u'1', u'latitude': u'30.325000762939453'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20132191', u'longitude': u'-96.15640258789062', u'nr_hotels': u'1', u'latitude': u'30.325000762939453'} -error: (1062, "Duplicate entry 'weatherford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Weatherford', u'countrycode': u'us', u'city_id': u'20132212', u'longitude': u'-97.7968978881836', u'nr_hotels': u'15', u'latitude': u'32.75920104980469'} -error: (1062, "Duplicate entry 'weatherford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Weatherford', u'countrycode': u'us', u'city_id': u'20132212', u'longitude': u'-97.7968978881836', u'nr_hotels': u'15', u'latitude': u'32.75920104980469'} -error: (1062, "Duplicate entry 'webster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Webster', u'countrycode': u'us', u'city_id': u'20132219', u'longitude': u'-95.11810302734375', u'nr_hotels': u'19', u'latitude': u'29.537500381469727'} -error: (1062, "Duplicate entry 'webster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Webster', u'countrycode': u'us', u'city_id': u'20132219', u'longitude': u'-95.11810302734375', u'nr_hotels': u'19', u'latitude': u'29.537500381469727'} -error: (1062, "Duplicate entry 'west-columbia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'West Columbia', u'countrycode': u'us', u'city_id': u'20132252', u'longitude': u'-95.6449966430664', u'nr_hotels': u'4', u'latitude': u'29.143600463867188'} -error: (1062, "Duplicate entry 'west-columbia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'West Columbia', u'countrycode': u'us', u'city_id': u'20132252', u'longitude': u'-95.6449966430664', u'nr_hotels': u'4', u'latitude': u'29.143600463867188'} -error: (1062, "Duplicate entry 'westfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westfield', u'countrycode': u'us', u'city_id': u'20132281', u'longitude': u'-95.40190124511719', u'nr_hotels': u'0', u'latitude': u'30.019699096679688'} -error: (1062, "Duplicate entry 'westfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westfield', u'countrycode': u'us', u'city_id': u'20132281', u'longitude': u'-95.40190124511719', u'nr_hotels': u'0', u'latitude': u'30.019699096679688'} -error: (1062, "Duplicate entry 'westlake-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westlake', u'countrycode': u'us', u'city_id': u'20132285', u'longitude': u'-97.1947021484375', u'nr_hotels': u'1', u'latitude': u'32.9911003112793'} -error: (1062, "Duplicate entry 'westlake-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westlake', u'countrycode': u'us', u'city_id': u'20132285', u'longitude': u'-97.1947021484375', u'nr_hotels': u'1', u'latitude': u'32.9911003112793'} -error: (1062, "Duplicate entry 'winona-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Winona', u'countrycode': u'us', u'city_id': u'20132415', u'longitude': u'-95.16690063476562', u'nr_hotels': u'1', u'latitude': u'32.48939895629883'} -error: (1062, "Duplicate entry 'winona-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Winona', u'countrycode': u'us', u'city_id': u'20132415', u'longitude': u'-95.16690063476562', u'nr_hotels': u'1', u'latitude': u'32.48939895629883'} -error: (1062, "Duplicate entry 'clearfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clearfield', u'countrycode': u'us', u'city_id': u'20132827', u'longitude': u'-112.0250015258789', u'nr_hotels': u'3', u'latitude': u'41.110801696777344'} -error: (1062, "Duplicate entry 'garden-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Garden City', u'countrycode': u'us', u'city_id': u'20133147', u'longitude': u'-111.39299774169922', u'nr_hotels': u'1', u'latitude': u'41.9468994140625'} -error: (1062, "Duplicate entry 'garden-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Garden City', u'countrycode': u'us', u'city_id': u'20133147', u'longitude': u'-111.39299774169922', u'nr_hotels': u'1', u'latitude': u'41.9468994140625'} -error: (1062, "Duplicate entry 'grover-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grover', u'countrycode': u'us', u'city_id': u'20133207', u'longitude': u'-111.3489990234375', u'nr_hotels': u'1', u'latitude': u'38.22809982299805'} -error: (1062, "Duplicate entry 'grover-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grover', u'countrycode': u'us', u'city_id': u'20133207', u'longitude': u'-111.3489990234375', u'nr_hotels': u'1', u'latitude': u'38.22809982299805'} -error: (1062, "Duplicate entry 'huntsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Huntsville', u'countrycode': u'us', u'city_id': u'20133325', u'longitude': u'-111.76899719238281', u'nr_hotels': u'1', u'latitude': u'41.260799407958984'} -error: (1062, "Duplicate entry 'huntsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Huntsville', u'countrycode': u'us', u'city_id': u'20133325', u'longitude': u'-111.76899719238281', u'nr_hotels': u'1', u'latitude': u'41.260799407958984'} -error: (1062, "Duplicate entry 'varberg-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Varberg', u'countrycode': u'se', u'city_id': u'-2533705', u'longitude': u'12.216699600219727', u'nr_hotels': u'4', u'latitude': u'57.11669921875'} -error: (1062, "Duplicate entry 'varberg-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Varberg', u'countrycode': u'se', u'city_id': u'-2533705', u'longitude': u'12.216699600219727', u'nr_hotels': u'4', u'latitude': u'57.11669921875'} -error: (1062, "Duplicate entry 'layton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Layton', u'countrycode': u'us', u'city_id': u'20133447', u'longitude': u'-111.97000122070312', u'nr_hotels': u'9', u'latitude': u'41.060298919677734'} -error: (1062, "Duplicate entry 'layton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Layton', u'countrycode': u'us', u'city_id': u'20133447', u'longitude': u'-111.97000122070312', u'nr_hotels': u'9', u'latitude': u'41.060298919677734'} -error: (1062, "Duplicate entry 'logan-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Logan', u'countrycode': u'us', u'city_id': u'20133490', u'longitude': u'-111.83399963378906', u'nr_hotels': u'11', u'latitude': u'41.735599517822266'} -error: (1062, "Duplicate entry 'logan-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Logan', u'countrycode': u'us', u'city_id': u'20133490', u'longitude': u'-111.83399963378906', u'nr_hotels': u'11', u'latitude': u'41.735599517822266'} -error: (1062, "Duplicate entry 'midway-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Midway', u'countrycode': u'us', u'city_id': u'20133583', u'longitude': u'-111.4739990234375', u'nr_hotels': u'3', u'latitude': u'40.51219940185547'} -error: (1062, "Duplicate entry 'midway-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Midway', u'countrycode': u'us', u'city_id': u'20133583', u'longitude': u'-111.4739990234375', u'nr_hotels': u'3', u'latitude': u'40.51219940185547'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20133615', u'longitude': u'-109.34200286865234', u'nr_hotels': u'8', u'latitude': u'37.87139892578125'} -error: (1062, "Duplicate entry 'monticello-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monticello', u'countrycode': u'us', u'city_id': u'20133615', u'longitude': u'-109.34200286865234', u'nr_hotels': u'8', u'latitude': u'37.87139892578125'} -error: (1062, "Duplicate entry 'murray-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Murray', u'countrycode': u'us', u'city_id': u'20133665', u'longitude': u'-111.88700103759766', u'nr_hotels': u'7', u'latitude': u'40.666900634765625'} -error: (1062, "Duplicate entry 'murray-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Murray', u'countrycode': u'us', u'city_id': u'20133665', u'longitude': u'-111.88700103759766', u'nr_hotels': u'7', u'latitude': u'40.666900634765625'} -error: (1062, "Duplicate entry 'park-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Park City', u'countrycode': u'us', u'city_id': u'20133776', u'longitude': u'-111.49700164794922', u'nr_hotels': u'77', u'latitude': u'40.64609909057617'} -error: (1062, "Duplicate entry 'richfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richfield', u'countrycode': u'us', u'city_id': u'20133898', u'longitude': u'-112.08300018310547', u'nr_hotels': u'11', u'latitude': u'38.772499084472656'} -error: (1062, "Duplicate entry 'richfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Richfield', u'countrycode': u'us', u'city_id': u'20133898', u'longitude': u'-112.08300018310547', u'nr_hotels': u'11', u'latitude': u'38.772499084472656'} -error: (1062, "Duplicate entry 'salina-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salina', u'countrycode': u'us', u'city_id': u'20133954', u'longitude': u'-111.85900115966797', u'nr_hotels': u'3', u'latitude': u'38.957801818847656'} -error: (1062, "Duplicate entry 'salina-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salina', u'countrycode': u'us', u'city_id': u'20133954', u'longitude': u'-111.85900115966797', u'nr_hotels': u'3', u'latitude': u'38.957801818847656'} -error: (1062, "Duplicate entry 'springdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springdale', u'countrycode': u'us', u'city_id': u'20134081', u'longitude': u'-112.99800109863281', u'nr_hotels': u'13', u'latitude': u'37.188899993896484'} -error: (1062, "Duplicate entry 'springville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springville', u'countrycode': u'us', u'city_id': u'20134084', u'longitude': u'-111.61000061035156', u'nr_hotels': u'2', u'latitude': u'40.16529846191406'} -error: (1062, "Duplicate entry 'springville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springville', u'countrycode': u'us', u'city_id': u'20134084', u'longitude': u'-111.61000061035156', u'nr_hotels': u'2', u'latitude': u'40.16529846191406'} -error: (1062, "Duplicate entry 'taylorsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Taylorsville', u'countrycode': u'us', u'city_id': u'20134154', u'longitude': u'-111.93800354003906', u'nr_hotels': u'1', u'latitude': u'40.66780090332031'} -error: (1062, "Duplicate entry 'taylorsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Taylorsville', u'countrycode': u'us', u'city_id': u'20134154', u'longitude': u'-111.93800354003906', u'nr_hotels': u'1', u'latitude': u'40.66780090332031'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'20134340', u'longitude': u'-113.50700378417969', u'nr_hotels': u'4', u'latitude': u'37.13059997558594'} -error: (1062, "Duplicate entry 'vashington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0430\u0448\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20134340', u'longitude': u'-113.50700378417969', u'nr_hotels': u'4', u'latitude': u'37.13059997558594'} -error: (1062, "Duplicate entry 'wellington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wellington', u'countrycode': u'us', u'city_id': u'20134355', u'longitude': u'-110.73500061035156', u'nr_hotels': u'2', u'latitude': u'39.54249954223633'} -error: (1062, "Duplicate entry 'wellington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wellington', u'countrycode': u'us', u'city_id': u'20134355', u'longitude': u'-110.73500061035156', u'nr_hotels': u'2', u'latitude': u'39.54249954223633'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20134510', u'longitude': u'-73.15440368652344', u'nr_hotels': u'1', u'latitude': u'43.07469940185547'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0440\u043b\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20134510', u'longitude': u'-73.15440368652344', u'nr_hotels': u'1', u'latitude': u'43.07469940185547'} -error: (1062, "Duplicate entry 'ubbhult-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ubbhult', u'countrycode': u'se', u'city_id': u'-2531852', u'longitude': u'12.300000190734863', u'nr_hotels': u'1', u'latitude': u'57.56669998168945'} -error: (1062, "Duplicate entry 'ubbhult-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ubbhult', u'countrycode': u'se', u'city_id': u'-2531852', u'longitude': u'12.300000190734863', u'nr_hotels': u'1', u'latitude': u'57.56669998168945'} -error: (1062, "Duplicate entry 'brandon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brandon', u'countrycode': u'us', u'city_id': u'20134566', u'longitude': u'-73.08809661865234', u'nr_hotels': u'4', u'latitude': u'43.798099517822266'} -error: (1062, "Duplicate entry 'brandon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brandon', u'countrycode': u'us', u'city_id': u'20134566', u'longitude': u'-73.08809661865234', u'nr_hotels': u'4', u'latitude': u'43.798099517822266'} -error: (1062, "Duplicate entry 'brownsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brownsville', u'countrycode': u'us', u'city_id': u'20134589', u'longitude': u'-72.47139739990234', u'nr_hotels': u'1', u'latitude': u'43.46860122680664'} -error: (1062, "Duplicate entry 'brownsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brownsville', u'countrycode': u'us', u'city_id': u'20134589', u'longitude': u'-72.47139739990234', u'nr_hotels': u'1', u'latitude': u'43.46860122680664'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20134593', u'longitude': u'-73.2125015258789', u'nr_hotels': u'6', u'latitude': u'44.475799560546875'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20134593', u'longitude': u'-73.2125015258789', u'nr_hotels': u'6', u'latitude': u'44.475799560546875'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20134622', u'longitude': u'-72.59559631347656', u'nr_hotels': u'5', u'latitude': u'43.26279830932617'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20134622', u'longitude': u'-72.59559631347656', u'nr_hotels': u'5', u'latitude': u'43.26279830932617'} -error: (1062, "Duplicate entry 'tuna-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tuna', u'countrycode': u'se', u'city_id': u'-2531475', u'longitude': u'16.100000381469727', u'nr_hotels': u'2', u'latitude': u'57.58330154418945'} -error: (1062, "Duplicate entry 'tuna-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tuna', u'countrycode': u'se', u'city_id': u'-2531475', u'longitude': u'16.100000381469727', u'nr_hotels': u'2', u'latitude': u'57.58330154418945'} -error: (1062, "Duplicate entry 'grafton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grafton', u'countrycode': u'us', u'city_id': u'20134791', u'longitude': u'-72.60669708251953', u'nr_hotels': u'1', u'latitude': u'43.17169952392578'} -error: (1062, "Duplicate entry 'grafton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grafton', u'countrycode': u'us', u'city_id': u'20134791', u'longitude': u'-72.60669708251953', u'nr_hotels': u'1', u'latitude': u'43.17169952392578'} -error: (1062, "Duplicate entry 'hyde-park-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hyde Park', u'countrycode': u'us', u'city_id': u'20134851', u'longitude': u'-72.61689758300781', u'nr_hotels': u'1', u'latitude': u'44.59389877319336'} -error: (1062, "Duplicate entry 'jamaica-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jamaica', u'countrycode': u'us', u'city_id': u'20134862', u'longitude': u'-72.77890014648438', u'nr_hotels': u'1', u'latitude': u'43.10029983520508'} -error: (1062, "Duplicate entry 'jamaica-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jamaica', u'countrycode': u'us', u'city_id': u'20134862', u'longitude': u'-72.77890014648438', u'nr_hotels': u'1', u'latitude': u'43.10029983520508'} -error: (1062, "Duplicate entry 'jay-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jay', u'countrycode': u'us', u'city_id': u'20134863', u'longitude': u'-72.4375', u'nr_hotels': u'2', u'latitude': u'44.9474983215332'} -error: (1062, "Duplicate entry 'jay-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jay', u'countrycode': u'us', u'city_id': u'20134863', u'longitude': u'-72.4375', u'nr_hotels': u'2', u'latitude': u'44.9474983215332'} -error: (1062, "Duplicate entry 'jeffersonville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jeffersonville', u'countrycode': u'us', u'city_id': u'20134864', u'longitude': u'-72.82969665527344', u'nr_hotels': u'3', u'latitude': u'44.64390182495117'} -error: (1062, "Duplicate entry 'jeffersonville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jeffersonville', u'countrycode': u'us', u'city_id': u'20134864', u'longitude': u'-72.82969665527344', u'nr_hotels': u'3', u'latitude': u'44.64390182495117'} -error: (1062, "Duplicate entry 'londonderry-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Londonderry', u'countrycode': u'us', u'city_id': u'20134896', u'longitude': u'-72.80690002441406', u'nr_hotels': u'2', u'latitude': u'43.22639846801758'} -error: (1062, "Duplicate entry 'londonderry-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Londonderry', u'countrycode': u'us', u'city_id': u'20134896', u'longitude': u'-72.80690002441406', u'nr_hotels': u'2', u'latitude': u'43.22639846801758'} -error: (1062, "Duplicate entry 'ludlow-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ludlow', u'countrycode': u'us', u'city_id': u'20134904', u'longitude': u'-72.70110321044922', u'nr_hotels': u'11', u'latitude': u'43.39580154418945'} -error: (1062, "Duplicate entry 'ludlow-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ludlow', u'countrycode': u'us', u'city_id': u'20134904', u'longitude': u'-72.70110321044922', u'nr_hotels': u'11', u'latitude': u'43.39580154418945'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20134915', u'longitude': u'-73.07279968261719', u'nr_hotels': u'5', u'latitude': u'43.16360092163086'} -error: (1062, "Duplicate entry 'manchester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Manchester', u'countrycode': u'us', u'city_id': u'20134915', u'longitude': u'-73.07279968261719', u'nr_hotels': u'5', u'latitude': u'43.16360092163086'} -error: (1062, "Duplicate entry 'middlebury-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middlebury', u'countrycode': u'us', u'city_id': u'20134930', u'longitude': u'-73.16780090332031', u'nr_hotels': u'4', u'latitude': u'44.01530075073242'} -error: (1062, "Duplicate entry 'middlebury-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middlebury', u'countrycode': u'us', u'city_id': u'20134930', u'longitude': u'-73.16780090332031', u'nr_hotels': u'4', u'latitude': u'44.01530075073242'} -error: (1062, "Duplicate entry 'montpelier-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Montpelier', u'countrycode': u'us', u'city_id': u'20134947', u'longitude': u'-72.57579803466797', u'nr_hotels': u'3', u'latitude': u'44.2599983215332'} -error: (1062, "Duplicate entry 'montpelier-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Montpelier', u'countrycode': u'us', u'city_id': u'20134947', u'longitude': u'-72.57579803466797', u'nr_hotels': u'3', u'latitude': u'44.2599983215332'} -error: (1062, "Duplicate entry 'morrisville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Morrisville', u'countrycode': u'us', u'city_id': u'20134954', u'longitude': u'-72.5988998413086', u'nr_hotels': u'1', u'latitude': u'44.56169891357422'} -error: (1062, "Duplicate entry 'morrisville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Morrisville', u'countrycode': u'us', u'city_id': u'20134954', u'longitude': u'-72.5988998413086', u'nr_hotels': u'1', u'latitude': u'44.56169891357422'} -error: (1062, "Duplicate entry 'norwich-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Norwich', u'countrycode': u'us', u'city_id': u'20135026', u'longitude': u'-72.30829620361328', u'nr_hotels': u'1', u'latitude': u'43.715301513671875'} -error: (1062, "Duplicate entry 'norwich-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Norwich', u'countrycode': u'us', u'city_id': u'20135026', u'longitude': u'-72.30829620361328', u'nr_hotels': u'1', u'latitude': u'43.715301513671875'} -error: (1062, "Duplicate entry 'peru-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Peru', u'countrycode': u'us', u'city_id': u'20135051', u'longitude': u'-72.89830017089844', u'nr_hotels': u'1', u'latitude': u'43.229698181152344'} -error: (1062, "Duplicate entry 'peru-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Peru', u'countrycode': u'us', u'city_id': u'20135051', u'longitude': u'-72.89830017089844', u'nr_hotels': u'1', u'latitude': u'43.229698181152344'} -error: (1062, "Duplicate entry 'pittsfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pittsfield', u'countrycode': u'us', u'city_id': u'20135059', u'longitude': u'-72.81330108642578', u'nr_hotels': u'1', u'latitude': u'43.77220153808594'} -error: (1062, "Duplicate entry 'pittsfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pittsfield', u'countrycode': u'us', u'city_id': u'20135059', u'longitude': u'-72.81330108642578', u'nr_hotels': u'1', u'latitude': u'43.77220153808594'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20135063', u'longitude': u'-72.7219009399414', u'nr_hotels': u'1', u'latitude': u'43.53580093383789'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20135063', u'longitude': u'-72.7219009399414', u'nr_hotels': u'1', u'latitude': u'43.53580093383789'} -error: (1062, "Duplicate entry 'shrewsbury-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shrewsbury', u'countrycode': u'us', u'city_id': u'20135148', u'longitude': u'-72.86720275878906', u'nr_hotels': u'1', u'latitude': u'43.5088996887207'} -error: (1062, "Duplicate entry 'shrewsbury-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shrewsbury', u'countrycode': u'us', u'city_id': u'20135148', u'longitude': u'-72.86720275878906', u'nr_hotels': u'1', u'latitude': u'43.5088996887207'} -error: (1062, "Duplicate entry 'torup-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torup', u'countrycode': u'se', u'city_id': u'-2530751', u'longitude': u'13.616700172424316', u'nr_hotels': u'1', u'latitude': u'55.983299255371094'} -error: (1062, "Duplicate entry 'torup-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torup', u'countrycode': u'se', u'city_id': u'-2530751', u'longitude': u'13.616700172424316', u'nr_hotels': u'1', u'latitude': u'55.983299255371094'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20135202', u'longitude': u'-72.48280334472656', u'nr_hotels': u'1', u'latitude': u'43.298301696777344'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20135202', u'longitude': u'-72.48280334472656', u'nr_hotels': u'1', u'latitude': u'43.298301696777344'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20135278', u'longitude': u'-72.85639953613281', u'nr_hotels': u'2', u'latitude': u'44.111900329589844'} -error: (1062, "Duplicate entry 'warren-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warren', u'countrycode': u'us', u'city_id': u'20135278', u'longitude': u'-72.85639953613281', u'nr_hotels': u'2', u'latitude': u'44.111900329589844'} -error: (1062, "Duplicate entry 'waterbury-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waterbury', u'countrycode': u'us', u'city_id': u'20135281', u'longitude': u'-72.75669860839844', u'nr_hotels': u'1', u'latitude': u'44.337799072265625'} -error: (1062, "Duplicate entry 'waterbury-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waterbury', u'countrycode': u'us', u'city_id': u'20135281', u'longitude': u'-72.75669860839844', u'nr_hotels': u'1', u'latitude': u'44.337799072265625'} -error: (1062, "Duplicate entry 'torp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torp', u'countrycode': u'se', u'city_id': u'-2530438', u'longitude': u'17', u'nr_hotels': u'1', u'latitude': u'58.91669845581055'} -error: (1062, "Duplicate entry 'torp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torp', u'countrycode': u'se', u'city_id': u'-2530438', u'longitude': u'17', u'nr_hotels': u'1', u'latitude': u'58.91669845581055'} -error: (1062, "Duplicate entry 'torp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torp', u'countrycode': u'se', u'city_id': u'-2530434', u'longitude': u'12.550000190734863', u'nr_hotels': u'1', u'latitude': u'58.56669998168945'} -error: (1062, "Duplicate entry 'torp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torp', u'countrycode': u'se', u'city_id': u'-2530434', u'longitude': u'12.550000190734863', u'nr_hotels': u'1', u'latitude': u'58.56669998168945'} -error: (1062, "Duplicate entry 'westfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westfield', u'countrycode': u'us', u'city_id': u'20135342', u'longitude': u'-72.42890167236328', u'nr_hotels': u'1', u'latitude': u'44.889400482177734'} -error: (1062, "Duplicate entry 'westfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westfield', u'countrycode': u'us', u'city_id': u'20135342', u'longitude': u'-72.42890167236328', u'nr_hotels': u'1', u'latitude': u'44.889400482177734'} -error: (1062, "Duplicate entry 'torne-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torne', u'countrycode': u'se', u'city_id': u'-2530337', u'longitude': u'14.600000381469727', u'nr_hotels': u'2', u'latitude': u'56.70000076293945'} -error: (1062, "Duplicate entry 'torne-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torne', u'countrycode': u'se', u'city_id': u'-2530337', u'longitude': u'14.600000381469727', u'nr_hotels': u'2', u'latitude': u'56.70000076293945'} -error: (1062, "Duplicate entry 'williston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williston', u'countrycode': u'us', u'city_id': u'20135362', u'longitude': u'-73.068603515625', u'nr_hotels': u'4', u'latitude': u'44.4375'} -error: (1062, "Duplicate entry 'williston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Williston', u'countrycode': u'us', u'city_id': u'20135362', u'longitude': u'-73.068603515625', u'nr_hotels': u'4', u'latitude': u'44.4375'} -error: (1062, "Duplicate entry 'wilmington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wilmington', u'countrycode': u'us', u'city_id': u'20135365', u'longitude': u'-72.87190246582031', u'nr_hotels': u'3', u'latitude': u'42.86830139160156'} -error: (1062, "Duplicate entry 'wilmington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wilmington', u'countrycode': u'us', u'city_id': u'20135365', u'longitude': u'-72.87190246582031', u'nr_hotels': u'3', u'latitude': u'42.86830139160156'} -error: (1062, "Duplicate entry 'windham-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Windham', u'countrycode': u'us', u'city_id': u'20135366', u'longitude': u'-72.72640228271484', u'nr_hotels': u'1', u'latitude': u'43.17919921875'} -error: (1062, "Duplicate entry 'windham-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Windham', u'countrycode': u'us', u'city_id': u'20135366', u'longitude': u'-72.72640228271484', u'nr_hotels': u'1', u'latitude': u'43.17919921875'} -error: (1062, "Duplicate entry 'windsor-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Windsor', u'countrycode': u'us', u'city_id': u'20135367', u'longitude': u'-72.38529968261719', u'nr_hotels': u'1', u'latitude': u'43.48030090332031'} -error: (1062, "Duplicate entry 'vindzor-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0438\u043d\u0434\u0437\u043e\u0440', u'countrycode': u'us', u'city_id': u'20135367', u'longitude': u'-72.38529968261719', u'nr_hotels': u'1', u'latitude': u'43.48030090332031'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20135372', u'longitude': u'-72.5188980102539', u'nr_hotels': u'4', u'latitude': u'43.62419891357422'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20135372', u'longitude': u'-72.5188980102539', u'nr_hotels': u'4', u'latitude': u'43.62419891357422'} -error: (1062, "Duplicate entry 'alexandria-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alexandria', u'countrycode': u'us', u'city_id': u'20135442', u'longitude': u'-77.04720306396484', u'nr_hotels': u'35', u'latitude': u'38.8046989440918'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20135554', u'longitude': u'-77.10771179199219', u'nr_hotels': u'44', u'latitude': u'38.881103515625'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0440\u043b\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20135554', u'longitude': u'-77.10771179199219', u'nr_hotels': u'44', u'latitude': u'38.881103515625'} -error: (1062, "Duplicate entry 'ashburn-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ashburn', u'countrycode': u'us', u'city_id': u'20135585', u'longitude': u'-77.48709869384766', u'nr_hotels': u'5', u'latitude': u'39.03990173339844'} -error: (1062, "Duplicate entry 'ashburn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ashburn', u'countrycode': u'us', u'city_id': u'20135585', u'longitude': u'-77.48709869384766', u'nr_hotels': u'5', u'latitude': u'39.03990173339844'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20135594', u'longitude': u'-77.48030090332031', u'nr_hotels': u'11', u'latitude': u'37.7588996887207'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20135594', u'longitude': u'-77.48030090332031', u'nr_hotels': u'11', u'latitude': u'37.7588996887207'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20135780', u'longitude': u'-79.52330017089844', u'nr_hotels': u'1', u'latitude': u'37.33420181274414'} -error: (1062, "Duplicate entry 'bedford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bedford', u'countrycode': u'us', u'city_id': u'20135780', u'longitude': u'-79.52330017089844', u'nr_hotels': u'1', u'latitude': u'37.33420181274414'} -error: (1062, "Duplicate entry 'boston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Boston', u'countrycode': u'us', u'city_id': u'20136080', u'longitude': u'-78.13189697265625', u'nr_hotels': u'1', u'latitude': u'38.54079818725586'} -error: (1062, "Duplicate entry 'boston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0411\u043e\u0441\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20136080', u'longitude': u'-78.13189697265625', u'nr_hotels': u'1', u'latitude': u'38.54079818725586'} -error: (1062, "Duplicate entry 'bristol-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bristol', u'countrycode': u'us', u'city_id': u'20136185', u'longitude': u'-82.1885986328125', u'nr_hotels': u'7', u'latitude': u'36.59640121459961'} -error: (1062, "Duplicate entry 'bristol-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bristol', u'countrycode': u'us', u'city_id': u'20136185', u'longitude': u'-82.1885986328125', u'nr_hotels': u'7', u'latitude': u'36.59640121459961'} -error: (1062, "Duplicate entry 'carrollton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carrollton', u'countrycode': u'us', u'city_id': u'20136486', u'longitude': u'-76.56079864501953', u'nr_hotels': u'1', u'latitude': u'36.94670104980469'} -error: (1062, "Duplicate entry 'carrollton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carrollton', u'countrycode': u'us', u'city_id': u'20136486', u'longitude': u'-76.56079864501953', u'nr_hotels': u'1', u'latitude': u'36.94670104980469'} -error: (1062, "Duplicate entry 'castleton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Castleton', u'countrycode': u'us', u'city_id': u'20136523', u'longitude': u'-78.10690307617188', u'nr_hotels': u'1', u'latitude': u'38.60580062866211'} -error: (1062, "Duplicate entry 'castleton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Castleton', u'countrycode': u'us', u'city_id': u'20136523', u'longitude': u'-78.10690307617188', u'nr_hotels': u'1', u'latitude': u'38.60580062866211'} -error: (1062, "Duplicate entry 'charles-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Charles City', u'countrycode': u'us', u'city_id': u'20136631', u'longitude': u'-77.07330322265625', u'nr_hotels': u'1', u'latitude': u'37.343299865722656'} -error: (1062, "Duplicate entry 'charles-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Charles City', u'countrycode': u'us', u'city_id': u'20136631', u'longitude': u'-77.07330322265625', u'nr_hotels': u'1', u'latitude': u'37.343299865722656'} -error: (1062, "Duplicate entry 'sharlott-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0428\u0430\u0440\u043b\u043e\u0442\u0442', u'countrycode': u'us', u'city_id': u'20136635', u'longitude': u'-78.47689819335938', u'nr_hotels': u'20', u'latitude': u'38.02920150756836'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20136671', u'longitude': u'-77.44190216064453', u'nr_hotels': u'12', u'latitude': u'37.3567008972168'} -error: (1062, "Duplicate entry 'chester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Chester', u'countrycode': u'us', u'city_id': u'20136671', u'longitude': u'-77.44190216064453', u'nr_hotels': u'12', u'latitude': u'37.3567008972168'} -error: (1062, "Duplicate entry 'clarksville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Clarksville', u'countrycode': u'us', u'city_id': u'20136759', u'longitude': u'-78.55719757080078', u'nr_hotels': u'1', u'latitude': u'36.6239013671875'} -error: (1062, "Duplicate entry 'clarksville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Clarksville', u'countrycode': u'us', u'city_id': u'20136759', u'longitude': u'-78.55719757080078', u'nr_hotels': u'1', u'latitude': u'36.6239013671875'} -error: (1062, "Duplicate entry 'covington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Covington', u'countrycode': u'us', u'city_id': u'20136995', u'longitude': u'-79.99420166015625', u'nr_hotels': u'2', u'latitude': u'37.79330062866211'} -error: (1062, "Duplicate entry 'covington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Covington', u'countrycode': u'us', u'city_id': u'20136995', u'longitude': u'-79.99420166015625', u'nr_hotels': u'2', u'latitude': u'37.79330062866211'} -error: (1062, "Duplicate entry 'daleville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Daleville', u'countrycode': u'us', u'city_id': u'20137120', u'longitude': u'-79.91280364990234', u'nr_hotels': u'2', u'latitude': u'37.409698486328125'} -error: (1062, "Duplicate entry 'daleville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Daleville', u'countrycode': u'us', u'city_id': u'20137120', u'longitude': u'-79.91280364990234', u'nr_hotels': u'2', u'latitude': u'37.409698486328125'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20137137', u'longitude': u'-79.39530181884766', u'nr_hotels': u'10', u'latitude': u'36.58580017089844'} -error: (1062, "Duplicate entry 'danville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Danville', u'countrycode': u'us', u'city_id': u'20137137', u'longitude': u'-79.39530181884766', u'nr_hotels': u'10', u'latitude': u'36.58580017089844'} -error: (1062, "Duplicate entry 'dublin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dublin', u'countrycode': u'us', u'city_id': u'20137341', u'longitude': u'-80.68560028076172', u'nr_hotels': u'4', u'latitude': u'37.10559844970703'} -error: (1062, "Duplicate entry 'dublin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dublin', u'countrycode': u'us', u'city_id': u'20137341', u'longitude': u'-80.68560028076172', u'nr_hotels': u'4', u'latitude': u'37.10559844970703'} -error: (1062, "Duplicate entry 'tidaholm-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tidaholm', u'countrycode': u'se', u'city_id': u'-2529295', u'longitude': u'14', u'nr_hotels': u'2', u'latitude': u'58.183101654052734'} -error: (1062, "Duplicate entry 'tidaholm-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tidaholm', u'countrycode': u'se', u'city_id': u'-2529295', u'longitude': u'14', u'nr_hotels': u'2', u'latitude': u'58.183101654052734'} -error: (1062, "Duplicate entry 'emporia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Emporia', u'countrycode': u'us', u'city_id': u'20137519', u'longitude': u'-77.54280090332031', u'nr_hotels': u'9', u'latitude': u'36.68579864501953'} -error: (1062, "Duplicate entry 'emporia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Emporia', u'countrycode': u'us', u'city_id': u'20137519', u'longitude': u'-77.54280090332031', u'nr_hotels': u'9', u'latitude': u'36.68579864501953'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20137848', u'longitude': u'-76.92279815673828', u'nr_hotels': u'3', u'latitude': u'36.6775016784668'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20137848', u'longitude': u'-76.92279815673828', u'nr_hotels': u'3', u'latitude': u'36.6775016784668'} -error: (1062, "Duplicate entry 'fredericksburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fredericksburg', u'countrycode': u'us', u'city_id': u'20137860', u'longitude': u'-77.46080017089844', u'nr_hotels': u'27', u'latitude': u'38.3031005859375'} -error: (1062, "Duplicate entry 'gainesville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gainesville', u'countrycode': u'us', u'city_id': u'20137897', u'longitude': u'-77.61419677734375', u'nr_hotels': u'1', u'latitude': u'38.79560089111328'} -error: (1062, "Duplicate entry 'gainesville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gainesville', u'countrycode': u'us', u'city_id': u'20137897', u'longitude': u'-77.61419677734375', u'nr_hotels': u'1', u'latitude': u'38.79560089111328'} -error: (1062, "Duplicate entry 'gloucester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gloucester', u'countrycode': u'us', u'city_id': u'20138036', u'longitude': u'-76.52580261230469', u'nr_hotels': u'1', u'latitude': u'37.41360092163086'} -error: (1062, "Duplicate entry 'gloucester-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gloucester', u'countrycode': u'us', u'city_id': u'20138036', u'longitude': u'-76.52580261230469', u'nr_hotels': u'1', u'latitude': u'37.41360092163086'} -error: (1062, "Duplicate entry 'goshen-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Goshen', u'countrycode': u'us', u'city_id': u'20138069', u'longitude': u'-79.49810028076172', u'nr_hotels': u'1', u'latitude': u'37.986900329589844'} -error: (1062, "Duplicate entry 'goshen-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Goshen', u'countrycode': u'us', u'city_id': u'20138069', u'longitude': u'-79.49810028076172', u'nr_hotels': u'1', u'latitude': u'37.986900329589844'} -error: (1062, "Duplicate entry 'grafton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grafton', u'countrycode': u'us', u'city_id': u'20138076', u'longitude': u'-76.46890258789062', u'nr_hotels': u'1', u'latitude': u'37.16529846191406'} -error: (1062, "Duplicate entry 'grafton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grafton', u'countrycode': u'us', u'city_id': u'20138076', u'longitude': u'-76.46890258789062', u'nr_hotels': u'1', u'latitude': u'37.16529846191406'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20138168', u'longitude': u'-79.15609741210938', u'nr_hotels': u'1', u'latitude': u'38.003299713134766'} -error: (1062, "Duplicate entry 'greenville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenville', u'countrycode': u'us', u'city_id': u'20138168', u'longitude': u'-79.15609741210938', u'nr_hotels': u'1', u'latitude': u'38.003299713134766'} -error: (1062, "Duplicate entry 'greenwich-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Greenwich', u'countrycode': u'us', u'city_id': u'20138176', u'longitude': u'-76.18689727783203', u'nr_hotels': u'1', u'latitude': u'36.84170150756836'} -error: (1062, "Duplicate entry 'greenwich-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Greenwich', u'countrycode': u'us', u'city_id': u'20138176', u'longitude': u'-76.18689727783203', u'nr_hotels': u'1', u'latitude': u'36.84170150756836'} -error: (1062, "Duplicate entry 'gretna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Gretna', u'countrycode': u'us', u'city_id': u'20138191', u'longitude': u'-79.35919952392578', u'nr_hotels': u'2', u'latitude': u'36.9536018371582'} -error: (1062, "Duplicate entry 'gretna-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Gretna', u'countrycode': u'us', u'city_id': u'20138191', u'longitude': u'-79.35919952392578', u'nr_hotels': u'2', u'latitude': u'36.9536018371582'} -error: (1062, "Duplicate entry 'hardy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hardy', u'countrycode': u'us', u'city_id': u'20138309', u'longitude': u'-79.81079864501953', u'nr_hotels': u'0', u'latitude': u'37.2317008972168'} -error: (1062, "Duplicate entry 'hardy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hardy', u'countrycode': u'us', u'city_id': u'20138309', u'longitude': u'-79.81079864501953', u'nr_hotels': u'0', u'latitude': u'37.2317008972168'} -error: (1062, "Duplicate entry 'herndon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Herndon', u'countrycode': u'us', u'city_id': u'20138420', u'longitude': u'-77.38639831542969', u'nr_hotels': u'19', u'latitude': u'38.969398498535156'} -error: (1062, "Duplicate entry 'herndon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0425\u0435\u0440\u043d\u0434\u043e\u043d', u'countrycode': u'us', u'city_id': u'20138420', u'longitude': u'-77.38639831542969', u'nr_hotels': u'19', u'latitude': u'38.969398498535156'} -error: (1062, "Duplicate entry 'svenstorp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Svenstorp', u'countrycode': u'se', u'city_id': u'-2528359', u'longitude': u'14.316699981689453', u'nr_hotels': u'2', u'latitude': u'57.43330001831055'} -error: (1062, "Duplicate entry 'svenstorp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Svenstorp', u'countrycode': u'se', u'city_id': u'-2528359', u'longitude': u'14.316699981689453', u'nr_hotels': u'2', u'latitude': u'57.43330001831055'} -error: (1062, "Duplicate entry 'svenstorp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Svenstorp', u'countrycode': u'se', u'city_id': u'-2528349', u'longitude': u'13.933300018310547', u'nr_hotels': u'1', u'latitude': u'55.483299255371094'} -error: (1062, "Duplicate entry 'svenstorp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Svenstorp', u'countrycode': u'se', u'city_id': u'-2528349', u'longitude': u'13.933300018310547', u'nr_hotels': u'1', u'latitude': u'55.483299255371094'} -error: (1062, "Duplicate entry 'leesburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Leesburg', u'countrycode': u'us', u'city_id': u'20139203', u'longitude': u'-77.56390380859375', u'nr_hotels': u'8', u'latitude': u'39.1156005859375'} -error: (1062, "Duplicate entry 'leesburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Leesburg', u'countrycode': u'us', u'city_id': u'20139203', u'longitude': u'-77.56390380859375', u'nr_hotels': u'8', u'latitude': u'39.1156005859375'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20139238', u'longitude': u'-79.44309997558594', u'nr_hotels': u'5', u'latitude': u'37.78390121459961'} -error: (1062, "Duplicate entry 'lexington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lexington', u'countrycode': u'us', u'city_id': u'20139238', u'longitude': u'-79.44309997558594', u'nr_hotels': u'5', u'latitude': u'37.78390121459961'} -error: (1062, "Duplicate entry 'svanskog-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Svanskog', u'countrycode': u'se', u'city_id': u'-2527831', u'longitude': u'12.550000190734863', u'nr_hotels': u'11', u'latitude': u'59.18330001831055'} -error: (1062, "Duplicate entry 'svanskog-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Svanskog', u'countrycode': u'se', u'city_id': u'-2527831', u'longitude': u'12.550000190734863', u'nr_hotels': u'11', u'latitude': u'59.18330001831055'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20139542', u'longitude': u'-81.51499938964844', u'nr_hotels': u'2', u'latitude': u'36.83470153808594'} -error: (1062, "Duplicate entry 'marion-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marion', u'countrycode': u'us', u'city_id': u'20139542', u'longitude': u'-81.51499938964844', u'nr_hotels': u'2', u'latitude': u'36.83470153808594'} -error: (1062, "Duplicate entry 'martinsville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Martinsville', u'countrycode': u'us', u'city_id': u'20139568', u'longitude': u'-79.872802734375', u'nr_hotels': u'6', u'latitude': u'36.69139862060547'} -error: (1062, "Duplicate entry 'martinsville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Martinsville', u'countrycode': u'us', u'city_id': u'20139568', u'longitude': u'-79.872802734375', u'nr_hotels': u'6', u'latitude': u'36.69139862060547'} -error: (1062, "Duplicate entry 'mclean-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'McLean', u'countrycode': u'us', u'city_id': u'20139652', u'longitude': u'-77.17780303955078', u'nr_hotels': u'1', u'latitude': u'38.934200286865234'} -error: (1062, "Duplicate entry 'mclean-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'McLean', u'countrycode': u'us', u'city_id': u'20139652', u'longitude': u'-77.17780303955078', u'nr_hotels': u'1', u'latitude': u'38.934200286865234'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20139738', u'longitude': u'-78.28079986572266', u'nr_hotels': u'1', u'latitude': u'39.02750015258789'} -error: (1062, "Duplicate entry 'middletown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Middletown', u'countrycode': u'us', u'city_id': u'20139738', u'longitude': u'-78.28079986572266', u'nr_hotels': u'1', u'latitude': u'39.02750015258789'} -error: (1062, "Duplicate entry 'midlothian-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Midlothian', u'countrycode': u'us', u'city_id': u'20139742', u'longitude': u'-77.64939880371094', u'nr_hotels': u'8', u'latitude': u'37.50579833984375'} -error: (1062, "Duplicate entry 'midlothian-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Midlothian', u'countrycode': u'us', u'city_id': u'20139742', u'longitude': u'-77.64939880371094', u'nr_hotels': u'8', u'latitude': u'37.50579833984375'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20139958', u'longitude': u'-77.0864028930664', u'nr_hotels': u'3', u'latitude': u'38.707801818847656'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20139958', u'longitude': u'-77.0864028930664', u'nr_hotels': u'3', u'latitude': u'38.707801818847656'} -error: (1062, "Duplicate entry 'sunne-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sunne', u'countrycode': u'se', u'city_id': u'-2527510', u'longitude': u'13.100000381469727', u'nr_hotels': u'1', u'latitude': u'59.86669921875'} -error: (1062, "Duplicate entry 'sunne-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sunne', u'countrycode': u'se', u'city_id': u'-2527510', u'longitude': u'13.100000381469727', u'nr_hotels': u'1', u'latitude': u'59.86669921875'} -error: (1062, "Duplicate entry 'norfolk-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Norfolk', u'countrycode': u'us', u'city_id': u'20140148', u'longitude': u'-76.28559875488281', u'nr_hotels': u'31', u'latitude': u'36.84669876098633'} -error: (1062, "Duplicate entry 'norfolk-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u043e\u0440\u0444\u043e\u043b\u043a', u'countrycode': u'us', u'city_id': u'20140148', u'longitude': u'-76.28559875488281', u'nr_hotels': u'31', u'latitude': u'36.84669876098633'} -error: (1062, "Duplicate entry 'norton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Norton', u'countrycode': u'us', u'city_id': u'20140198', u'longitude': u'-82.62920379638672', u'nr_hotels': u'2', u'latitude': u'36.93330001831055'} -error: (1062, "Duplicate entry 'norton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Norton', u'countrycode': u'us', u'city_id': u'20140198', u'longitude': u'-82.62920379638672', u'nr_hotels': u'2', u'latitude': u'36.93330001831055'} -error: (1062, "Duplicate entry 'orange-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orange', u'countrycode': u'us', u'city_id': u'20140387', u'longitude': u'-78.11109924316406', u'nr_hotels': u'2', u'latitude': u'38.24530029296875'} -error: (1062, "Duplicate entry 'orange-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Orange', u'countrycode': u'us', u'city_id': u'20140387', u'longitude': u'-78.11109924316406', u'nr_hotels': u'2', u'latitude': u'38.24530029296875'} -error: (1062, "Duplicate entry 'petersburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Petersburg', u'countrycode': u'us', u'city_id': u'20140602', u'longitude': u'-77.4021987915039', u'nr_hotels': u'8', u'latitude': u'37.22779846191406'} -error: (1062, "Duplicate entry 'petersburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Petersburg', u'countrycode': u'us', u'city_id': u'20140602', u'longitude': u'-77.4021987915039', u'nr_hotels': u'8', u'latitude': u'37.22779846191406'} -error: (1062, "Duplicate entry 'portsmouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portsmouth', u'countrycode': u'us', u'city_id': u'20140788', u'longitude': u'-76.29859924316406', u'nr_hotels': u'6', u'latitude': u'36.83530044555664'} -error: (1062, "Duplicate entry 'portsmut-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041f\u043e\u0440\u0442\u0441\u043c\u0443\u0442', u'countrycode': u'us', u'city_id': u'20140788', u'longitude': u'-76.29859924316406', u'nr_hotels': u'6', u'latitude': u'36.83530044555664'} -error: (1062, "Duplicate entry 'richmond-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richmond', u'countrycode': u'us', u'city_id': u'20141027', u'longitude': u'-77.46060180664062', u'nr_hotels': u'63', u'latitude': u'37.5536003112793'} -error: (1062, "Duplicate entry 'richmond-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0420\u0438\u0447\u043c\u043e\u043d\u0434', u'countrycode': u'us', u'city_id': u'20141027', u'longitude': u'-77.46060180664062', u'nr_hotels': u'63', u'latitude': u'37.5536003112793'} -error: (1062, "Duplicate entry 'riverdale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Riverdale', u'countrycode': u'us', u'city_id': u'20141080', u'longitude': u'-78.90029907226562', u'nr_hotels': u'1', u'latitude': u'36.687198638916016'} -error: (1062, "Duplicate entry 'riverdale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Riverdale', u'countrycode': u'us', u'city_id': u'20141080', u'longitude': u'-78.90029907226562', u'nr_hotels': u'1', u'latitude': u'36.687198638916016'} -error: (1062, "Duplicate entry 'roanoke-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Roanoke', u'countrycode': u'us', u'city_id': u'20141123', u'longitude': u'-79.94170379638672', u'nr_hotels': u'26', u'latitude': u'37.27080154418945'} -error: (1062, "Duplicate entry 'roanoke-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Roanoke', u'countrycode': u'us', u'city_id': u'20141123', u'longitude': u'-79.94170379638672', u'nr_hotels': u'26', u'latitude': u'37.27080154418945'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20141292', u'longitude': u'-80.05500030517578', u'nr_hotels': u'11', u'latitude': u'37.29330062866211'} -error: (1062, "Duplicate entry 'salem-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Salem', u'countrycode': u'us', u'city_id': u'20141292', u'longitude': u'-80.05500030517578', u'nr_hotels': u'11', u'latitude': u'37.29330062866211'} -error: (1062, "Duplicate entry 'strand-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Strand', u'countrycode': u'se', u'city_id': u'-2526721', u'longitude': u'16.86669921875', u'nr_hotels': u'0', u'latitude': u'58.88330078125'} -error: (1062, "Duplicate entry 'strand-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Strand', u'countrycode': u'se', u'city_id': u'-2526721', u'longitude': u'16.86669921875', u'nr_hotels': u'0', u'latitude': u'58.88330078125'} -error: (1062, "Duplicate entry 'smithfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smithfield', u'countrycode': u'us', u'city_id': u'20141597', u'longitude': u'-76.63140106201172', u'nr_hotels': u'2', u'latitude': u'36.982200622558594'} -error: (1062, "Duplicate entry 'smithfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smithfield', u'countrycode': u'us', u'city_id': u'20141597', u'longitude': u'-76.63140106201172', u'nr_hotels': u'2', u'latitude': u'36.982200622558594'} -error: (1062, "Duplicate entry 'springfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Springfield', u'countrycode': u'us', u'city_id': u'20141715', u'longitude': u'-77.1875', u'nr_hotels': u'13', u'latitude': u'38.78919982910156'} -error: (1062, "Duplicate entry 'springfild-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u043f\u0440\u0438\u043d\u0433\u0444\u0438\u043b\u0434', u'countrycode': u'us', u'city_id': u'20141715', u'longitude': u'-77.1875', u'nr_hotels': u'13', u'latitude': u'38.78919982910156'} -error: (1062, "Duplicate entry 'stafford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stafford', u'countrycode': u'us', u'city_id': u'20141730', u'longitude': u'-77.40859985351562', u'nr_hotels': u'9', u'latitude': u'38.42190170288086'} -error: (1062, "Duplicate entry 'stafford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stafford', u'countrycode': u'us', u'city_id': u'20141730', u'longitude': u'-77.40859985351562', u'nr_hotels': u'9', u'latitude': u'38.42190170288086'} -error: (1062, "Duplicate entry 'staunton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Staunton', u'countrycode': u'us', u'city_id': u'20141751', u'longitude': u'-79.0718994140625', u'nr_hotels': u'8', u'latitude': u'38.14939880371094'} -error: (1062, "Duplicate entry 'staunton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Staunton', u'countrycode': u'us', u'city_id': u'20141751', u'longitude': u'-79.0718994140625', u'nr_hotels': u'8', u'latitude': u'38.14939880371094'} -error: (1062, "Duplicate entry 'sterling-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sterling', u'countrycode': u'us', u'city_id': u'20141765', u'longitude': u'-77.42890167236328', u'nr_hotels': u'19', u'latitude': u'39.006099700927734'} -error: (1062, "Duplicate entry 'sterling-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0442\u0435\u0440\u043b\u0438\u043d\u0433', u'countrycode': u'us', u'city_id': u'20141765', u'longitude': u'-77.42890167236328', u'nr_hotels': u'19', u'latitude': u'39.006099700927734'} -error: (1062, "Duplicate entry 'stony-creek-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stony Creek', u'countrycode': u'us', u'city_id': u'20141809', u'longitude': u'-77.4011001586914', u'nr_hotels': u'2', u'latitude': u'36.94779968261719'} -error: (1062, "Duplicate entry 'stony-creek-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stony Creek', u'countrycode': u'us', u'city_id': u'20141809', u'longitude': u'-77.4011001586914', u'nr_hotels': u'2', u'latitude': u'36.94779968261719'} -error: (1062, "Duplicate entry 'strasburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Strasburg', u'countrycode': u'us', u'city_id': u'20141824', u'longitude': u'-78.35890197753906', u'nr_hotels': u'4', u'latitude': u'38.98860168457031'} -error: (1062, "Duplicate entry 'strasburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Strasburg', u'countrycode': u'us', u'city_id': u'20141824', u'longitude': u'-78.35890197753906', u'nr_hotels': u'4', u'latitude': u'38.98860168457031'} -error: (1062, "Duplicate entry 'tazewell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tazewell', u'countrycode': u'us', u'city_id': u'20141998', u'longitude': u'-81.51969909667969', u'nr_hotels': u'2', u'latitude': u'37.11470031738281'} -error: (1062, "Duplicate entry 'tazewell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tazewell', u'countrycode': u'us', u'city_id': u'20141998', u'longitude': u'-81.51969909667969', u'nr_hotels': u'2', u'latitude': u'37.11470031738281'} -error: (1062, "Duplicate entry 'templeton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Templeton', u'countrycode': u'us', u'city_id': u'20142007', u'longitude': u'-77.35530090332031', u'nr_hotels': u'1', u'latitude': u'37.08219909667969'} -error: (1062, "Duplicate entry 'templeton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Templeton', u'countrycode': u'us', u'city_id': u'20142007', u'longitude': u'-77.35530090332031', u'nr_hotels': u'1', u'latitude': u'37.08219909667969'} -error: (1062, "Duplicate entry 'verona-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Verona', u'countrycode': u'us', u'city_id': u'20142260', u'longitude': u'-79.00859832763672', u'nr_hotels': u'1', u'latitude': u'38.201900482177734'} -error: (1062, "Duplicate entry 'verona-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Verona', u'countrycode': u'us', u'city_id': u'20142260', u'longitude': u'-79.00859832763672', u'nr_hotels': u'1', u'latitude': u'38.201900482177734'} -error: (1062, "Duplicate entry 'vienna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vienna', u'countrycode': u'us', u'city_id': u'20142273', u'longitude': u'-77.2656021118164', u'nr_hotels': u'1', u'latitude': u'38.901100158691406'} -error: (1062, "Duplicate entry 'warrenton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warrenton', u'countrycode': u'us', u'city_id': u'20142389', u'longitude': u'-77.79560089111328', u'nr_hotels': u'3', u'latitude': u'38.71329879760742'} -error: (1062, "Duplicate entry 'warrenton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warrenton', u'countrycode': u'us', u'city_id': u'20142389', u'longitude': u'-77.79560089111328', u'nr_hotels': u'3', u'latitude': u'38.71329879760742'} -error: (1062, "Duplicate entry 'warwick-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Warwick', u'countrycode': u'us', u'city_id': u'20142392', u'longitude': u'-77.42310333251953', u'nr_hotels': u'0', u'latitude': u'37.458900451660156'} -error: (1062, "Duplicate entry 'warwick-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Warwick', u'countrycode': u'us', u'city_id': u'20142392', u'longitude': u'-77.42310333251953', u'nr_hotels': u'0', u'latitude': u'37.458900451660156'} -error: (1062, "Duplicate entry 'williamsburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williamsburg', u'countrycode': u'us', u'city_id': u'20142668', u'longitude': u'-76.70780181884766', u'nr_hotels': u'67', u'latitude': u'37.270599365234375'} -error: (1062, "Duplicate entry 'winchester-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Winchester', u'countrycode': u'us', u'city_id': u'20142714', u'longitude': u'-78.1635971069336', u'nr_hotels': u'18', u'latitude': u'39.18560028076172'} -error: (1062, "Duplicate entry 'woodbridge-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodbridge', u'countrycode': u'us', u'city_id': u'20142779', u'longitude': u'-77.25', u'nr_hotels': u'12', u'latitude': u'38.65810012817383'} -error: (1062, "Duplicate entry 'woodbridge-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodbridge', u'countrycode': u'us', u'city_id': u'20142779', u'longitude': u'-77.25', u'nr_hotels': u'12', u'latitude': u'38.65810012817383'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20142833', u'longitude': u'-78.506103515625', u'nr_hotels': u'4', u'latitude': u'38.88169860839844'} -error: (1062, "Duplicate entry 'woodstock-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodstock', u'countrycode': u'us', u'city_id': u'20142833', u'longitude': u'-78.506103515625', u'nr_hotels': u'4', u'latitude': u'38.88169860839844'} -error: (1062, "Duplicate entry 'yorktown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Yorktown', u'countrycode': u'us', u'city_id': u'20142887', u'longitude': u'-76.51000213623047', u'nr_hotels': u'2', u'latitude': u'37.23860168457031'} -error: (1062, "Duplicate entry 'yorktown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Yorktown', u'countrycode': u'us', u'city_id': u'20142887', u'longitude': u'-76.51000213623047', u'nr_hotels': u'2', u'latitude': u'37.23860168457031'} -error: (1062, "Duplicate entry 'aberdeen-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Aberdeen', u'countrycode': u'us', u'city_id': u'20142909', u'longitude': u'-123.81400299072266', u'nr_hotels': u'2', u'latitude': u'46.97560119628906'} -error: (1062, "Duplicate entry 'aberdeen-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Aberdeen', u'countrycode': u'us', u'city_id': u'20142909', u'longitude': u'-123.81400299072266', u'nr_hotels': u'2', u'latitude': u'46.97560119628906'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arlington', u'countrycode': u'us', u'city_id': u'20142981', u'longitude': u'-122.1240005493164', u'nr_hotels': u'3', u'latitude': u'48.19889831542969'} -error: (1062, "Duplicate entry 'arlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0410\u0440\u043b\u0438\u043d\u0433\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20142981', u'longitude': u'-122.1240005493164', u'nr_hotels': u'3', u'latitude': u'48.19889831542969'} -error: (1062, "Duplicate entry 'ashford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ashford', u'countrycode': u'us', u'city_id': u'20142992', u'longitude': u'-122.02999877929688', u'nr_hotels': u'4', u'latitude': u'46.75859832763672'} -error: (1062, "Duplicate entry 'ashford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ashford', u'countrycode': u'us', u'city_id': u'20142992', u'longitude': u'-122.02999877929688', u'nr_hotels': u'4', u'latitude': u'46.75859832763672'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20142998', u'longitude': u'-122.22699737548828', u'nr_hotels': u'7', u'latitude': u'47.307498931884766'} -error: (1062, "Duplicate entry 'auburn-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Auburn', u'countrycode': u'us', u'city_id': u'20142998', u'longitude': u'-122.22699737548828', u'nr_hotels': u'7', u'latitude': u'47.307498931884766'} -error: (1062, "Duplicate entry 'bainbridge-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bainbridge', u'countrycode': u'us', u'city_id': u'20143017', u'longitude': u'-122.51699829101562', u'nr_hotels': u'1', u'latitude': u'47.65530014038086'} -error: (1062, "Duplicate entry 'bainbridge-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bainbridge', u'countrycode': u'us', u'city_id': u'20143017', u'longitude': u'-122.51699829101562', u'nr_hotels': u'1', u'latitude': u'47.65530014038086'} -error: (1062, "Duplicate entry 'bellevue-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bellevue', u'countrycode': u'us', u'city_id': u'20143074', u'longitude': u'-122.1989974975586', u'nr_hotels': u'23', u'latitude': u'47.610599517822266'} -error: (1062, "Duplicate entry 'blaine-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Blaine', u'countrycode': u'us', u'city_id': u'20143112', u'longitude': u'-122.74600219726562', u'nr_hotels': u'3', u'latitude': u'48.993900299072266'} -error: (1062, "Duplicate entry 'blaine-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Blaine', u'countrycode': u'us', u'city_id': u'20143112', u'longitude': u'-122.74600219726562', u'nr_hotels': u'3', u'latitude': u'48.993900299072266'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20143185', u'longitude': u'-122.3239974975586', u'nr_hotels': u'4', u'latitude': u'48.475799560546875'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20143185', u'longitude': u'-122.3239974975586', u'nr_hotels': u'4', u'latitude': u'48.475799560546875'} -error: (1062, "Duplicate entry 'carson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Carson', u'countrycode': u'us', u'city_id': u'20143233', u'longitude': u'-121.81800079345703', u'nr_hotels': u'1', u'latitude': u'45.72560119628906'} -error: (1062, "Duplicate entry 'carson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Carson', u'countrycode': u'us', u'city_id': u'20143233', u'longitude': u'-121.81800079345703', u'nr_hotels': u'1', u'latitude': u'45.72560119628906'} -error: (1062, "Duplicate entry 'castle-rock-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Castle Rock', u'countrycode': u'us', u'city_id': u'20143239', u'longitude': u'-122.90599822998047', u'nr_hotels': u'2', u'latitude': u'46.275299072265625'} -error: (1062, "Duplicate entry 'castle-rock-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Castle Rock', u'countrycode': u'us', u'city_id': u'20143239', u'longitude': u'-122.90599822998047', u'nr_hotels': u'2', u'latitude': u'46.275299072265625'} -error: (1062, "Duplicate entry 'centralia-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Centralia', u'countrycode': u'us', u'city_id': u'20143259', u'longitude': u'-122.9530029296875', u'nr_hotels': u'6', u'latitude': u'46.716400146484375'} -error: (1062, "Duplicate entry 'centralia-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Centralia', u'countrycode': u'us', u'city_id': u'20143259', u'longitude': u'-122.9530029296875', u'nr_hotels': u'6', u'latitude': u'46.716400146484375'} -error: (1062, "Duplicate entry 'dayton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dayton', u'countrycode': u'us', u'city_id': u'20143422', u'longitude': u'-117.97100067138672', u'nr_hotels': u'2', u'latitude': u'46.32389831542969'} -error: (1062, "Duplicate entry 'dayton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dayton', u'countrycode': u'us', u'city_id': u'20143422', u'longitude': u'-117.97100067138672', u'nr_hotels': u'2', u'latitude': u'46.32389831542969'} -error: (1062, "Duplicate entry 'ellsworth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ellsworth', u'countrycode': u'us', u'city_id': u'20143567', u'longitude': u'-122.56300354003906', u'nr_hotels': u'1', u'latitude': u'45.60419845581055'} -error: (1062, "Duplicate entry 'ellsworth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ellsworth', u'countrycode': u'us', u'city_id': u'20143567', u'longitude': u'-122.56300354003906', u'nr_hotels': u'1', u'latitude': u'45.60419845581055'} -error: (1062, "Duplicate entry 'ephrata-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ephrata', u'countrycode': u'us', u'city_id': u'20143584', u'longitude': u'-119.552001953125', u'nr_hotels': u'1', u'latitude': u'47.31779861450195'} -error: (1062, "Duplicate entry 'ephrata-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ephrata', u'countrycode': u'us', u'city_id': u'20143584', u'longitude': u'-119.552001953125', u'nr_hotels': u'1', u'latitude': u'47.31779861450195'} -error: (1062, "Duplicate entry 'everett-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Everett', u'countrycode': u'us', u'city_id': u'20143603', u'longitude': u'-122.22152709960938', u'nr_hotels': u'14', u'latitude': u'47.96280288696289'} -error: (1062, "Duplicate entry 'everett-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u042d\u0432\u0435\u0440\u0435\u0442\u0442', u'countrycode': u'us', u'city_id': u'20143603', u'longitude': u'-122.22152709960938', u'nr_hotels': u'14', u'latitude': u'47.96280288696289'} -error: (1062, "Duplicate entry 'ferndale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ferndale', u'countrycode': u'us', u'city_id': u'20143643', u'longitude': u'-122.58999633789062', u'nr_hotels': u'2', u'latitude': u'48.84669876098633'} -error: (1062, "Duplicate entry 'ferndale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ferndale', u'countrycode': u'us', u'city_id': u'20143643', u'longitude': u'-122.58999633789062', u'nr_hotels': u'2', u'latitude': u'48.84669876098633'} -error: (1062, "Duplicate entry 'granite-falls-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Granite Falls', u'countrycode': u'us', u'city_id': u'20143775', u'longitude': u'-121.96700286865234', u'nr_hotels': u'1', u'latitude': u'48.08420181274414'} -error: (1062, "Duplicate entry 'granite-falls-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Granite Falls', u'countrycode': u'us', u'city_id': u'20143775', u'longitude': u'-121.96700286865234', u'nr_hotels': u'1', u'latitude': u'48.08420181274414'} -error: (1062, "Duplicate entry 'kent-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kent', u'countrycode': u'us', u'city_id': u'20144004', u'longitude': u'-122.23400115966797', u'nr_hotels': u'11', u'latitude': u'47.381099700927734'} -error: (1062, "Duplicate entry 'kent-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0435\u043d\u0442', u'countrycode': u'us', u'city_id': u'20144004', u'longitude': u'-122.23400115966797', u'nr_hotels': u'11', u'latitude': u'47.381099700927734'} -error: (1062, "Duplicate entry 'lakewood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lakewood', u'countrycode': u'us', u'city_id': u'20144086', u'longitude': u'-122.51699829101562', u'nr_hotels': u'5', u'latitude': u'47.17190170288086'} -error: (1062, "Duplicate entry 'lakewood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lakewood', u'countrycode': u'us', u'city_id': u'20144086', u'longitude': u'-122.51699829101562', u'nr_hotels': u'5', u'latitude': u'47.17190170288086'} -error: (1062, "Duplicate entry 'laurel-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Laurel', u'countrycode': u'us', u'city_id': u'20144108', u'longitude': u'-122.48899841308594', u'nr_hotels': u'1', u'latitude': u'48.85530090332031'} -error: (1062, "Duplicate entry 'laurel-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Laurel', u'countrycode': u'us', u'city_id': u'20144108', u'longitude': u'-122.48899841308594', u'nr_hotels': u'1', u'latitude': u'48.85530090332031'} -error: (1062, "Duplicate entry 'leavenworth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Leavenworth', u'countrycode': u'us', u'city_id': u'20144123', u'longitude': u'-120.66000366210938', u'nr_hotels': u'15', u'latitude': u'47.59640121459961'} -error: (1062, "Duplicate entry 'leavenworth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Leavenworth', u'countrycode': u'us', u'city_id': u'20144123', u'longitude': u'-120.66000366210938', u'nr_hotels': u'15', u'latitude': u'47.59640121459961'} -error: (1062, "Duplicate entry 'long-beach-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Long Beach', u'countrycode': u'us', u'city_id': u'20144161', u'longitude': u'-124.0530014038086', u'nr_hotels': u'9', u'latitude': u'46.352500915527344'} -error: (1062, "Duplicate entry 'long-beach-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Long Beach', u'countrycode': u'us', u'city_id': u'20144161', u'longitude': u'-124.0530014038086', u'nr_hotels': u'9', u'latitude': u'46.352500915527344'} -error: (1062, "Duplicate entry 'longview-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Longview', u'countrycode': u'us', u'city_id': u'20144166', u'longitude': u'-122.93699645996094', u'nr_hotels': u'5', u'latitude': u'46.138301849365234'} -error: (1062, "Duplicate entry 'longview-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Longview', u'countrycode': u'us', u'city_id': u'20144166', u'longitude': u'-122.93699645996094', u'nr_hotels': u'5', u'latitude': u'46.138301849365234'} -error: (1062, "Duplicate entry 'smedstorp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smedstorp', u'countrycode': u'se', u'city_id': u'-2521336', u'longitude': u'14.116700172424316', u'nr_hotels': u'4', u'latitude': u'55.56669998168945'} -error: (1062, "Duplicate entry 'smedstorp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smedstorp', u'countrycode': u'se', u'city_id': u'-2521336', u'longitude': u'14.116700172424316', u'nr_hotels': u'4', u'latitude': u'55.56669998168945'} -error: (1062, "Duplicate entry 'marysville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marysville', u'countrycode': u'us', u'city_id': u'20144255', u'longitude': u'-122.1760025024414', u'nr_hotels': u'5', u'latitude': u'48.05189895629883'} -error: (1062, "Duplicate entry 'marysville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marysville', u'countrycode': u'us', u'city_id': u'20144255', u'longitude': u'-122.1760025024414', u'nr_hotels': u'5', u'latitude': u'48.05189895629883'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20144370', u'longitude': u'-121.97000122070312', u'nr_hotels': u'3', u'latitude': u'47.85559844970703'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20144370', u'longitude': u'-121.97000122070312', u'nr_hotels': u'3', u'latitude': u'47.85559844970703'} -error: (1062, "Duplicate entry 'morton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Morton', u'countrycode': u'us', u'city_id': u'20144386', u'longitude': u'-122.27400207519531', u'nr_hotels': u'1', u'latitude': u'46.55860137939453'} -error: (1062, "Duplicate entry 'morton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Morton', u'countrycode': u'us', u'city_id': u'20144386', u'longitude': u'-122.27400207519531', u'nr_hotels': u'1', u'latitude': u'46.55860137939453'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20144395', u'longitude': u'-122.33300018310547', u'nr_hotels': u'4', u'latitude': u'48.4213981628418'} -error: (1062, "Duplicate entry 'mount-vernon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Vernon', u'countrycode': u'us', u'city_id': u'20144395', u'longitude': u'-122.33300018310547', u'nr_hotels': u'4', u'latitude': u'48.4213981628418'} -error: (1062, "Duplicate entry 'north-bend-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'North Bend', u'countrycode': u'us', u'city_id': u'20144466', u'longitude': u'-121.78600311279297', u'nr_hotels': u'1', u'latitude': u'47.49580001831055'} -error: (1062, "Duplicate entry 'north-bend-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'North Bend', u'countrycode': u'us', u'city_id': u'20144466', u'longitude': u'-121.78600311279297', u'nr_hotels': u'1', u'latitude': u'47.49580001831055'} -error: (1062, "Duplicate entry 'oroville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Oroville', u'countrycode': u'us', u'city_id': u'20144550', u'longitude': u'-119.43399810791016', u'nr_hotels': u'0', u'latitude': u'48.93920135498047'} -error: (1062, "Duplicate entry 'oroville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Oroville', u'countrycode': u'us', u'city_id': u'20144550', u'longitude': u'-119.43399810791016', u'nr_hotels': u'0', u'latitude': u'48.93920135498047'} -error: (1062, "Duplicate entry 'pacific-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Pacific', u'countrycode': u'us', u'city_id': u'20144568', u'longitude': u'-122.2490005493164', u'nr_hotels': u'1', u'latitude': u'47.26470184326172'} -error: (1062, "Duplicate entry 'pacific-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Pacific', u'countrycode': u'us', u'city_id': u'20144568', u'longitude': u'-122.2490005493164', u'nr_hotels': u'1', u'latitude': u'47.26470184326172'} -error: (1062, "Duplicate entry 'quincy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Quincy', u'countrycode': u'us', u'city_id': u'20144710', u'longitude': u'-119.85099792480469', u'nr_hotels': u'3', u'latitude': u'47.23440170288086'} -error: (1062, "Duplicate entry 'quincy-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Quincy', u'countrycode': u'us', u'city_id': u'20144710', u'longitude': u'-119.85099792480469', u'nr_hotels': u'3', u'latitude': u'47.23440170288086'} -error: (1062, "Duplicate entry 'redmond-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Redmond', u'countrycode': u'us', u'city_id': u'20144727', u'longitude': u'-122.12000274658203', u'nr_hotels': u'6', u'latitude': u'47.674198150634766'} -error: (1062, "Duplicate entry 'redmond-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Redmond', u'countrycode': u'us', u'city_id': u'20144727', u'longitude': u'-122.12000274658203', u'nr_hotels': u'6', u'latitude': u'47.674198150634766'} -error: (1062, "Duplicate entry 'richland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Richland', u'countrycode': u'us', u'city_id': u'20144747', u'longitude': u'-119.28299713134766', u'nr_hotels': u'6', u'latitude': u'46.28580093383789'} -error: (1062, "Duplicate entry 'richland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Richland', u'countrycode': u'us', u'city_id': u'20144747', u'longitude': u'-119.28299713134766', u'nr_hotels': u'6', u'latitude': u'46.28580093383789'} -error: (1062, "Duplicate entry 'shelton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shelton', u'countrycode': u'us', u'city_id': u'20144907', u'longitude': u'-123.0989990234375', u'nr_hotels': u'1', u'latitude': u'47.215301513671875'} -error: (1062, "Duplicate entry 'shelton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shelton', u'countrycode': u'us', u'city_id': u'20144907', u'longitude': u'-123.0989990234375', u'nr_hotels': u'1', u'latitude': u'47.215301513671875'} -error: (1062, "Duplicate entry 'stevenson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stevenson', u'countrycode': u'us', u'city_id': u'20145021', u'longitude': u'-121.88300323486328', u'nr_hotels': u'2', u'latitude': u'45.69580078125'} -error: (1062, "Duplicate entry 'stevenson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stevenson', u'countrycode': u'us', u'city_id': u'20145021', u'longitude': u'-121.88300323486328', u'nr_hotels': u'2', u'latitude': u'45.69580078125'} -error: (1062, "Duplicate entry 'trinidad-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Trinidad', u'countrycode': u'us', u'city_id': u'20145158', u'longitude': u'-119.9990005493164', u'nr_hotels': u'0', u'latitude': u'47.22999954223633'} -error: (1062, "Duplicate entry 'trinidad-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Trinidad', u'countrycode': u'us', u'city_id': u'20145158', u'longitude': u'-119.9990005493164', u'nr_hotels': u'0', u'latitude': u'47.22999954223633'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20145187', u'longitude': u'-123.0999984741211', u'nr_hotels': u'0', u'latitude': u'47.35530090332031'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20145187', u'longitude': u'-123.0999984741211', u'nr_hotels': u'0', u'latitude': u'47.35530090332031'} -error: (1062, "Duplicate entry 'westport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Westport', u'countrycode': u'us', u'city_id': u'20145329', u'longitude': u'-124.10299682617188', u'nr_hotels': u'4', u'latitude': u'46.89030075073242'} -error: (1062, "Duplicate entry 'westport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Westport', u'countrycode': u'us', u'city_id': u'20145329', u'longitude': u'-124.10299682617188', u'nr_hotels': u'4', u'latitude': u'46.89030075073242'} -error: (1062, "Duplicate entry 'winthrop-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Winthrop', u'countrycode': u'us', u'city_id': u'20145378', u'longitude': u'-120.18499755859375', u'nr_hotels': u'3', u'latitude': u'48.47809982299805'} -error: (1062, "Duplicate entry 'winthrop-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Winthrop', u'countrycode': u'us', u'city_id': u'20145378', u'longitude': u'-120.18499755859375', u'nr_hotels': u'3', u'latitude': u'48.47809982299805'} -error: (1062, "Duplicate entry 'woodland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Woodland', u'countrycode': u'us', u'city_id': u'20145387', u'longitude': u'-122.74299621582031', u'nr_hotels': u'3', u'latitude': u'45.904701232910156'} -error: (1062, "Duplicate entry 'woodland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Woodland', u'countrycode': u'us', u'city_id': u'20145387', u'longitude': u'-122.74299621582031', u'nr_hotels': u'3', u'latitude': u'45.904701232910156'} -error: (1062, "Duplicate entry 'beaver-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beaver', u'countrycode': u'us', u'city_id': u'20145623', u'longitude': u'-81.14250183105469', u'nr_hotels': u'1', u'latitude': u'37.747501373291016'} -error: (1062, "Duplicate entry 'beaver-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Beaver', u'countrycode': u'us', u'city_id': u'20145623', u'longitude': u'-81.14250183105469', u'nr_hotels': u'1', u'latitude': u'37.747501373291016'} -error: (1062, "Duplicate entry 'bridgeport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bridgeport', u'countrycode': u'us', u'city_id': u'20145832', u'longitude': u'-80.25640106201172', u'nr_hotels': u'5', u'latitude': u'39.286399841308594'} -error: (1062, "Duplicate entry 'charleston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Charleston', u'countrycode': u'us', u'city_id': u'20145998', u'longitude': u'-81.63279724121094', u'nr_hotels': u'15', u'latitude': u'38.349700927734375'} -error: (1062, "Duplicate entry 'charl-ston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0427\u0430\u0440\u043b\u044c\u0441\u0442\u043e\u043d', u'countrycode': u'us', u'city_id': u'20145998', u'longitude': u'-81.63279724121094', u'nr_hotels': u'15', u'latitude': u'38.349700927734375'} -error: (1062, "Duplicate entry 'comfort-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Comfort', u'countrycode': u'us', u'city_id': u'20146112', u'longitude': u'-81.61579895019531', u'nr_hotels': u'1', u'latitude': u'38.13029861450195'} -error: (1062, "Duplicate entry 'comfort-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Comfort', u'countrycode': u'us', u'city_id': u'20146112', u'longitude': u'-81.61579895019531', u'nr_hotels': u'1', u'latitude': u'38.13029861450195'} -error: (1062, "Duplicate entry 'cortland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cortland', u'countrycode': u'us', u'city_id': u'20146140', u'longitude': u'-79.42780303955078', u'nr_hotels': u'2', u'latitude': u'39.066898345947266'} -error: (1062, "Duplicate entry 'cortland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cortland', u'countrycode': u'us', u'city_id': u'20146140', u'longitude': u'-79.42780303955078', u'nr_hotels': u'2', u'latitude': u'39.066898345947266'} -error: (1062, "Duplicate entry 'davis-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Davis', u'countrycode': u'us', u'city_id': u'20146239', u'longitude': u'-79.46499633789062', u'nr_hotels': u'1', u'latitude': u'39.12860107421875'} -error: (1062, "Duplicate entry 'davis-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Davis', u'countrycode': u'us', u'city_id': u'20146239', u'longitude': u'-79.46499633789062', u'nr_hotels': u'1', u'latitude': u'39.12860107421875'} -error: (1062, "Duplicate entry 'sandviken-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sandviken', u'countrycode': u'se', u'city_id': u'-2517524', u'longitude': u'11.883299827575684', u'nr_hotels': u'1', u'latitude': u'58.599998474121094'} -error: (1062, "Duplicate entry 'sandviken-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sandviken', u'countrycode': u'se', u'city_id': u'-2517524', u'longitude': u'11.883299827575684', u'nr_hotels': u'1', u'latitude': u'58.599998474121094'} -error: (1062, "Duplicate entry 'sandviken-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sandviken', u'countrycode': u'se', u'city_id': u'-2517492', u'longitude': u'16.850000381469727', u'nr_hotels': u'0', u'latitude': u'57.06669998168945'} -error: (1062, "Duplicate entry 'sandviken-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sandviken', u'countrycode': u'se', u'city_id': u'-2517492', u'longitude': u'16.850000381469727', u'nr_hotels': u'0', u'latitude': u'57.06669998168945'} -error: (1062, "Duplicate entry 'fairmont-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fairmont', u'countrycode': u'us', u'city_id': u'20146514', u'longitude': u'-80.1427993774414', u'nr_hotels': u'3', u'latitude': u'39.48500061035156'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20146546', u'longitude': u'-81.10420227050781', u'nr_hotels': u'2', u'latitude': u'38.052799224853516'} -error: (1062, "Duplicate entry 'fayetteville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fayetteville', u'countrycode': u'us', u'city_id': u'20146546', u'longitude': u'-81.10420227050781', u'nr_hotels': u'2', u'latitude': u'38.052799224853516'} -error: (1062, "Duplicate entry 'hancock-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hancock', u'countrycode': u'us', u'city_id': u'20146866', u'longitude': u'-78.18111419677734', u'nr_hotels': u'1', u'latitude': u'39.701683044433594'} -error: (1062, "Duplicate entry 'hancock-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hancock', u'countrycode': u'us', u'city_id': u'20146866', u'longitude': u'-78.18111419677734', u'nr_hotels': u'1', u'latitude': u'39.701683044433594'} -error: (1062, "Duplicate entry 'huntington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Huntington', u'countrycode': u'us', u'city_id': u'20147067', u'longitude': u'-82.44529724121094', u'nr_hotels': u'4', u'latitude': u'38.4192008972168'} -error: (1062, "Duplicate entry 'huntington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Huntington', u'countrycode': u'us', u'city_id': u'20147067', u'longitude': u'-82.44529724121094', u'nr_hotels': u'4', u'latitude': u'38.4192008972168'} -error: (1062, "Duplicate entry 'inwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Inwood', u'countrycode': u'us', u'city_id': u'20147096', u'longitude': u'-78.04029846191406', u'nr_hotels': u'1', u'latitude': u'39.3577995300293'} -error: (1062, "Duplicate entry 'inwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Inwood', u'countrycode': u'us', u'city_id': u'20147096', u'longitude': u'-78.04029846191406', u'nr_hotels': u'1', u'latitude': u'39.3577995300293'} -error: (1062, "Duplicate entry 'lewisburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lewisburg', u'countrycode': u'us', u'city_id': u'20147370', u'longitude': u'-80.44580078125', u'nr_hotels': u'5', u'latitude': u'37.801700592041016'} -error: (1062, "Duplicate entry 'lewisburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lewisburg', u'countrycode': u'us', u'city_id': u'20147370', u'longitude': u'-80.44580078125', u'nr_hotels': u'5', u'latitude': u'37.801700592041016'} -error: (1062, "Duplicate entry 'morgantown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Morgantown', u'countrycode': u'us', u'city_id': u'20147758', u'longitude': u'-79.95610046386719', u'nr_hotels': u'14', u'latitude': u'39.629398345947266'} -error: (1062, "Duplicate entry 'princeton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Princeton', u'countrycode': u'us', u'city_id': u'20148189', u'longitude': u'-81.10279846191406', u'nr_hotels': u'5', u'latitude': u'37.3661003112793'} -error: (1062, "Duplicate entry 'princeton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Princeton', u'countrycode': u'us', u'city_id': u'20148189', u'longitude': u'-81.10279846191406', u'nr_hotels': u'5', u'latitude': u'37.3661003112793'} -error: (1062, "Duplicate entry 'ripley-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ripley', u'countrycode': u'us', u'city_id': u'20148308', u'longitude': u'-81.71080017089844', u'nr_hotels': u'2', u'latitude': u'38.818599700927734'} -error: (1062, "Duplicate entry 'ripley-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ripley', u'countrycode': u'us', u'city_id': u'20148308', u'longitude': u'-81.71080017089844', u'nr_hotels': u'2', u'latitude': u'38.818599700927734'} -error: (1062, "Duplicate entry 'saint-albans-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saint Albans', u'countrycode': u'us', u'city_id': u'20148422', u'longitude': u'-81.8364028930664', u'nr_hotels': u'1', u'latitude': u'38.38560104370117'} -error: (1062, "Duplicate entry 'saint-albans-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saint Albans', u'countrycode': u'us', u'city_id': u'20148422', u'longitude': u'-81.8364028930664', u'nr_hotels': u'1', u'latitude': u'38.38560104370117'} -error: (1062, "Duplicate entry 'ryd-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ryd', u'countrycode': u'se', u'city_id': u'-2516495', u'longitude': u'13.41670036315918', u'nr_hotels': u'1', u'latitude': u'56.66669845581055'} -error: (1062, "Duplicate entry 'ryd-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ryd', u'countrycode': u'se', u'city_id': u'-2516495', u'longitude': u'13.41670036315918', u'nr_hotels': u'1', u'latitude': u'56.66669845581055'} -error: (1062, "Duplicate entry 'ryd-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ryd', u'countrycode': u'se', u'city_id': u'-2516492', u'longitude': u'14.683300018310547', u'nr_hotels': u'9', u'latitude': u'56.46670150756836'} -error: (1062, "Duplicate entry 'ryd-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ryd', u'countrycode': u'se', u'city_id': u'-2516492', u'longitude': u'14.683300018310547', u'nr_hotels': u'9', u'latitude': u'56.46670150756836'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20148885', u'longitude': u'-80.03829956054688', u'nr_hotels': u'1', u'latitude': u'39.099998474121094'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20148885', u'longitude': u'-80.03829956054688', u'nr_hotels': u'1', u'latitude': u'39.099998474121094'} -error: (1062, "Duplicate entry 'vienna-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vienna', u'countrycode': u'us', u'city_id': u'20148956', u'longitude': u'-81.54859924316406', u'nr_hotels': u'1', u'latitude': u'39.326900482177734'} -error: (1062, "Duplicate entry 'vienna-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0438\u0435\u043d\u043d\u0430', u'countrycode': u'us', u'city_id': u'20148956', u'longitude': u'-81.54859924316406', u'nr_hotels': u'1', u'latitude': u'39.326900482177734'} -error: (1062, "Duplicate entry 'wheeling-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wheeling', u'countrycode': u'us', u'city_id': u'20149083', u'longitude': u'-80.72109985351562', u'nr_hotels': u'4', u'latitude': u'40.063899993896484'} -error: (1062, "Duplicate entry 'wheeling-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wheeling', u'countrycode': u'us', u'city_id': u'20149083', u'longitude': u'-80.72109985351562', u'nr_hotels': u'4', u'latitude': u'40.063899993896484'} -error: (1062, "Duplicate entry 'williamstown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Williamstown', u'countrycode': u'us', u'city_id': u'20149131', u'longitude': u'-81.44830322265625', u'nr_hotels': u'1', u'latitude': u'39.40060043334961'} -error: (1062, "Duplicate entry 'williamstown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Williamstown', u'countrycode': u'us', u'city_id': u'20149131', u'longitude': u'-81.44830322265625', u'nr_hotels': u'1', u'latitude': u'39.40060043334961'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20149310', u'longitude': u'-90.88359832763672', u'nr_hotels': u'2', u'latitude': u'46.592498779296875'} -error: (1062, "Duplicate entry 'ashland-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ashland', u'countrycode': u'us', u'city_id': u'20149310', u'longitude': u'-90.88359832763672', u'nr_hotels': u'2', u'latitude': u'46.592498779296875'} -error: (1062, "Duplicate entry 'baldwin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Baldwin', u'countrycode': u'us', u'city_id': u'20149343', u'longitude': u'-92.37419891357422', u'nr_hotels': u'1', u'latitude': u'44.96670150756836'} -error: (1062, "Duplicate entry 'baldwin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Baldwin', u'countrycode': u'us', u'city_id': u'20149343', u'longitude': u'-92.37419891357422', u'nr_hotels': u'1', u'latitude': u'44.96670150756836'} -error: (1062, "Duplicate entry 'beaver-dam-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Beaver Dam', u'countrycode': u'us', u'city_id': u'20149382', u'longitude': u'-88.83719635009766', u'nr_hotels': u'1', u'latitude': u'43.457801818847656'} -error: (1062, "Duplicate entry 'beaver-dam-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Beaver Dam', u'countrycode': u'us', u'city_id': u'20149382', u'longitude': u'-88.83719635009766', u'nr_hotels': u'1', u'latitude': u'43.457801818847656'} -error: (1062, "Duplicate entry 'belmont-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Belmont', u'countrycode': u'us', u'city_id': u'20149400', u'longitude': u'-90.33419799804688', u'nr_hotels': u'1', u'latitude': u'42.73609924316406'} -error: (1062, "Duplicate entry 'belmont-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Belmont', u'countrycode': u'us', u'city_id': u'20149400', u'longitude': u'-90.33419799804688', u'nr_hotels': u'1', u'latitude': u'42.73609924316406'} -error: (1062, "Duplicate entry 'brookfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brookfield', u'countrycode': u'us', u'city_id': u'20149494', u'longitude': u'-88.10639953613281', u'nr_hotels': u'13', u'latitude': u'43.06060028076172'} -error: (1062, "Duplicate entry 'brookfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brookfield', u'countrycode': u'us', u'city_id': u'20149494', u'longitude': u'-88.10639953613281', u'nr_hotels': u'13', u'latitude': u'43.06060028076172'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20149529', u'longitude': u'-88.2761001586914', u'nr_hotels': u'3', u'latitude': u'42.6781005859375'} -error: (1062, "Duplicate entry 'burlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burlington', u'countrycode': u'us', u'city_id': u'20149529', u'longitude': u'-88.2761001586914', u'nr_hotels': u'3', u'latitude': u'42.6781005859375'} -error: (1062, "Duplicate entry 'cambridge-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cambridge', u'countrycode': u'us', u'city_id': u'20149555', u'longitude': u'-89.01640319824219', u'nr_hotels': u'1', u'latitude': u'43.00360107421875'} -error: (1062, "Duplicate entry 'cambridge-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cambridge', u'countrycode': u'us', u'city_id': u'20149555', u'longitude': u'-89.01640319824219', u'nr_hotels': u'1', u'latitude': u'43.00360107421875'} -error: (1062, "Duplicate entry 'cameron-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Cameron', u'countrycode': u'us', u'city_id': u'20149556', u'longitude': u'-91.743896484375', u'nr_hotels': u'1', u'latitude': u'45.408599853515625'} -error: (1062, "Duplicate entry 'cameron-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Cameron', u'countrycode': u'us', u'city_id': u'20149556', u'longitude': u'-91.743896484375', u'nr_hotels': u'1', u'latitude': u'45.408599853515625'} -error: (1062, "Duplicate entry 'darlington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Darlington', u'countrycode': u'us', u'city_id': u'20149734', u'longitude': u'-90.11750030517578', u'nr_hotels': u'1', u'latitude': u'42.683101654052734'} -error: (1062, "Duplicate entry 'darlington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Darlington', u'countrycode': u'us', u'city_id': u'20149734', u'longitude': u'-90.11750030517578', u'nr_hotels': u'1', u'latitude': u'42.683101654052734'} -error: (1062, "Duplicate entry 'durand-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Durand', u'countrycode': u'us', u'city_id': u'20149803', u'longitude': u'-91.9655990600586', u'nr_hotels': u'1', u'latitude': u'44.626399993896484'} -error: (1062, "Duplicate entry 'durand-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Durand', u'countrycode': u'us', u'city_id': u'20149803', u'longitude': u'-91.9655990600586', u'nr_hotels': u'1', u'latitude': u'44.626399993896484'} -error: (1062, "Duplicate entry 'fontana-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fontana', u'countrycode': u'us', u'city_id': u'20149943', u'longitude': u'-88.57499694824219', u'nr_hotels': u'2', u'latitude': u'42.55139923095703'} -error: (1062, "Duplicate entry 'fontana-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fontana', u'countrycode': u'us', u'city_id': u'20149943', u'longitude': u'-88.57499694824219', u'nr_hotels': u'2', u'latitude': u'42.55139923095703'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Franklin', u'countrycode': u'us', u'city_id': u'20149970', u'longitude': u'-88.03829956054688', u'nr_hotels': u'1', u'latitude': u'42.88859939575195'} -error: (1062, "Duplicate entry 'franklin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0424\u0440\u0430\u043d\u043a\u043b\u0438\u043d', u'countrycode': u'us', u'city_id': u'20149970', u'longitude': u'-88.03829956054688', u'nr_hotels': u'1', u'latitude': u'42.88859939575195'} -error: (1062, "Duplicate entry 'germantown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Germantown', u'countrycode': u'us', u'city_id': u'20150000', u'longitude': u'-88.11029815673828', u'nr_hotels': u'4', u'latitude': u'43.228599548339844'} -error: (1062, "Duplicate entry 'germantown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Germantown', u'countrycode': u'us', u'city_id': u'20150000', u'longitude': u'-88.11029815673828', u'nr_hotels': u'4', u'latitude': u'43.228599548339844'} -error: (1062, "Duplicate entry 'glendale-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Glendale', u'countrycode': u'us', u'city_id': u'20150020', u'longitude': u'-87.93560028076172', u'nr_hotels': u'4', u'latitude': u'43.13529968261719'} -error: (1062, "Duplicate entry 'glendale-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Glendale', u'countrycode': u'us', u'city_id': u'20150020', u'longitude': u'-87.93560028076172', u'nr_hotels': u'4', u'latitude': u'43.13529968261719'} -error: (1062, "Duplicate entry 'grafton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grafton', u'countrycode': u'us', u'city_id': u'20150036', u'longitude': u'-87.95330047607422', u'nr_hotels': u'2', u'latitude': u'43.319698333740234'} -error: (1062, "Duplicate entry 'grafton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grafton', u'countrycode': u'us', u'city_id': u'20150036', u'longitude': u'-87.95330047607422', u'nr_hotels': u'2', u'latitude': u'43.319698333740234'} -error: (1062, "Duplicate entry 'hartford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hartford', u'countrycode': u'us', u'city_id': u'20150092', u'longitude': u'-88.37889862060547', u'nr_hotels': u'1', u'latitude': u'43.31779861450195'} -error: (1062, "Duplicate entry 'hartford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hartford', u'countrycode': u'us', u'city_id': u'20150092', u'longitude': u'-88.37889862060547', u'nr_hotels': u'1', u'latitude': u'43.31779861450195'} -error: (1062, "Duplicate entry 'hudson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hudson', u'countrycode': u'us', u'city_id': u'20150187', u'longitude': u'-92.75669860839844', u'nr_hotels': u'3', u'latitude': u'44.974700927734375'} -error: (1062, "Duplicate entry 'hudson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hudson', u'countrycode': u'us', u'city_id': u'20150187', u'longitude': u'-92.75669860839844', u'nr_hotels': u'3', u'latitude': u'44.974700927734375'} -error: (1062, "Duplicate entry 'hurley-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hurley', u'countrycode': u'us', u'city_id': u'20150195', u'longitude': u'-90.1864013671875', u'nr_hotels': u'1', u'latitude': u'46.44969940185547'} -error: (1062, "Duplicate entry 'hurley-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hurley', u'countrycode': u'us', u'city_id': u'20150195', u'longitude': u'-90.1864013671875', u'nr_hotels': u'1', u'latitude': u'46.44969940185547'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20150238', u'longitude': u'-88.16670227050781', u'nr_hotels': u'1', u'latitude': u'43.32389831542969'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20150238', u'longitude': u'-88.16670227050781', u'nr_hotels': u'1', u'latitude': u'43.32389831542969'} -error: (1062, "Duplicate entry 'lancaster-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lancaster', u'countrycode': u'us', u'city_id': u'20150370', u'longitude': u'-90.71060180664062', u'nr_hotels': u'2', u'latitude': u'42.84749984741211'} -error: (1062, "Duplicate entry 'lankaster-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0430\u043d\u043a\u0430\u0441\u0442\u0435\u0440', u'countrycode': u'us', u'city_id': u'20150370', u'longitude': u'-90.71060180664062', u'nr_hotels': u'2', u'latitude': u'42.84749984741211'} -error: (1062, "Duplicate entry 'lodi-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lodi', u'countrycode': u'us', u'city_id': u'20150442', u'longitude': u'-89.52639770507812', u'nr_hotels': u'2', u'latitude': u'43.313899993896484'} -error: (1062, "Duplicate entry 'lodi-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Lodi', u'countrycode': u'us', u'city_id': u'20150442', u'longitude': u'-89.52639770507812', u'nr_hotels': u'2', u'latitude': u'43.313899993896484'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20150485', u'longitude': u'-89.3843994140625', u'nr_hotels': u'38', u'latitude': u'43.074710845947266'} -error: (1062, "Duplicate entry 'madison-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Madison', u'countrycode': u'us', u'city_id': u'20150485', u'longitude': u'-89.3843994140625', u'nr_hotels': u'38', u'latitude': u'43.074710845947266'} -error: (1062, "Duplicate entry 'marshfield-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marshfield', u'countrycode': u'us', u'city_id': u'20150523', u'longitude': u'-90.17169952392578', u'nr_hotels': u'5', u'latitude': u'44.66889953613281'} -error: (1062, "Duplicate entry 'marshfield-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Marshfield', u'countrycode': u'us', u'city_id': u'20150523', u'longitude': u'-90.17169952392578', u'nr_hotels': u'5', u'latitude': u'44.66889953613281'} -error: (1062, "Duplicate entry 'mercer-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mercer', u'countrycode': u'us', u'city_id': u'20150569', u'longitude': u'-90.0625', u'nr_hotels': u'1', u'latitude': u'46.16559982299805'} -error: (1062, "Duplicate entry 'mercer-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mercer', u'countrycode': u'us', u'city_id': u'20150569', u'longitude': u'-90.0625', u'nr_hotels': u'1', u'latitude': u'46.16559982299805'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20150617', u'longitude': u'-89.63829803466797', u'nr_hotels': u'1', u'latitude': u'42.60110092163086'} -error: (1062, "Duplicate entry 'monroe-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Monroe', u'countrycode': u'us', u'city_id': u'20150617', u'longitude': u'-89.63829803466797', u'nr_hotels': u'1', u'latitude': u'42.60110092163086'} -error: (1062, "Duplicate entry 'mount-morris-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Morris', u'countrycode': u'us', u'city_id': u'20150646', u'longitude': u'-89.19059753417969', u'nr_hotels': u'1', u'latitude': u'44.11439895629883'} -error: (1062, "Duplicate entry 'mount-morris-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Mount Morris', u'countrycode': u'us', u'city_id': u'20150646', u'longitude': u'-89.19059753417969', u'nr_hotels': u'1', u'latitude': u'44.11439895629883'} -error: (1062, "Duplicate entry 'new-london-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'New London', u'countrycode': u'us', u'city_id': u'20150699', u'longitude': u'-88.73970031738281', u'nr_hotels': u'2', u'latitude': u'44.392799377441406'} -error: (1062, "Duplicate entry 'new-london-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'New London', u'countrycode': u'us', u'city_id': u'20150699', u'longitude': u'-88.73970031738281', u'nr_hotels': u'2', u'latitude': u'44.392799377441406'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20150912', u'longitude': u'-87.97689819335938', u'nr_hotels': u'2', u'latitude': u'43.748600006103516'} -error: (1062, "Duplicate entry 'plymouth-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Plymouth', u'countrycode': u'us', u'city_id': u'20150912', u'longitude': u'-87.97689819335938', u'nr_hotels': u'2', u'latitude': u'43.748600006103516'} -error: (1062, "Duplicate entry 'portage-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Portage', u'countrycode': u'us', u'city_id': u'20150929', u'longitude': u'-89.4625015258789', u'nr_hotels': u'3', u'latitude': u'43.53919982910156'} -error: (1062, "Duplicate entry 'portage-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Portage', u'countrycode': u'us', u'city_id': u'20150929', u'longitude': u'-89.4625015258789', u'nr_hotels': u'3', u'latitude': u'43.53919982910156'} -error: (1062, "Duplicate entry 'ripon-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ripon', u'countrycode': u'us', u'city_id': u'20151032', u'longitude': u'-88.83580017089844', u'nr_hotels': u'2', u'latitude': u'43.842201232910156'} -error: (1062, "Duplicate entry 'ripon-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ripon', u'countrycode': u'us', u'city_id': u'20151032', u'longitude': u'-88.83580017089844', u'nr_hotels': u'2', u'latitude': u'43.842201232910156'} -error: (1062, "Duplicate entry 'shell-lake-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shell Lake', u'countrycode': u'us', u'city_id': u'20151169', u'longitude': u'-91.92530059814453', u'nr_hotels': u'1', u'latitude': u'45.73939895629883'} -error: (1062, "Duplicate entry 'shell-lake-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shell Lake', u'countrycode': u'us', u'city_id': u'20151169', u'longitude': u'-91.92530059814453', u'nr_hotels': u'1', u'latitude': u'45.73939895629883'} -error: (1062, "Duplicate entry 'sparta-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sparta', u'countrycode': u'us', u'city_id': u'20151229', u'longitude': u'-90.81279754638672', u'nr_hotels': u'4', u'latitude': u'43.94419860839844'} -error: (1062, "Duplicate entry 'sparta-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sparta', u'countrycode': u'us', u'city_id': u'20151229', u'longitude': u'-90.81279754638672', u'nr_hotels': u'4', u'latitude': u'43.94419860839844'} -error: (1062, "Duplicate entry 'stoughton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Stoughton', u'countrycode': u'us', u'city_id': u'20151282', u'longitude': u'-89.2177963256836', u'nr_hotels': u'1', u'latitude': u'42.916900634765625'} -error: (1062, "Duplicate entry 'stoughton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Stoughton', u'countrycode': u'us', u'city_id': u'20151282', u'longitude': u'-89.2177963256836', u'nr_hotels': u'1', u'latitude': u'42.916900634765625'} -error: (1062, "Duplicate entry 'superior-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Superior', u'countrycode': u'us', u'city_id': u'20151309', u'longitude': u'-92.10389709472656', u'nr_hotels': u'3', u'latitude': u'46.72079849243164'} -error: (1062, "Duplicate entry 'superior-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Superior', u'countrycode': u'us', u'city_id': u'20151309', u'longitude': u'-92.10389709472656', u'nr_hotels': u'3', u'latitude': u'46.72079849243164'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20151400', u'longitude': u'-91.54859924316406', u'nr_hotels': u'2', u'latitude': u'44.843299865722656'} -error: (1062, "Duplicate entry 'union-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Union', u'countrycode': u'us', u'city_id': u'20151400', u'longitude': u'-91.54859924316406', u'nr_hotels': u'2', u'latitude': u'44.843299865722656'} -error: (1062, "Duplicate entry 'verona-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Verona', u'countrycode': u'us', u'city_id': u'20151426', u'longitude': u'-89.53309631347656', u'nr_hotels': u'2', u'latitude': u'42.99079895019531'} -error: (1062, "Duplicate entry 'verona-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Verona', u'countrycode': u'us', u'city_id': u'20151426', u'longitude': u'-89.53309631347656', u'nr_hotels': u'2', u'latitude': u'42.99079895019531'} -error: (1062, "Duplicate entry 'waterford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Waterford', u'countrycode': u'us', u'city_id': u'20151454', u'longitude': u'-88.21420288085938', u'nr_hotels': u'1', u'latitude': u'42.763099670410156'} -error: (1062, "Duplicate entry 'waterford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Waterford', u'countrycode': u'us', u'city_id': u'20151454', u'longitude': u'-88.21420288085938', u'nr_hotels': u'1', u'latitude': u'42.763099670410156'} -error: (1062, "Duplicate entry 'watertown-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Watertown', u'countrycode': u'us', u'city_id': u'20151456', u'longitude': u'-88.72889709472656', u'nr_hotels': u'1', u'latitude': u'43.194698333740234'} -error: (1062, "Duplicate entry 'watertown-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Watertown', u'countrycode': u'us', u'city_id': u'20151456', u'longitude': u'-88.72889709472656', u'nr_hotels': u'1', u'latitude': u'43.194698333740234'} -error: (1062, "Duplicate entry 'orsa-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Orsa', u'countrycode': u'se', u'city_id': u'-2510420', u'longitude': u'14.716699600219727', u'nr_hotels': u'1', u'latitude': u'61.18330001831055'} -error: (1062, "Duplicate entry 'orsa-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Orsa', u'countrycode': u'se', u'city_id': u'-2510420', u'longitude': u'14.716699600219727', u'nr_hotels': u'1', u'latitude': u'61.18330001831055'} -error: (1062, "Duplicate entry 'weston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Weston', u'countrycode': u'us', u'city_id': u'20151510', u'longitude': u'-89.54750061035156', u'nr_hotels': u'1', u'latitude': u'44.89080047607422'} -error: (1062, "Duplicate entry 'weston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Weston', u'countrycode': u'us', u'city_id': u'20151510', u'longitude': u'-89.54750061035156', u'nr_hotels': u'1', u'latitude': u'44.89080047607422'} -error: (1062, "Duplicate entry 'windsor-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Windsor', u'countrycode': u'us', u'city_id': u'20151553', u'longitude': u'-89.34140014648438', u'nr_hotels': u'1', u'latitude': u'43.218299865722656'} -error: (1062, "Duplicate entry 'vindzor-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0412\u0438\u043d\u0434\u0437\u043e\u0440', u'countrycode': u'us', u'city_id': u'20151553', u'longitude': u'-89.34140014648438', u'nr_hotels': u'1', u'latitude': u'43.218299865722656'} -error: (1062, "Duplicate entry 'alpine-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alpine', u'countrycode': u'us', u'city_id': u'20151617', u'longitude': u'-111.03399658203125', u'nr_hotels': u'2', u'latitude': u'43.17530059814453'} -error: (1062, "Duplicate entry 'alpine-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alpine', u'countrycode': u'us', u'city_id': u'20151617', u'longitude': u'-111.03399658203125', u'nr_hotels': u'2', u'latitude': u'43.17530059814453'} -error: (1062, "Duplicate entry 'alta-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alta', u'countrycode': u'us', u'city_id': u'20151619', u'longitude': u'-111.03600311279297', u'nr_hotels': u'1', u'latitude': u'43.75389862060547'} -error: (1062, "Duplicate entry 'alta-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alta', u'countrycode': u'us', u'city_id': u'20151619', u'longitude': u'-111.03600311279297', u'nr_hotels': u'1', u'latitude': u'43.75389862060547'} -error: (1062, "Duplicate entry 'alva-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Alva', u'countrycode': u'us', u'city_id': u'20151622', u'longitude': u'-104.44100189208984', u'nr_hotels': u'1', u'latitude': u'44.694698333740234'} -error: (1062, "Duplicate entry 'alva-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Alva', u'countrycode': u'us', u'city_id': u'20151622', u'longitude': u'-104.44100189208984', u'nr_hotels': u'1', u'latitude': u'44.694698333740234'} -error: (1062, "Duplicate entry 'buffalo-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Buffalo', u'countrycode': u'us', u'city_id': u'20151683', u'longitude': u'-106.697998046875', u'nr_hotels': u'8', u'latitude': u'44.34830093383789'} -error: (1062, "Duplicate entry 'buffalo-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Buffalo', u'countrycode': u'us', u'city_id': u'20151683', u'longitude': u'-106.697998046875', u'nr_hotels': u'8', u'latitude': u'44.34830093383789'} -error: (1062, "Duplicate entry 'buford-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Buford', u'countrycode': u'us', u'city_id': u'20151685', u'longitude': u'-105.30400085449219', u'nr_hotels': u'1', u'latitude': u'41.12189865112305'} -error: (1062, "Duplicate entry 'buford-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Buford', u'countrycode': u'us', u'city_id': u'20151685', u'longitude': u'-105.30400085449219', u'nr_hotels': u'1', u'latitude': u'41.12189865112305'} -error: (1062, "Duplicate entry 'douglas-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Douglas', u'countrycode': u'us', u'city_id': u'20151749', u'longitude': u'-105.38200378417969', u'nr_hotels': u'1', u'latitude': u'42.759700775146484'} -error: (1062, "Duplicate entry 'douglas-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Douglas', u'countrycode': u'us', u'city_id': u'20151749', u'longitude': u'-105.38200378417969', u'nr_hotels': u'1', u'latitude': u'42.759700775146484'} -error: (1062, "Duplicate entry 'evanston-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Evanston', u'countrycode': u'us', u'city_id': u'20151779', u'longitude': u'-110.96299743652344', u'nr_hotels': u'10', u'latitude': u'41.2682991027832'} -error: (1062, "Duplicate entry 'evanston-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Evanston', u'countrycode': u'us', u'city_id': u'20151779', u'longitude': u'-110.96299743652344', u'nr_hotels': u'10', u'latitude': u'41.2682991027832'} -error: (1062, "Duplicate entry 'green-river-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Green River', u'countrycode': u'us', u'city_id': u'20151813', u'longitude': u'-109.46600341796875', u'nr_hotels': u'2', u'latitude': u'41.52859878540039'} -error: (1062, "Duplicate entry 'green-river-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Green River', u'countrycode': u'us', u'city_id': u'20151813', u'longitude': u'-109.46600341796875', u'nr_hotels': u'2', u'latitude': u'41.52859878540039'} -error: (1062, "Duplicate entry 'jackson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Jackson', u'countrycode': u'us', u'city_id': u'20151854', u'longitude': u'-110.76200103759766', u'nr_hotels': u'37', u'latitude': u'43.47999954223633'} -error: (1062, "Duplicate entry 'dzhekson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0414\u0436\u0435\u043a\u0441\u043e\u043d', u'countrycode': u'us', u'city_id': u'20151854', u'longitude': u'-110.76200103759766', u'nr_hotels': u'37', u'latitude': u'43.47999954223633'} -error: (1062, "Duplicate entry 'powell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Powell', u'countrycode': u'us', u'city_id': u'20151992', u'longitude': u'-108.75700378417969', u'nr_hotels': u'1', u'latitude': u'44.75389862060547'} -error: (1062, "Duplicate entry 'powell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Powell', u'countrycode': u'us', u'city_id': u'20151992', u'longitude': u'-108.75700378417969', u'nr_hotels': u'1', u'latitude': u'44.75389862060547'} -error: (1062, "Duplicate entry 'saratoga-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Saratoga', u'countrycode': u'us', u'city_id': u'20152037', u'longitude': u'-106.80599975585938', u'nr_hotels': u'1', u'latitude': u'41.45500183105469'} -error: (1062, "Duplicate entry 'saratoga-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Saratoga', u'countrycode': u'us', u'city_id': u'20152037', u'longitude': u'-106.80599975585938', u'nr_hotels': u'1', u'latitude': u'41.45500183105469'} -error: (1062, "Duplicate entry 'sheridan-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sheridan', u'countrycode': u'us', u'city_id': u'20152044', u'longitude': u'-106.95600128173828', u'nr_hotels': u'14', u'latitude': u'44.79719924926758'} -error: (1062, "Duplicate entry 'sheridan-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sheridan', u'countrycode': u'us', u'city_id': u'20152044', u'longitude': u'-106.95600128173828', u'nr_hotels': u'14', u'latitude': u'44.79719924926758'} -error: (1062, "Duplicate entry 'torrington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torrington', u'countrycode': u'us', u'city_id': u'20152098', u'longitude': u'-104.18099975585938', u'nr_hotels': u'2', u'latitude': u'42.064998626708984'} -error: (1062, "Duplicate entry 'torrington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torrington', u'countrycode': u'us', u'city_id': u'20152098', u'longitude': u'-104.18099975585938', u'nr_hotels': u'2', u'latitude': u'42.064998626708984'} -error: (1062, "Duplicate entry 'wilson-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Wilson', u'countrycode': u'us', u'city_id': u'20152140', u'longitude': u'-110.8740005493164', u'nr_hotels': u'5', u'latitude': u'43.50080108642578'} -error: (1062, "Duplicate entry 'wilson-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Wilson', u'countrycode': u'us', u'city_id': u'20152140', u'longitude': u'-110.8740005493164', u'nr_hotels': u'5', u'latitude': u'43.50080108642578'} -error: (1062, "Duplicate entry 'inverness-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Inverness', u'countrycode': u'us', u'city_id': u'900040176', u'longitude': u'-82.33039855957031', u'nr_hotels': u'3', u'latitude': u'28.835500717163086'} -error: (1062, "Duplicate entry 'inverness-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Inverness', u'countrycode': u'us', u'city_id': u'900040176', u'longitude': u'-82.33039855957031', u'nr_hotels': u'3', u'latitude': u'28.835500717163086'} -error: (1062, "Duplicate entry 'hawthorne-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hawthorne', u'countrycode': u'us', u'city_id': u'900040177', u'longitude': u'-118.34400177001953', u'nr_hotels': u'8', u'latitude': u'33.91600036621094'} -error: (1062, "Duplicate entry 'mount-pleasant-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mount Pleasant', u'countrycode': u'us', u'city_id': u'900040258', u'longitude': u'-79.84829711914062', u'nr_hotels': u'0', u'latitude': u'32.80289840698242'} -error: (1062, "Duplicate entry 'bridgewater-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bridgewater', u'countrycode': u'us', u'city_id': u'900040679', u'longitude': u'-74.62329864501953', u'nr_hotels': u'4', u'latitude': u'40.595699310302734'} -error: (1062, "Duplicate entry 'bridgewater-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bridgewater', u'countrycode': u'us', u'city_id': u'900040679', u'longitude': u'-74.62329864501953', u'nr_hotels': u'4', u'latitude': u'40.595699310302734'} -error: (1062, "Duplicate entry 'sandy-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sandy', u'countrycode': u'us', u'city_id': u'900040802', u'longitude': u'-111.87200164794922', u'nr_hotels': u'8', u'latitude': u'40.5807991027832'} -error: (1062, "Duplicate entry 'commerce-city-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Commerce City', u'countrycode': u'us', u'city_id': u'900040842', u'longitude': u'-104.79100036621094', u'nr_hotels': u'1', u'latitude': u'39.85639953613281'} -error: (1062, "Duplicate entry 'commerce-city-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Commerce City', u'countrycode': u'us', u'city_id': u'900040842', u'longitude': u'-104.79100036621094', u'nr_hotels': u'1', u'latitude': u'39.85639953613281'} -error: (1062, "Duplicate entry 'grand-island-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Grand Island', u'countrycode': u'us', u'city_id': u'900040939', u'longitude': u'-78.96520233154297', u'nr_hotels': u'3', u'latitude': u'43.00709915161133'} -error: (1062, "Duplicate entry 'grand-island-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Grand Island', u'countrycode': u'us', u'city_id': u'900040939', u'longitude': u'-78.96520233154297', u'nr_hotels': u'3', u'latitude': u'43.00709915161133'} -error: (1062, "Duplicate entry 'n-yuport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u043f\u043e\u0440\u0442', u'countrycode': u'us', u'city_id': u'900040984', u'longitude': u'-83.18769836425781', u'nr_hotels': u'6', u'latitude': u'35.96699905395508'} -error: (1062, "Duplicate entry 'easton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Easton', u'countrycode': u'us', u'city_id': u'900040998', u'longitude': u'-75.220703125', u'nr_hotels': u'6', u'latitude': u'40.68840026855469'} -error: (1062, "Duplicate entry 'kingwood-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kingwood', u'countrycode': u'us', u'city_id': u'900041028', u'longitude': u'-95.18620300292969', u'nr_hotels': u'6', u'latitude': u'30.057899475097656'} -error: (1062, "Duplicate entry 'kingwood-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kingwood', u'countrycode': u'us', u'city_id': u'900041028', u'longitude': u'-95.18620300292969', u'nr_hotels': u'6', u'latitude': u'30.057899475097656'} -error: (1062, "Duplicate entry 'newport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newport', u'countrycode': u'us', u'city_id': u'900048609', u'longitude': u'-124.06300354003906', u'nr_hotels': u'24', u'latitude': u'44.63249969482422'} -error: (1062, "Duplicate entry 'n-yuport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u043f\u043e\u0440\u0442', u'countrycode': u'us', u'city_id': u'900048609', u'longitude': u'-124.06300354003906', u'nr_hotels': u'24', u'latitude': u'44.63249969482422'} -error: (1062, "Duplicate entry 'moholm-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Moholm', u'countrycode': u'se', u'city_id': u'-2504850', u'longitude': u'14.116700172424316', u'nr_hotels': u'1', u'latitude': u'58.599998474121094'} -error: (1062, "Duplicate entry 'moholm-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Moholm', u'countrycode': u'se', u'city_id': u'-2504850', u'longitude': u'14.116700172424316', u'nr_hotels': u'1', u'latitude': u'58.599998474121094'} -error: (1062, "Duplicate entry 'lincoln-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Lincoln', u'countrycode': u'us', u'city_id': u'900049444', u'longitude': u'-71.43502807617188', u'nr_hotels': u'1', u'latitude': u'41.9211311340332'} -error: (1062, "Duplicate entry 'linkol-n-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041b\u0438\u043d\u043a\u043e\u043b\u044c\u043d', u'countrycode': u'us', u'city_id': u'900049444', u'longitude': u'-71.43502807617188', u'nr_hotels': u'1', u'latitude': u'41.9211311340332'} -error: (1062, "Duplicate entry 'newport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newport', u'countrycode': u'us', u'city_id': u'900049477', u'longitude': u'-91.28179168701172', u'nr_hotels': u'1', u'latitude': u'35.604801177978516'} -error: (1062, "Duplicate entry 'n-yuport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u043f\u043e\u0440\u0442', u'countrycode': u'us', u'city_id': u'900049477', u'longitude': u'-91.28179168701172', u'nr_hotels': u'1', u'latitude': u'35.604801177978516'} -error: (1062, "Duplicate entry 'york-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'York', u'countrycode': u'us', u'city_id': u'900049613', u'longitude': u'-70.64826965332031', u'nr_hotels': u'2', u'latitude': u'43.1617431640625'} -error: (1062, "Duplicate entry 'york-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'York', u'countrycode': u'us', u'city_id': u'900049613', u'longitude': u'-70.64826965332031', u'nr_hotels': u'2', u'latitude': u'43.1617431640625'} -error: (1062, "Duplicate entry 'fort-bragg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Fort Bragg', u'countrycode': u'us', u'city_id': u'900049932', u'longitude': u'-78.9991683959961', u'nr_hotels': u'1', u'latitude': u'35.13916778564453'} -error: (1062, "Duplicate entry 'fort-bragg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Fort Bragg', u'countrycode': u'us', u'city_id': u'900049932', u'longitude': u'-78.9991683959961', u'nr_hotels': u'1', u'latitude': u'35.13916778564453'} -error: (1062, "Duplicate entry 'southampton-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Southampton', u'countrycode': u'us', u'city_id': u'900049962', u'longitude': u'-74.7183609008789', u'nr_hotels': u'2', u'latitude': u'39.92599868774414'} -error: (1062, "Duplicate entry 'southampton-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Southampton', u'countrycode': u'us', u'city_id': u'900049962', u'longitude': u'-74.7183609008789', u'nr_hotels': u'2', u'latitude': u'39.92599868774414'} -error: (1062, "Duplicate entry 'mellby-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Mellby', u'countrycode': u'se', u'city_id': u'-2504231', u'longitude': u'16.533300399780273', u'nr_hotels': u'2', u'latitude': u'56.400001525878906'} -error: (1062, "Duplicate entry 'newport-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Newport', u'countrycode': u'us', u'city_id': u'900050727', u'longitude': u'-84.49624633789062', u'nr_hotels': u'2', u'latitude': u'39.09170150756836'} -error: (1062, "Duplicate entry 'n-yuport-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041d\u044c\u044e\u043f\u043e\u0440\u0442', u'countrycode': u'us', u'city_id': u'900050727', u'longitude': u'-84.49624633789062', u'nr_hotels': u'2', u'latitude': u'39.09170150756836'} -error: (1062, "Duplicate entry 'kiowa-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kiowa', u'countrycode': u'us', u'city_id': u'900051101', u'longitude': u'-98.48500061035156', u'nr_hotels': u'1', u'latitude': u'37.016998291015625'} -error: (1062, "Duplicate entry 'kiowa-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kiowa', u'countrycode': u'us', u'city_id': u'900051101', u'longitude': u'-98.48500061035156', u'nr_hotels': u'1', u'latitude': u'37.016998291015625'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'900051113', u'longitude': u'-87.17445373535156', u'nr_hotels': u'2', u'latitude': u'38.66120910644531'} -error: (1062, "Duplicate entry 'washington-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Washington', u'countrycode': u'us', u'city_id': u'900051113', u'longitude': u'-87.17445373535156', u'nr_hotels': u'2', u'latitude': u'38.66120910644531'} -error: (1062, "Duplicate entry 'marieholm-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Marieholm', u'countrycode': u'se', u'city_id': u'-2503635', u'longitude': u'13.149999618530273', u'nr_hotels': u'0', u'latitude': u'55.86669921875'} -error: (1062, "Duplicate entry 'berlin-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Berlin', u'countrycode': u'us', u'city_id': u'900051139', u'longitude': u'-72.7721176147461', u'nr_hotels': u'1', u'latitude': u'41.61338806152344'} -error: (1062, "Duplicate entry 'berlin-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Berlin', u'countrycode': u'us', u'city_id': u'900051139', u'longitude': u'-72.7721176147461', u'nr_hotels': u'1', u'latitude': u'41.61338806152344'} -error: (1062, "Duplicate entry 'ogdensburg-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ogdensburg', u'countrycode': u'us', u'city_id': u'900051206', u'longitude': u'-75.48809814453125', u'nr_hotels': u'1', u'latitude': u'44.69350051879883'} -error: (1062, "Duplicate entry 'ogdensburg-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ogdensburg', u'countrycode': u'us', u'city_id': u'900051206', u'longitude': u'-75.48809814453125', u'nr_hotels': u'1', u'latitude': u'44.69350051879883'} -error: (1062, "Duplicate entry 'shelbyville-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Shelbyville', u'countrycode': u'us', u'city_id': u'900051238', u'longitude': u'-88.79840087890625', u'nr_hotels': u'2', u'latitude': u'39.40741729736328'} -error: (1062, "Duplicate entry 'shelbyville-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Shelbyville', u'countrycode': u'us', u'city_id': u'900051238', u'longitude': u'-88.79840087890625', u'nr_hotels': u'2', u'latitude': u'39.40741729736328'} -error: (1062, "Duplicate entry 'howell-us' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Howell', u'countrycode': u'us', u'city_id': u'900051454', u'longitude': u'-74.20800018310547', u'nr_hotels': u'1', u'latitude': u'40.163700103759766'} -error: (1062, "Duplicate entry 'howell-us' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Howell', u'countrycode': u'us', u'city_id': u'900051454', u'longitude': u'-74.20800018310547', u'nr_hotels': u'1', u'latitude': u'40.163700103759766'} -error: (1062, "Duplicate entry 'yablunytsya-ua' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Yablunytsya', u'countrycode': u'ua', u'city_id': u'-1059226', u'longitude': u'24.916400909423828', u'nr_hotels': u'1', u'latitude': u'48.03329849243164'} -error: (1062, "Duplicate entry 'yablunytsya-ua' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Yablunytsya', u'countrycode': u'ua', u'city_id': u'-1059226', u'longitude': u'24.916400909423828', u'nr_hotels': u'1', u'latitude': u'48.03329849243164'} -error: (1062, "Duplicate entry 'podgornoye-ua' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Podgornoye', u'countrycode': u'ua', u'city_id': u'-1050876', u'longitude': u'33.81669998168945', u'nr_hotels': u'1', u'latitude': u'44.45000076293945'} -error: (1062, "Duplicate entry 'podgornoye-ua' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Podgornoye', u'countrycode': u'ua', u'city_id': u'-1050876', u'longitude': u'33.81669998168945', u'nr_hotels': u'1', u'latitude': u'44.45000076293945'} -error: (1062, "Duplicate entry 'kode-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kode', u'countrycode': u'se', u'city_id': u'-2495432', u'longitude': u'11.850000381469727', u'nr_hotels': u'1', u'latitude': u'57.93330001831055'} -error: (1062, "Duplicate entry 'kode-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kode', u'countrycode': u'se', u'city_id': u'-2495432', u'longitude': u'11.850000381469727', u'nr_hotels': u'1', u'latitude': u'57.93330001831055'} -error: (1062, "Duplicate entry 'karlsborg-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Karlsborg', u'countrycode': u'se', u'city_id': u'-2493548', u'longitude': u'14.5', u'nr_hotels': u'0', u'latitude': u'58.5'} -error: (1062, "Duplicate entry 'karlsborg-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Karlsborg', u'countrycode': u'se', u'city_id': u'-2493548', u'longitude': u'14.5', u'nr_hotels': u'0', u'latitude': u'58.5'} -error: (1062, "Duplicate entry 'hult-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hult', u'countrycode': u'se', u'city_id': u'-2490452', u'longitude': u'15.133299827575684', u'nr_hotels': u'4', u'latitude': u'57.63330078125'} -error: (1062, "Duplicate entry 'hult-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hult', u'countrycode': u'se', u'city_id': u'-2490452', u'longitude': u'15.133299827575684', u'nr_hotels': u'4', u'latitude': u'57.63330078125'} -error: (1062, "Duplicate entry 'hult-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hult', u'countrycode': u'se', u'city_id': u'-2490445', u'longitude': u'14.316699981689453', u'nr_hotels': u'2', u'latitude': u'57.099998474121094'} -error: (1062, "Duplicate entry 'hult-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hult', u'countrycode': u'se', u'city_id': u'-2490445', u'longitude': u'14.316699981689453', u'nr_hotels': u'2', u'latitude': u'57.099998474121094'} -error: (1062, "Duplicate entry 'hestra-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Hestra', u'countrycode': u'se', u'city_id': u'-2488351', u'longitude': u'13.816699981689453', u'nr_hotels': u'1', u'latitude': u'57.43330001831055'} -error: (1062, "Duplicate entry 'hestra-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Hestra', u'countrycode': u'se', u'city_id': u'-2488351', u'longitude': u'13.816699981689453', u'nr_hotels': u'1', u'latitude': u'57.43330001831055'} -error: (1062, "Duplicate entry 'shodnitsa-ua' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0421\u0445\u043e\u0434\u043d\u0438\u0446\u0430', u'countrycode': u'ua', u'city_id': u'900050690', u'longitude': u'23.347999572753906', u'nr_hotels': u'4', u'latitude': u'49.229000091552734'} -error: (1062, "Duplicate entry 'berezovka-ua' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Berezovka', u'countrycode': u'ua', u'city_id': u'900051153', u'longitude': u'24.695556640625', u'nr_hotels': u'0', u'latitude': u'48.82472229003906'} -error: (1062, "Duplicate entry 'berezovka-ua' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Berezovka', u'countrycode': u'ua', u'city_id': u'900051153', u'longitude': u'24.695556640625', u'nr_hotels': u'0', u'latitude': u'48.82472229003906'} -error: (1062, "Duplicate entry 'tung-pu-tw' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tung-pu', u'countrycode': u'tw', u'city_id': u'-2639727', u'longitude': u'120.92900085449219', u'nr_hotels': u'1', u'latitude': u'23.56220054626465'} -error: (1062, "Duplicate entry 'tung-pu-tw' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tung-pu', u'countrycode': u'tw', u'city_id': u'-2639727', u'longitude': u'120.92900085449219', u'nr_hotels': u'1', u'latitude': u'23.56220054626465'} -error: (1062, "Duplicate entry 'hua-jen-ts-un-tw' for key 'url'") - city: {u'languagecode': u'en', u'name': u"Hua-jen-ts'un", u'countrycode': u'tw', u'city_id': u'-2631685', u'longitude': u'121.5999984741211', u'nr_hotels': u'4', u'latitude': u'23.933300018310547'} -error: (1062, "Duplicate entry 'hua-jen-ts-un-tw' for key 'url'") - city: {u'languagecode': u'ru', u'name': u"Hua-jen-ts'un", u'countrycode': u'tw', u'city_id': u'-2631685', u'longitude': u'121.5999984741211', u'nr_hotels': u'4', u'latitude': u'23.933300018310547'} -error: (1062, "Duplicate entry 'dyvik-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Dyvik', u'countrycode': u'se', u'city_id': u'-2477258', u'longitude': u'17.783300399780273', u'nr_hotels': u'0', u'latitude': u'58.88330078125'} -error: (1062, "Duplicate entry 'dyvik-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Dyvik', u'countrycode': u'se', u'city_id': u'-2477258', u'longitude': u'17.783300399780273', u'nr_hotels': u'0', u'latitude': u'58.88330078125'} -error: (1062, "Duplicate entry 'tainan-tw' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tainan', u'countrycode': u'tw', u'city_id': u'900039093', u'longitude': u'120.34500122070312', u'nr_hotels': u'2', u'latitude': u'23.150800704956055'} -error: (1062, "Duplicate entry 'tainan-tw' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tainan', u'countrycode': u'tw', u'city_id': u'900039093', u'longitude': u'120.34500122070312', u'nr_hotels': u'2', u'latitude': u'23.150800704956055'} -error: (1062, "Duplicate entry 'by-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'By', u'countrycode': u'se', u'city_id': u'-2475601', u'longitude': u'13.58329963684082', u'nr_hotels': u'2', u'latitude': u'59.93330001831055'} -error: (1062, "Duplicate entry 'by-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'By', u'countrycode': u'se', u'city_id': u'-2475601', u'longitude': u'13.58329963684082', u'nr_hotels': u'2', u'latitude': u'59.93330001831055'} -error: (1062, "Duplicate entry 'by-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'By', u'countrycode': u'se', u'city_id': u'-2475596', u'longitude': u'13.300000190734863', u'nr_hotels': u'1', u'latitude': u'57.43330001831055'} -error: (1062, "Duplicate entry 'by-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'By', u'countrycode': u'se', u'city_id': u'-2475596', u'longitude': u'13.300000190734863', u'nr_hotels': u'1', u'latitude': u'57.43330001831055'} -error: (1062, "Duplicate entry 'burseryd-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Burseryd', u'countrycode': u'se', u'city_id': u'-2475484', u'longitude': u'13.283300399780273', u'nr_hotels': u'4', u'latitude': u'57.20000076293945'} -error: (1062, "Duplicate entry 'burseryd-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Burseryd', u'countrycode': u'se', u'city_id': u'-2475484', u'longitude': u'13.283300399780273', u'nr_hotels': u'4', u'latitude': u'57.20000076293945'} -error: (1062, "Duplicate entry 'brandstorp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Brandstorp', u'countrycode': u'se', u'city_id': u'-2474228', u'longitude': u'14.183300018310547', u'nr_hotels': u'3', u'latitude': u'58.099998474121094'} -error: (1062, "Duplicate entry 'brandstorp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Brandstorp', u'countrycode': u'se', u'city_id': u'-2474228', u'longitude': u'14.183300018310547', u'nr_hotels': u'3', u'latitude': u'58.099998474121094'} -error: (1062, "Duplicate entry 'bolmstad-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bolmstad', u'countrycode': u'se', u'city_id': u'-2473382', u'longitude': u'13.76669979095459', u'nr_hotels': u'15', u'latitude': u'56.900001525878906'} -error: (1062, "Duplicate entry 'bolmstad-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bolmstad', u'countrycode': u'se', u'city_id': u'-2473382', u'longitude': u'13.76669979095459', u'nr_hotels': u'15', u'latitude': u'56.900001525878906'} -error: (1062, "Duplicate entry 'boda-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Boda', u'countrycode': u'se', u'city_id': u'-2472914', u'longitude': u'12.966699600219727', u'nr_hotels': u'1', u'latitude': u'57.20000076293945'} -error: (1062, "Duplicate entry 'boda-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Boda', u'countrycode': u'se', u'city_id': u'-2472914', u'longitude': u'12.966699600219727', u'nr_hotels': u'1', u'latitude': u'57.20000076293945'} -error: (1062, "Duplicate entry 'boda-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Boda', u'countrycode': u'se', u'city_id': u'-2472909', u'longitude': u'16.450000762939453', u'nr_hotels': u'1', u'latitude': u'56.78329849243164'} -error: (1062, "Duplicate entry 'boda-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Boda', u'countrycode': u'se', u'city_id': u'-2472909', u'longitude': u'16.450000762939453', u'nr_hotels': u'1', u'latitude': u'56.78329849243164'} -error: (1062, "Duplicate entry 'bergby-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bergby', u'countrycode': u'se', u'city_id': u'-2471020', u'longitude': u'18.75', u'nr_hotels': u'2', u'latitude': u'60.04999923706055'} -error: (1062, "Duplicate entry 'berga-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Berga', u'countrycode': u'se', u'city_id': u'-2470943', u'longitude': u'16.033300399780273', u'nr_hotels': u'1', u'latitude': u'57.21670150756836'} -error: (1062, "Duplicate entry 'berga-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Berga', u'countrycode': u'se', u'city_id': u'-2470943', u'longitude': u'16.033300399780273', u'nr_hotels': u'1', u'latitude': u'57.21670150756836'} -error: (1062, "Duplicate entry 'arvika-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arvika', u'countrycode': u'se', u'city_id': u'-2468638', u'longitude': u'12.633299827575684', u'nr_hotels': u'1', u'latitude': u'59.66669845581055'} -error: (1062, "Duplicate entry 'arvika-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Arvika', u'countrycode': u'se', u'city_id': u'-2468638', u'longitude': u'12.633299827575684', u'nr_hotels': u'1', u'latitude': u'59.66669845581055'} -error: (1062, "Duplicate entry 'arboga-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Arboga', u'countrycode': u'se', u'city_id': u'-2468269', u'longitude': u'15.91670036315918', u'nr_hotels': u'1', u'latitude': u'59.38330078125'} -error: (1062, "Duplicate entry 'arboga-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Arboga', u'countrycode': u'se', u'city_id': u'-2468269', u'longitude': u'15.91670036315918', u'nr_hotels': u'1', u'latitude': u'59.38330078125'} -error: (1062, "Duplicate entry 'anderstorp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Anderstorp', u'countrycode': u'se', u'city_id': u'-2467676', u'longitude': u'13.600000381469727', u'nr_hotels': u'2', u'latitude': u'57.266700744628906'} -error: (1062, "Duplicate entry 'anderstorp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Anderstorp', u'countrycode': u'se', u'city_id': u'-2467676', u'longitude': u'13.600000381469727', u'nr_hotels': u'2', u'latitude': u'57.266700744628906'} -error: (1062, "Duplicate entry 'kemer-tr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kemer', u'countrycode': u'tr', u'city_id': u'-759455', u'longitude': u'30.566699981689453', u'nr_hotels': u'119', u'latitude': u'36.599998474121094'} -error: (1062, "Duplicate entry 'kemer-tr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0435\u043c\u0435\u0440', u'countrycode': u'tr', u'city_id': u'-759455', u'longitude': u'30.566699981689453', u'nr_hotels': u'119', u'latitude': u'36.599998474121094'} -error: (1062, "Duplicate entry 'karaburun-tr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Karaburun', u'countrycode': u'tr', u'city_id': u'-756423', u'longitude': u'26.516700744628906', u'nr_hotels': u'12', u'latitude': u'38.61669921875'} -error: (1062, "Duplicate entry 'karaburun-tr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u0440\u0430\u0431\u0443\u0440\u0443\u043d', u'countrycode': u'tr', u'city_id': u'-756423', u'longitude': u'26.516700744628906', u'nr_hotels': u'12', u'latitude': u'38.61669921875'} -error: (1062, "Duplicate entry 'berga-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Berga', u'countrycode': u'se', u'city_id': u'900040773', u'longitude': u'12.382499694824219', u'nr_hotels': u'1', u'latitude': u'57.925498962402344'} -error: (1062, "Duplicate entry 'berga-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Berga', u'countrycode': u'se', u'city_id': u'900040773', u'longitude': u'12.382499694824219', u'nr_hotels': u'1', u'latitude': u'57.925498962402344'} -error: (1062, "Duplicate entry 'kristianstad-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kristianstad', u'countrycode': u'se', u'city_id': u'900044014', u'longitude': u'14.08549976348877', u'nr_hotels': u'0', u'latitude': u'55.92169952392578'} -error: (1062, "Duplicate entry 'kristianstad-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Kristianstad', u'countrycode': u'se', u'city_id': u'900044014', u'longitude': u'14.08549976348877', u'nr_hotels': u'0', u'latitude': u'55.92169952392578'} -error: (1062, "Duplicate entry 'sydkoster-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sydkoster', u'countrycode': u'se', u'city_id': u'900049506', u'longitude': u'11.074299812316895', u'nr_hotels': u'4', u'latitude': u'58.893001556396484'} -error: (1062, "Duplicate entry 'sydkoster-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sydkoster', u'countrycode': u'se', u'city_id': u'900049506', u'longitude': u'11.074299812316895', u'nr_hotels': u'4', u'latitude': u'58.893001556396484'} -error: (1062, "Duplicate entry 'unnaryd-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Unnaryd', u'countrycode': u'se', u'city_id': u'900051046', u'longitude': u'13.51669979095459', u'nr_hotels': u'5', u'latitude': u'56.95000076293945'} -error: (1062, "Duplicate entry 'unnaryd-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Unnaryd', u'countrycode': u'se', u'city_id': u'900051046', u'longitude': u'13.51669979095459', u'nr_hotels': u'5', u'latitude': u'56.95000076293945'} -error: (1062, "Duplicate entry 'bademli-tr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bademli', u'countrycode': u'tr', u'city_id': u'-737216', u'longitude': u'26.950000762939453', u'nr_hotels': u'2', u'latitude': u'38.38330078125'} -error: (1062, "Duplicate entry 'bademli-tr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bademli', u'countrycode': u'tr', u'city_id': u'-737216', u'longitude': u'26.950000762939453', u'nr_hotels': u'2', u'latitude': u'38.38330078125'} -error: (1062, "Duplicate entry 'khao-kho-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Khao Kho', u'countrycode': u'th', u'city_id': u'-3406256', u'longitude': u'101.01699829101562', u'nr_hotels': u'10', u'latitude': u'16.766700744628906'} -error: (1062, "Duplicate entry 'khao-kho-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0445\u0430\u043e-\u041a\u0445\u043e', u'countrycode': u'th', u'city_id': u'-3406256', u'longitude': u'101.01699829101562', u'nr_hotels': u'10', u'latitude': u'16.766700744628906'} -error: (1062, "Duplicate entry 'ban-rai-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Rai', u'countrycode': u'th', u'city_id': u'-3243069', u'longitude': u'99.52110290527344', u'nr_hotels': u'2', u'latitude': u'15.082500457763672'} -error: (1062, "Duplicate entry 'ban-rai-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ban Rai', u'countrycode': u'th', u'city_id': u'-3243069', u'longitude': u'99.52110290527344', u'nr_hotels': u'2', u'latitude': u'15.082500457763672'} -error: (1062, "Duplicate entry 'ban-pong-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Pong', u'countrycode': u'th', u'city_id': u'-3242885', u'longitude': u'98.9000015258789', u'nr_hotels': u'7', u'latitude': u'18.75'} -error: (1062, "Duplicate entry 'ban-pong-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ban Pong', u'countrycode': u'th', u'city_id': u'-3242885', u'longitude': u'98.9000015258789', u'nr_hotels': u'7', u'latitude': u'18.75'} -error: (1062, "Duplicate entry 'ban-pong-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Pong', u'countrycode': u'th', u'city_id': u'-3242868', u'longitude': u'100.98300170898438', u'nr_hotels': u'1', u'latitude': u'12.949999809265137'} -error: (1062, "Duplicate entry 'ban-mai-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Mai', u'countrycode': u'th', u'city_id': u'-3238750', u'longitude': u'98.98139953613281', u'nr_hotels': u'2', u'latitude': u'18.98080062866211'} -error: (1062, "Duplicate entry 'ban-mai-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ban Mai', u'countrycode': u'th', u'city_id': u'-3238750', u'longitude': u'98.98139953613281', u'nr_hotels': u'2', u'latitude': u'18.98080062866211'} -error: (1062, "Duplicate entry 'klaeng-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Klaeng', u'countrycode': u'th', u'city_id': u'-3237460', u'longitude': u'101.5', u'nr_hotels': u'11', u'latitude': u'12.633299827575684'} -error: (1062, "Duplicate entry 'ban-kao-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Kao', u'countrycode': u'th', u'city_id': u'-3236065', u'longitude': u'99.31670379638672', u'nr_hotels': u'3', u'latitude': u'13.966699600219727'} -error: (1062, "Duplicate entry 'ban-kao-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ban Kao', u'countrycode': u'th', u'city_id': u'-3236065', u'longitude': u'99.31670379638672', u'nr_hotels': u'3', u'latitude': u'13.966699600219727'} -error: (1062, "Duplicate entry 'khao-kho-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Khao Kho', u'countrycode': u'th', u'city_id': u'-3406256', u'longitude': u'101.01699829101562', u'nr_hotels': u'10', u'latitude': u'16.766700744628906'} -error: (1062, "Duplicate entry 'khao-kho-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0445\u0430\u043e-\u041a\u0445\u043e', u'countrycode': u'th', u'city_id': u'-3406256', u'longitude': u'101.01699829101562', u'nr_hotels': u'10', u'latitude': u'16.766700744628906'} -error: (1062, "Duplicate entry 'chiangmaj-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0427\u0438\u0430\u043d\u0433\u043c\u0430\u0439', u'countrycode': u'th', u'city_id': u'9010106', u'longitude': u'99.00810241699219', u'nr_hotels': u'5', u'latitude': u'18.795000076293945'} -error: (1062, "Duplicate entry 'chiang-mai-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Chiang Mai', u'countrycode': u'th', u'city_id': u'-3247115', u'longitude': u'98.98169708251953', u'nr_hotels': u'536', u'latitude': u'18.790300369262695'} -error: (1062, "Duplicate entry 'kanchanaburi-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kanchanaburi', u'countrycode': u'th', u'city_id': u'900048280', u'longitude': u'99.41169738769531', u'nr_hotels': u'0', u'latitude': u'14.0556001663208'} -error: (1062, "Duplicate entry 'kanchanaburi-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043d\u0447\u0430\u043d\u0430\u0431\u0443\u0440\u0438', u'countrycode': u'th', u'city_id': u'900048280', u'longitude': u'99.41169738769531', u'nr_hotels': u'0', u'latitude': u'14.0556001663208'} -error: (1062, "Duplicate entry 'ban-rai-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Rai', u'countrycode': u'th', u'city_id': u'-3243069', u'longitude': u'99.52110290527344', u'nr_hotels': u'2', u'latitude': u'15.082500457763672'} -error: (1062, "Duplicate entry 'ban-rai-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ban Rai', u'countrycode': u'th', u'city_id': u'-3243069', u'longitude': u'99.52110290527344', u'nr_hotels': u'2', u'latitude': u'15.082500457763672'} -error: (1062, "Duplicate entry 'ban-pong-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Pong', u'countrycode': u'th', u'city_id': u'-3242885', u'longitude': u'98.9000015258789', u'nr_hotels': u'7', u'latitude': u'18.75'} -error: (1062, "Duplicate entry 'ban-pong-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ban Pong', u'countrycode': u'th', u'city_id': u'-3242885', u'longitude': u'98.9000015258789', u'nr_hotels': u'7', u'latitude': u'18.75'} -error: (1062, "Duplicate entry 'ban-pong-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Pong', u'countrycode': u'th', u'city_id': u'-3242868', u'longitude': u'100.98300170898438', u'nr_hotels': u'1', u'latitude': u'12.949999809265137'} -error: (1062, "Duplicate entry 'ban-mai-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Mai', u'countrycode': u'th', u'city_id': u'-3238750', u'longitude': u'98.98139953613281', u'nr_hotels': u'2', u'latitude': u'18.98080062866211'} -error: (1062, "Duplicate entry 'ban-mai-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ban Mai', u'countrycode': u'th', u'city_id': u'-3238750', u'longitude': u'98.98139953613281', u'nr_hotels': u'2', u'latitude': u'18.98080062866211'} -error: (1062, "Duplicate entry 'klaeng-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Klaeng', u'countrycode': u'th', u'city_id': u'-3237460', u'longitude': u'101.5', u'nr_hotels': u'11', u'latitude': u'12.633299827575684'} -error: (1062, "Duplicate entry 'ban-kao-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ban Kao', u'countrycode': u'th', u'city_id': u'-3236065', u'longitude': u'99.31670379638672', u'nr_hotels': u'3', u'latitude': u'13.966699600219727'} -error: (1062, "Duplicate entry 'ban-kao-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ban Kao', u'countrycode': u'th', u'city_id': u'-3236065', u'longitude': u'99.31670379638672', u'nr_hotels': u'3', u'latitude': u'13.966699600219727'} -error: (1062, "Duplicate entry 'chiangmaj-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u0427\u0438\u0430\u043d\u0433\u043c\u0430\u0439', u'countrycode': u'th', u'city_id': u'9010106', u'longitude': u'99.00810241699219', u'nr_hotels': u'5', u'latitude': u'18.795000076293945'} -error: (1062, "Duplicate entry 'kanchanaburi-th' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kanchanaburi', u'countrycode': u'th', u'city_id': u'900048280', u'longitude': u'99.41169738769531', u'nr_hotels': u'0', u'latitude': u'14.0556001663208'} -error: (1062, "Duplicate entry 'kanchanaburi-th' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u043d\u0447\u0430\u043d\u0430\u0431\u0443\u0440\u0438', u'countrycode': u'th', u'city_id': u'900048280', u'longitude': u'99.41169738769531', u'nr_hotels': u'0', u'latitude': u'14.0556001663208'} -error: (1062, "Duplicate entry 'kemer-tr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Kemer', u'countrycode': u'tr', u'city_id': u'-759455', u'longitude': u'30.566699981689453', u'nr_hotels': u'119', u'latitude': u'36.599998474121094'} -error: (1062, "Duplicate entry 'kemer-tr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0435\u043c\u0435\u0440', u'countrycode': u'tr', u'city_id': u'-759455', u'longitude': u'30.566699981689453', u'nr_hotels': u'119', u'latitude': u'36.599998474121094'} -error: (1062, "Duplicate entry 'karacasu-tr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Karacasu', u'countrycode': u'tr', u'city_id': u'-756670', u'longitude': u'31.61669921875', u'nr_hotels': u'1', u'latitude': u'40.68330001831055'} -error: (1062, "Duplicate entry 'karaburun-tr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Karaburun', u'countrycode': u'tr', u'city_id': u'-756423', u'longitude': u'26.516700744628906', u'nr_hotels': u'12', u'latitude': u'38.61669921875'} -error: (1062, "Duplicate entry 'karaburun-tr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'\u041a\u0430\u0440\u0430\u0431\u0443\u0440\u0443\u043d', u'countrycode': u'tr', u'city_id': u'-756423', u'longitude': u'26.516700744628906', u'nr_hotels': u'12', u'latitude': u'38.61669921875'} -error: (1062, "Duplicate entry 'bademli-tr' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Bademli', u'countrycode': u'tr', u'city_id': u'-737216', u'longitude': u'26.950000762939453', u'nr_hotels': u'2', u'latitude': u'38.38330078125'} -error: (1062, "Duplicate entry 'bademli-tr' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Bademli', u'countrycode': u'tr', u'city_id': u'-737216', u'longitude': u'26.950000762939453', u'nr_hotels': u'2', u'latitude': u'38.38330078125'} -error: (1062, "Duplicate entry 'visby-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Visby', u'countrycode': u'se', u'city_id': u'-2536120', u'longitude': u'18.299999237060547', u'nr_hotels': u'48', u'latitude': u'57.63330078125'} -error: (1062, "Duplicate entry 'vaxholm-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Vaxholm', u'countrycode': u'se', u'city_id': u'-2535221', u'longitude': u'18.33329963684082', u'nr_hotels': u'8', u'latitude': u'59.400001525878906'} -error: (1062, "Duplicate entry 'varberg-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Varberg', u'countrycode': u'se', u'city_id': u'-2533705', u'longitude': u'12.216699600219727', u'nr_hotels': u'4', u'latitude': u'57.11669921875'} -error: (1062, "Duplicate entry 'varberg-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Varberg', u'countrycode': u'se', u'city_id': u'-2533705', u'longitude': u'12.216699600219727', u'nr_hotels': u'4', u'latitude': u'57.11669921875'} -error: (1062, "Duplicate entry 'ubbhult-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ubbhult', u'countrycode': u'se', u'city_id': u'-2531852', u'longitude': u'12.300000190734863', u'nr_hotels': u'1', u'latitude': u'57.56669998168945'} -error: (1062, "Duplicate entry 'ubbhult-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ubbhult', u'countrycode': u'se', u'city_id': u'-2531852', u'longitude': u'12.300000190734863', u'nr_hotels': u'1', u'latitude': u'57.56669998168945'} -error: (1062, "Duplicate entry 'tuna-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tuna', u'countrycode': u'se', u'city_id': u'-2531475', u'longitude': u'16.100000381469727', u'nr_hotels': u'2', u'latitude': u'57.58330154418945'} -error: (1062, "Duplicate entry 'tuna-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tuna', u'countrycode': u'se', u'city_id': u'-2531475', u'longitude': u'16.100000381469727', u'nr_hotels': u'2', u'latitude': u'57.58330154418945'} -error: (1062, "Duplicate entry 'tung-pu-tw' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tung-pu', u'countrycode': u'tw', u'city_id': u'-2639727', u'longitude': u'120.92900085449219', u'nr_hotels': u'1', u'latitude': u'23.56220054626465'} -error: (1062, "Duplicate entry 'tung-pu-tw' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tung-pu', u'countrycode': u'tw', u'city_id': u'-2639727', u'longitude': u'120.92900085449219', u'nr_hotels': u'1', u'latitude': u'23.56220054626465'} -error: (1062, "Duplicate entry 'torup-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torup', u'countrycode': u'se', u'city_id': u'-2530751', u'longitude': u'13.616700172424316', u'nr_hotels': u'1', u'latitude': u'55.983299255371094'} -error: (1062, "Duplicate entry 'torup-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torup', u'countrycode': u'se', u'city_id': u'-2530751', u'longitude': u'13.616700172424316', u'nr_hotels': u'1', u'latitude': u'55.983299255371094'} -error: (1062, "Duplicate entry 'torp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torp', u'countrycode': u'se', u'city_id': u'-2530438', u'longitude': u'17', u'nr_hotels': u'1', u'latitude': u'58.91669845581055'} -error: (1062, "Duplicate entry 'torp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torp', u'countrycode': u'se', u'city_id': u'-2530438', u'longitude': u'17', u'nr_hotels': u'1', u'latitude': u'58.91669845581055'} -error: (1062, "Duplicate entry 'torp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torp', u'countrycode': u'se', u'city_id': u'-2530434', u'longitude': u'12.550000190734863', u'nr_hotels': u'1', u'latitude': u'58.56669998168945'} -error: (1062, "Duplicate entry 'torp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torp', u'countrycode': u'se', u'city_id': u'-2530434', u'longitude': u'12.550000190734863', u'nr_hotels': u'1', u'latitude': u'58.56669998168945'} -error: (1062, "Duplicate entry 'torne-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Torne', u'countrycode': u'se', u'city_id': u'-2530337', u'longitude': u'14.600000381469727', u'nr_hotels': u'2', u'latitude': u'56.70000076293945'} -error: (1062, "Duplicate entry 'torne-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Torne', u'countrycode': u'se', u'city_id': u'-2530337', u'longitude': u'14.600000381469727', u'nr_hotels': u'2', u'latitude': u'56.70000076293945'} -error: (1062, "Duplicate entry 'tidaholm-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tidaholm', u'countrycode': u'se', u'city_id': u'-2529295', u'longitude': u'14', u'nr_hotels': u'2', u'latitude': u'58.183101654052734'} -error: (1062, "Duplicate entry 'tidaholm-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tidaholm', u'countrycode': u'se', u'city_id': u'-2529295', u'longitude': u'14', u'nr_hotels': u'2', u'latitude': u'58.183101654052734'} -error: (1062, "Duplicate entry 'svenstorp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Svenstorp', u'countrycode': u'se', u'city_id': u'-2528359', u'longitude': u'14.316699981689453', u'nr_hotels': u'2', u'latitude': u'57.43330001831055'} -error: (1062, "Duplicate entry 'svenstorp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Svenstorp', u'countrycode': u'se', u'city_id': u'-2528359', u'longitude': u'14.316699981689453', u'nr_hotels': u'2', u'latitude': u'57.43330001831055'} -error: (1062, "Duplicate entry 'svenstorp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Svenstorp', u'countrycode': u'se', u'city_id': u'-2528349', u'longitude': u'13.933300018310547', u'nr_hotels': u'1', u'latitude': u'55.483299255371094'} -error: (1062, "Duplicate entry 'svenstorp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Svenstorp', u'countrycode': u'se', u'city_id': u'-2528349', u'longitude': u'13.933300018310547', u'nr_hotels': u'1', u'latitude': u'55.483299255371094'} -error: (1062, "Duplicate entry 'svanskog-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Svanskog', u'countrycode': u'se', u'city_id': u'-2527831', u'longitude': u'12.550000190734863', u'nr_hotels': u'11', u'latitude': u'59.18330001831055'} -error: (1062, "Duplicate entry 'svanskog-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Svanskog', u'countrycode': u'se', u'city_id': u'-2527831', u'longitude': u'12.550000190734863', u'nr_hotels': u'11', u'latitude': u'59.18330001831055'} -error: (1062, "Duplicate entry 'sunne-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sunne', u'countrycode': u'se', u'city_id': u'-2527510', u'longitude': u'13.100000381469727', u'nr_hotels': u'1', u'latitude': u'59.86669921875'} -error: (1062, "Duplicate entry 'sunne-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sunne', u'countrycode': u'se', u'city_id': u'-2527510', u'longitude': u'13.100000381469727', u'nr_hotels': u'1', u'latitude': u'59.86669921875'} -error: (1062, "Duplicate entry 'hua-jen-ts-un-tw' for key 'url'") - city: {u'languagecode': u'en', u'name': u"Hua-jen-ts'un", u'countrycode': u'tw', u'city_id': u'-2631685', u'longitude': u'121.5999984741211', u'nr_hotels': u'4', u'latitude': u'23.933300018310547'} -error: (1062, "Duplicate entry 'hua-jen-ts-un-tw' for key 'url'") - city: {u'languagecode': u'ru', u'name': u"Hua-jen-ts'un", u'countrycode': u'tw', u'city_id': u'-2631685', u'longitude': u'121.5999984741211', u'nr_hotels': u'4', u'latitude': u'23.933300018310547'} -error: (1062, "Duplicate entry 'strand-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Strand', u'countrycode': u'se', u'city_id': u'-2526721', u'longitude': u'16.86669921875', u'nr_hotels': u'0', u'latitude': u'58.88330078125'} -error: (1062, "Duplicate entry 'strand-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Strand', u'countrycode': u'se', u'city_id': u'-2526721', u'longitude': u'16.86669921875', u'nr_hotels': u'0', u'latitude': u'58.88330078125'} -error: (1062, "Duplicate entry 'tainan-tw' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Tainan', u'countrycode': u'tw', u'city_id': u'900039093', u'longitude': u'120.34500122070312', u'nr_hotels': u'2', u'latitude': u'23.150800704956055'} -error: (1062, "Duplicate entry 'tainan-tw' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Tainan', u'countrycode': u'tw', u'city_id': u'900039093', u'longitude': u'120.34500122070312', u'nr_hotels': u'2', u'latitude': u'23.150800704956055'} -error: (1062, "Duplicate entry 'smedstorp-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Smedstorp', u'countrycode': u'se', u'city_id': u'-2521336', u'longitude': u'14.116700172424316', u'nr_hotels': u'4', u'latitude': u'55.56669998168945'} -error: (1062, "Duplicate entry 'smedstorp-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Smedstorp', u'countrycode': u'se', u'city_id': u'-2521336', u'longitude': u'14.116700172424316', u'nr_hotels': u'4', u'latitude': u'55.56669998168945'} -error: (1062, "Duplicate entry 'yablunytsya-ua' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Yablunytsya', u'countrycode': u'ua', u'city_id': u'-1059226', u'longitude': u'24.916400909423828', u'nr_hotels': u'1', u'latitude': u'48.03329849243164'} -error: (1062, "Duplicate entry 'yablunytsya-ua' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Yablunytsya', u'countrycode': u'ua', u'city_id': u'-1059226', u'longitude': u'24.916400909423828', u'nr_hotels': u'1', u'latitude': u'48.03329849243164'} -error: (1062, "Duplicate entry 'sandviken-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sandviken', u'countrycode': u'se', u'city_id': u'-2517524', u'longitude': u'11.883299827575684', u'nr_hotels': u'1', u'latitude': u'58.599998474121094'} -error: (1062, "Duplicate entry 'sandviken-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sandviken', u'countrycode': u'se', u'city_id': u'-2517524', u'longitude': u'11.883299827575684', u'nr_hotels': u'1', u'latitude': u'58.599998474121094'} -error: (1062, "Duplicate entry 'sandviken-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Sandviken', u'countrycode': u'se', u'city_id': u'-2517492', u'longitude': u'16.850000381469727', u'nr_hotels': u'0', u'latitude': u'57.06669998168945'} -error: (1062, "Duplicate entry 'sandviken-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Sandviken', u'countrycode': u'se', u'city_id': u'-2517492', u'longitude': u'16.850000381469727', u'nr_hotels': u'0', u'latitude': u'57.06669998168945'} -error: (1062, "Duplicate entry 'ryd-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ryd', u'countrycode': u'se', u'city_id': u'-2516495', u'longitude': u'13.41670036315918', u'nr_hotels': u'1', u'latitude': u'56.66669845581055'} -error: (1062, "Duplicate entry 'ryd-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ryd', u'countrycode': u'se', u'city_id': u'-2516495', u'longitude': u'13.41670036315918', u'nr_hotels': u'1', u'latitude': u'56.66669845581055'} -error: (1062, "Duplicate entry 'ryd-se' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Ryd', u'countrycode': u'se', u'city_id': u'-2516492', u'longitude': u'14.683300018310547', u'nr_hotels': u'9', u'latitude': u'56.46670150756836'} -error: (1062, "Duplicate entry 'ryd-se' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Ryd', u'countrycode': u'se', u'city_id': u'-2516492', u'longitude': u'14.683300018310547', u'nr_hotels': u'9', u'latitude': u'56.46670150756836'} -error: (1062, "Duplicate entry 'podgornoye-ua' for key 'url'") - city: {u'languagecode': u'en', u'name': u'Podgornoye', u'countrycode': u'ua', u'city_id': u'-1050876', u'longitude': u'33.81669998168945', u'nr_hotels': u'1', u'latitude': u'44.45000076293945'} -error: (1062, "Duplicate entry 'podgornoye-ua' for key 'url'") - city: {u'languagecode': u'ru', u'name': u'Podgornoye', u'countrycode': u'ua', u'city_id': u'-1050876', u'longitude': u'33.81669998168945', u'nr_hotels': u'1', u'latitude': u'44.45000076293945'} diff --git a/city/management/commands/fill_city.py b/city/management/commands/fill_city.py deleted file mode 100644 index 098f9846..00000000 --- a/city/management/commands/fill_city.py +++ /dev/null @@ -1,128 +0,0 @@ -from django.core.management.base import BaseCommand, CommandError -import urllib2, base64, json - -from country.models import Country -from city.models import City -from functions.form_check import translit_with_separator -import string, random - -def random_url(): - salt = 'randomurl-' - r = ''.join(random.choice(string.ascii_lowercase) for _ in range(8)) - return salt+r - - -class Command(BaseCommand): - # booking data - b_username = 'expomap' - b_password = '33xp00m33p' - - def fill_city(self, d): - lang = d['languagecode'] - id = d['city_id'] - country_code = d['countrycode'] - name = d['name'] - - country = Country.objects.filter(country_code=country_code)[0] - - try: - - city = City.objects.get(id=id) - except City.DoesNotExist: - try: - url = translit_with_separator(name)+'-%s'%country_code - except: - url = random_url() - - city = City(country=country, id=id, url=url) - city.translate(lang) - city.name = name - try: - city.save() - except Exception, e: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: %s\n city: %s\n'%(str(e), str(d))) - return - - - try: - url = translit_with_separator(name)+'-%s'%country_code - except: - url = random_url() - - city.url = url - try: - city.save() - - except Exception, e: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: %s\n city: %s\n'%(str(e), str(d))) - return - - try: - tr = City._meta.translations_model.objects.get(language_code=lang,master__id=getattr(city, 'id')) - except: - city.translate(lang) - city.name = name - try: - city.save() - return - except Exception, e: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: %s\n city: %s\n'%(str(e), str(d))) - return - - tr.name = name - tr.save() - return - - - def handle(self, *args, **options): - ROWS = 1000 - - qs = Country.objects.filter() - codes = [country.country_code for country in qs] - #print(codes[86:]) - - - for code in codes[86:]:# start from 7 cause previous already filled(delete this) - offset= 0 - run = True - while(run): - url = 'https://distribution-xml.booking.com/json/bookings.getCities?countrycodes=%s&rows=%s&offset=%s&lanuagecodes=ru,en'%(code ,ROWS, offset) - request = urllib2.Request(url) - base64string = base64.encodestring('%s:%s' % (self.b_username, self.b_password)).replace('\n', '') - request.add_header("Authorization", "Basic %s" % base64string) - try: - response = urllib2.urlopen(request) - except urllib2.HTTPError, e: - continue - #raise CommandError('request failed. code error: %s'%code) - except urllib2.URLError, e: - continue - #raise CommandError('request failed. code error: %s'%code) - if response: - try: - json_list = response.read() - except Exception, e: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: %s\n'%str(e)) - continue - else: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: bad request\n') - continue - try: - cities = json.loads(json_list) - except: - continue - - for city in cities: - if isinstance(city, dict): - self.fill_city(city) - print('city: %s, country: %s, language: %s'%(city.get('name'), city.get('countrycode'), city.get('languagecode'))) - - if len(cities) < ROWS: - run = False - else: - offset += ROWS \ No newline at end of file diff --git a/city/management/commands/fill_city_desc.py b/city/management/commands/fill_city_desc.py deleted file mode 100644 index b2258a16..00000000 --- a/city/management/commands/fill_city_desc.py +++ /dev/null @@ -1,129 +0,0 @@ -from django.core.management.base import BaseCommand, CommandError -import urllib2, base64, json - -from country.models import Country -from city.models import City -from functions.form_check import translit_with_separator -import string, random - -def random_url(): - salt = 'randomurl-' - r = ''.join(random.choice(string.ascii_lowercase) for _ in range(8)) - return salt+r - - -class Command(BaseCommand): - # booking data - b_username = 'expomap' - b_password = '33xp00m33p' - - def fill_city(self, d): - lang = d['languagecode'] - id = d['city_id'] - country_code = d['countrycode'] - name = d['name'] - - country = Country.objects.filter(country_code=country_code)[0] - - try: - - city = City.objects.get(id=id) - except City.DoesNotExist: - try: - url = translit_with_separator(name)+'-%s'%country_code - except: - url = random_url() - - city = City(country=country, id=id, url=url) - city.translate(lang) - city.name = name - try: - city.save() - except Exception, e: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: %s\n city: %s\n'%(str(e), str(d))) - return - - - try: - url = translit_with_separator(name)+'-%s'%country_code - except: - url = random_url() - - city.url = url - try: - city.save() - - except Exception, e: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: %s\n city: %s\n'%(str(e), str(d))) - return - - try: - tr = City._meta.translations_model.objects.get(language_code=lang,master__id=getattr(city, 'id')) - except: - city.translate(lang) - city.name = name - try: - city.save() - return - except Exception, e: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: %s\n city: %s\n'%(str(e), str(d))) - return - - tr.name = name - tr.save() - return - - - def handle(self, *args, **options): - ROWS = 1000 - - qs = Country.objects.filter() - codes = [country.country_code for country in qs] - - #print(sorted(codes, reverse=True)) - - - for code in sorted(codes, reverse=True): - offset= 0 - run = True - while(run): - url = 'https://distribution-xml.booking.com/json/bookings.getCities?countrycodes=%s&rows=%s&offset=%s&lanuagecodes=ru,en'%(code ,ROWS, offset) - request = urllib2.Request(url) - base64string = base64.encodestring('%s:%s' % (self.b_username, self.b_password)).replace('\n', '') - request.add_header("Authorization", "Basic %s" % base64string) - try: - response = urllib2.urlopen(request) - except urllib2.HTTPError, e: - continue - #raise CommandError('request failed. code error: %s'%code) - except urllib2.URLError, e: - continue - #raise CommandError('request failed. code error: %s'%code) - if response: - try: - json_list = response.read() - except Exception, e: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: %s\n'%str(e)) - continue - else: - with open('/home/kotzilla/Documents/qwer/proj/city/management/commands/errors.txt', 'a') as f: - f.write('error: bad request\n') - continue - try: - cities = json.loads(json_list) - except: - continue - - for city in cities: - if isinstance(city, dict): - self.fill_city(city) - print('city: %s, country: %s, language: %s'%(city.get('name'), city.get('countrycode'), city.get('languagecode'))) - - if len(cities) < ROWS: - run = False - else: - offset += ROWS diff --git a/city/search_indexes.py b/city/search_indexes.py index 52e04742..c9c457d3 100644 --- a/city/search_indexes.py +++ b/city/search_indexes.py @@ -1,12 +1,18 @@ from haystack import indexes from models import City +""" class CityIndex(indexes.SearchIndex, indexes.Indexable): - text = indexes.CharField(document=True) - name = indexes.CharField(model_attr='name') + text = indexes.CharField(document=True, use_template=True) + translations = indexes.MultiValueField() + #name = indexes.CharField(model_attr='translations__name') + + def prepare_translations(self, obj): + return [tr.name for tr in obj.translations.all()] def get_model(self): return City def index_queryset(self, using=None): - return self.get_model().objects.all() \ No newline at end of file + return self.get_model().objects.filter() +""" diff --git a/core/forms.py b/core/forms.py new file mode 100644 index 00000000..54083845 --- /dev/null +++ b/core/forms.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +from django import forms +from place_exposition.models import PlaceExposition +from place_conference.models import PlaceConference +from django.utils.translation import ugettext_lazy as _ +from haystack.query import SearchQuerySet, EmptySearchQuerySet + +class PlaceSearchForm(forms.Form): + q = forms.CharField(label=_(u'Поиск'), required=False) + w = forms.CharField(label=_(u'Где'), required=False) + + def search(self): + q = self.cleaned_data.get('q') + w = self.cleaned_data.get('w') + + if not q and not w: + return EmptySearchQuerySet() + + sqs = SearchQuerySet().models(PlaceExposition, PlaceConference) + + if q: + sqs = sqs.auto_query(q) + if w: + sqs = sqs.filter(where__contains=w) + + return sqs diff --git a/core/views.py b/core/views.py index 4d164b0f..e2702dbf 100644 --- a/core/views.py +++ b/core/views.py @@ -1,15 +1,43 @@ # -*- coding: utf-8 -*- - +from django.shortcuts import render_to_response from country.models import Country from city.models import City from place_exposition.models import PlaceExposition from place_conference.models import PlaceConference -from django.views.generic import ListView +from django.views.generic import ListView, FormView from functions.views_help import split_params from django.utils.translation import ugettext as _ -from django.http import HttpResponse +from forms import PlaceSearchForm + +class PlaceSearchView(ListView): + paginate_by = 2 + template_name = 'place/search.html' + model = PlaceExposition + search_form = PlaceSearchForm + + def get_queryset(self): + if self.request.GET: + form = self.search_form(self.request.GET) + if form.is_valid(): + return form.search() + else: + return [] + else: + return [] + + + def get_context_data(self, **kwargs): + context = super(PlaceSearchView, self).get_context_data(**kwargs) + context['search_form'] = PlaceSearchForm(self.request.GET) + queries = self.request.GET.copy() + if queries.has_key('page'): + del queries['page'] + context['queries'] = queries + context['search_action'] = '/places/search/' + + return context class PlaceListView(ListView): @@ -18,6 +46,7 @@ class PlaceListView(ListView): single_page = False template_name = 'place_catalog_test.html' model = 'places' + search_form = PlaceSearchForm def get_params(self): model_names = {'places': _(u'Места')} @@ -77,6 +106,8 @@ class PlaceListView(ListView): context = super(PlaceListView, self).get_context_data(**kwargs) context['filter'] = self.params context['single_page'] = self.single_page + context['search_form'] = self.search_form + context['search_action'] = '/places/search/' return context class PlacePhotoView(PlaceListView): diff --git a/functions/forms.py b/functions/forms.py index 472ced7c..59fb9355 100644 --- a/functions/forms.py +++ b/functions/forms.py @@ -3,6 +3,8 @@ from django import forms from django.utils.translation import ugettext_lazy as _ from theme.models import Theme +from haystack.query import SearchQuerySet + class AdminSearchForm(forms.Form): search_name = forms.CharField(required=False, max_length=50) @@ -16,3 +18,38 @@ class ThemeSearch(forms.Form): widget=forms.CheckboxSelectMultiple) + +class AbstractSearch(forms.Form): + q = forms.CharField(label=_(u'Поиск'), required=False) + w = forms.CharField(label=_(u'Где'), required=False) + model = None + + def search(self): + if not self.is_valid(): + return [] + + q = self.cleaned_data.get('q') + w = self.cleaned_data.get('w') + + if not q and not w: + return [] + + sqs = SearchQuerySet().models(self.model) + if q: + sqs = sqs.auto_query(q) + if w: + sqs = sqs.filter(where__contains=w) + + return sqs + + + #sqs = SearchQuerySet().models(self.model).auto_query(self.cleaned_data.get('q')) + + #return sqs + +from place_exposition.models import PlaceExposition +from place_exposition.models import EXPOSITION_TYPE + +class SearchPlaceExpositionForm(AbstractSearch): + model = PlaceExposition + type = forms.ChoiceField(choices=EXPOSITION_TYPE, required=False) diff --git a/import_xls/excel_settings.py b/import_xls/excel_settings.py index 7175d9c5..62e9d1cd 100644 --- a/import_xls/excel_settings.py +++ b/import_xls/excel_settings.py @@ -8,7 +8,7 @@ from hvad.utils import get_translation_aware_manager def get_bool(value): if value: return 1 - return 0 + return '' def get_int(value): if not value: @@ -46,17 +46,56 @@ def get_tag(tag, theme): result += '['+','.join(tag_list)+']' return result +from place_exposition.models import EXPOSITION_TYPE -def get_place_type(): - pass +def get_place_type(value): + for t in EXPOSITION_TYPE: + if value == t[0]: + return t[1] + return t[0][1] +place_settings=[ + {'name': 'id', 'verbose_name': u'id', 'type': get_int, 'width':1500}, + {'name': 'name', 'verbose_name': u'Название', 'type': unicode}, + {'name': 'type', 'verbose_name': u'Тип', 'type': get_place_type},########## + {'name': 'main_title', 'verbose_name': u'Краткое описание', 'type': unicode}, + {'name': 'country', 'verbose_name': u'Страна', 'type': unicode}, + {'name': 'city', 'verbose_name': u'Город', 'type': unicode}, + {'name': 'address', 'verbose_name': u'Адресс', 'type': unicode}, + {'name': 'phone', 'verbose_name': u'Тел.', 'type': get_int}, + {'name': 'fax', 'verbose_name': u'Факс', 'type': get_int}, + {'name': 'web_page', 'verbose_name': u'Веб-сайт', 'type': unicode}, + {'name': 'email', 'verbose_name': u'Email', 'type': unicode}, + {'name': 'virtual_tour', 'verbose_name': u'Виртуальный тур', 'type': unicode}, + {'name': 'virtual_tour', 'verbose_name': u'Виртуальный тур', 'type': unicode}, + {'name': 'foundation_year', 'verbose_name': u'Год основания', 'type': get_int}, + {'name': 'event_in_year', 'verbose_name': u'Количество мероприятий в год', 'type': get_int}, + {'name': 'total_area', 'verbose_name': u'Общая выставочная площадь, кв. м.', 'type': get_int}, + {'name': 'closed_area', 'verbose_name': u'Закрытая выставочная площадь, кв. м.', 'type': get_int}, + {'name': 'open_area', 'verbose_name': u'Открытая выставочная площадь, кв. м.', 'type': get_int}, + {'name': 'total_pavilions', 'verbose_name': u'Количество павильонов', 'type': get_int}, + {'name': 'total_halls', 'verbose_name': u'Конференц-залы', 'type': get_int}, + {'name': 'bank', 'verbose_name': u'Банк/Банкоматы/Обмен валюты', 'type': get_bool}, + {'name': 'children_room', 'verbose_name': u'Детская комната', 'type': get_bool}, + {'name': 'disabled_service', 'verbose_name': u'Сервис для людей с ограниченными физическими возможностями', 'type': get_bool}, + {'name': 'conference_centre', 'verbose_name': u'Конгресс-центр', 'type': get_bool}, + {'name': 'business_centre', 'verbose_name': u'Бизнес-центр', 'type': get_bool}, + {'name': 'online_registration', 'verbose_name': u'On-line регистрация', 'type': get_bool}, + {'name': 'wifi', 'verbose_name': u'Wi-Fi', 'type': get_bool}, + {'name': 'cafe', 'verbose_name': u'Кафе и рестораны', 'type': get_bool}, + {'name': 'terminals', 'verbose_name': u'Информационные терминалы', 'type': get_bool}, + {'name': 'parking', 'verbose_name': u'Парковка', 'type': get_bool}, + {'name': 'press_centre', 'verbose_name': u'Пресс-центр', 'type': get_bool}, + {'name': 'mobile_application', 'verbose_name': u'Мобильное приложение', 'type': get_bool}, + +] field_settings = [ {'name': 'id', 'verbose_name': u'id', 'type': get_int, 'width':1500}, {'name': 'url', 'verbose_name': u'url', 'type': unicode}, - {'name': 'name', 'verbose_name': u'Имя', 'type': unicode}, - {'name': 'type', 'verbose_name': u'Тип', 'type': get_place_type, 'width':8000}, + {'name': 'name', 'verbose_name': u'Название', 'type': unicode}, + #{'name': 'type', 'verbose_name': u'Тип', 'type': get_place_type, 'width':8000}, {'name': 'data_begin', 'verbose_name': u'Дата начала', 'type': unicode}, {'name': 'data_end', 'verbose_name': u'Дата окончания', 'type': unicode}, {'name': 'audience', 'verbose_name': u'Аудитория', 'type': get_audience}, diff --git a/import_xls/export_forms.py b/import_xls/export_forms.py index 842dc298..28470ff9 100644 --- a/import_xls/export_forms.py +++ b/import_xls/export_forms.py @@ -100,8 +100,39 @@ class ExportTagForm(ExportForm): def get_fname(self): return 'tags.xls' +from excel_settings import place_settings + class ExportPlaceExpositionForm(ExportForm): model = PlaceExposition + def export(self): + data = self.cleaned_data + objects = self.get_objects(data) + if not objects: + # not found any objects + return None + + for row, object in enumerate(objects): + # column number + + col = 0 + for field in place_settings: + try: + value = getattr(object, field['name']) + except AttributeError: + # doesnt have such field. exit from iteration + continue + + if row == 0: + # first iteration. set names. set columns width + self.worksheet.write(0, col, field.get('verbose_name', 'default'), self.style) + #self.worksheet.write(1, col, field.get('name'), self.style) + self.worksheet.col(col).width = field.get('width', 3333) + if field['name']=='tag': + self.worksheet.write(row+1, col, field.get('type')(value, object.theme)) + else: + self.worksheet.write(row+1, col, field.get('type')(value)) + col += 1 + return self.workbook def get_fname(self): return 'places.xls' diff --git a/place_exposition/models.py b/place_exposition/models.py index 88afef1a..5e3e6d78 100644 --- a/place_exposition/models.py +++ b/place_exposition/models.py @@ -89,6 +89,11 @@ class PlaceExposition(TranslatableModel): class Meta: ordering = ['translations__name'] + def get_index_text(self): + names = [tr.name for tr in self.translations.all()] + return names + + def __unicode__(self): return self.lazy_translation_getter('name', unicode(self.pk)) @@ -116,9 +121,7 @@ class PlaceExposition(TranslatableModel): def get_scheme(self): scheme = self.files.filter(purpose='scheme teritory') return scheme - if scheme: - return scheme[0] - return scheme + def events(self): events = Exposition.objects.filter(place=self)[:6] diff --git a/place_exposition/search_indexes.py b/place_exposition/search_indexes.py new file mode 100644 index 00000000..9235ffbf --- /dev/null +++ b/place_exposition/search_indexes.py @@ -0,0 +1,31 @@ +from haystack import indexes +from models import PlaceExposition +from django.conf import settings + + + + +class PlaceExpositionIndex(indexes.SearchIndex, indexes.Indexable): + text = indexes.CharField(document=True, use_template=True) + where = indexes.MultiValueField() + def prepare_where(self, obj): + country = [tr.name for tr in obj.country.translations.all()] + city = [tr.name for tr in obj.city.translations.all()] + + return country + city + + """ + translations = indexes.MultiValueField() + + def prepare_translations(self, obj): + + return [tr.name for tr in obj.translations.all()] + """ + + def get_model(self): + return PlaceExposition + + def index_queryset(self, using=None): + + return self.get_model().objects.filter() + diff --git a/place_exposition/views.py b/place_exposition/views.py index a03303c3..bce56c6d 100644 --- a/place_exposition/views.py +++ b/place_exposition/views.py @@ -2,6 +2,7 @@ from django.shortcuts import render_to_response from django.http import HttpResponseRedirect, HttpResponse from django.template import RequestContext +from django.core.context_processors import csrf from django.http import Http404 from django.shortcuts import get_object_or_404 #models @@ -31,4 +32,4 @@ def place(request, url, photo=None): if photo: args['object'] = place return render_to_response('photoreport.html', args, context_instance=RequestContext(request)) - return render_to_response('place.html', args, context_instance=RequestContext(request)) + return render_to_response('place.html', args, context_instance=RequestContext(request)) \ No newline at end of file diff --git a/proj/urls.py b/proj/urls.py index d1732473..1b4239b0 100644 --- a/proj/urls.py +++ b/proj/urls.py @@ -2,7 +2,7 @@ from django.conf.urls import patterns, include, url from views import AdvertisingView -from core.views import PlaceListView, PlacePhotoView +from core.views import PlaceListView, PlacePhotoView, PlaceSearchView from views import MainPageView @@ -22,6 +22,7 @@ urlpatterns = patterns('', url(r'^messages/', include('django_messages.urls')), url(r'^advertising/$', AdvertisingView.as_view()), + url(r'^places/search/$', PlaceSearchView.as_view()), url(r'^places/(?P.*)/photo/$', PlacePhotoView.as_view()), url(r'^places/(?P.*)/(?P\d+)/$', PlaceListView.as_view()), url(r'^places/(?P\d+)/$', PlaceListView.as_view()), diff --git a/schema.xml b/schema.xml index d0205d63..6af8aead 100644 --- a/schema.xml +++ b/schema.xml @@ -150,6 +150,8 @@ + + diff --git a/templates/client/base_catalog.html b/templates/client/base_catalog.html index bd493293..db3c48e5 100644 --- a/templates/client/base_catalog.html +++ b/templates/client/base_catalog.html @@ -52,7 +52,10 @@
- {% include 'client/includes/catalog_search.html' %} + + {% with search_form=search_form search_action=search_action%} + {% include 'client/includes/catalog_search.html' %} + {% endwith %} {% block bread_scrumbs %} {% with filter=filter %} diff --git a/templates/client/includes/catalog_search.html b/templates/client/includes/catalog_search.html index 7592d8a5..08402a08 100644 --- a/templates/client/includes/catalog_search.html +++ b/templates/client/includes/catalog_search.html @@ -2,31 +2,31 @@ {% load i18n %}
-
-
{% trans 'поиск событий' %}
-
-
-
-
- -
-
-
-
-
- -
-
-
-
- -
-
-
-
{% trans 'Тематика: ' %}Не важно
-
{% trans 'Место: ' %}Не важно
-
{% trans 'Период: ' %}Не важно
-
-
-
-
\ No newline at end of file +
+
{% trans 'поиск событий' %}
+
+
+
+
+ +
{{ search_form.q }}
+
+
+
+
+ +
{{ search_form.w }}
+
+
+
+ +
+
+
+
{% trans 'Тематика: ' %}Не важно
+
{% trans 'Место: ' %}Не важно
+
{% trans 'Период: ' %}Не важно
+
+
+
+
\ No newline at end of file diff --git a/templates/client/includes/place/search_result.html b/templates/client/includes/place/search_result.html new file mode 100644 index 00000000..59a5b7a2 --- /dev/null +++ b/templates/client/includes/place/search_result.html @@ -0,0 +1,59 @@ +{% load static %} +{% load i18n %} +{% load template_filters %} + + \ No newline at end of file diff --git a/templates/client/place/search.html b/templates/client/place/search.html new file mode 100644 index 00000000..153fec59 --- /dev/null +++ b/templates/client/place/search.html @@ -0,0 +1,70 @@ +{% extends 'base_catalog.html' %} +{% load i18n %} +{% load template_filters %} + +{% block bread_scrumbs %} + +{% endblock %} + +{% block page_title %} +
+

{% trans 'Поиск' %}:

+
+{% endblock %} + +{% block content_list %} + + {% with query=object_list %} + {% include 'includes/place/search_result.html' %} + {% endwith %} +{% endblock %} + +{% block paginator %} + + {% if page_obj.paginator.num_pages > 1 %} + + {% endif %} +{% endblock %} \ No newline at end of file diff --git a/templates/client/search/indexes/accounts/user_text.txt b/templates/client/search/indexes/accounts/user_text.txt new file mode 100644 index 00000000..638e6342 --- /dev/null +++ b/templates/client/search/indexes/accounts/user_text.txt @@ -0,0 +1,3 @@ +{{ object.first_name }} +{{ object.last_name }} +{{ object.email }} \ No newline at end of file diff --git a/templates/client/search/indexes/city/city_text.txt b/templates/client/search/indexes/city/city_text.txt new file mode 100644 index 00000000..28701c17 --- /dev/null +++ b/templates/client/search/indexes/city/city_text.txt @@ -0,0 +1 @@ +{{ object.name }} \ No newline at end of file diff --git a/templates/client/search/indexes/place_exposition/placeexposition_text.txt b/templates/client/search/indexes/place_exposition/placeexposition_text.txt new file mode 100644 index 00000000..1f2c863f --- /dev/null +++ b/templates/client/search/indexes/place_exposition/placeexposition_text.txt @@ -0,0 +1,4 @@ +{% for text in object.get_index_text %} + {{ text }} +{% endfor %} +