Testeando error en geocoder.
This commit is contained in:
parent
600ff889be
commit
98b9c48a6a
3 changed files with 48 additions and 18 deletions
|
|
@ -26,6 +26,12 @@ class Geocoder:
|
|||
geo_data = {'latitude': None,
|
||||
'longitude': None,
|
||||
'precision': 'SIN RESULTADOS'}
|
||||
print(ad_data['referencia'],
|
||||
ad_data['fecha_captura'],
|
||||
geo_data['latitude'],
|
||||
geo_data['longitude'],
|
||||
geo_data['precision'])
|
||||
|
||||
capturas_interface.update_geo_data(ad_data['referencia'],
|
||||
ad_data['fecha_captura'],
|
||||
geo_data['latitude'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue