Some changes.
This commit is contained in:
parent
9e7194c8d9
commit
cd9c3b6e39
3 changed files with 17 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ class Geocoder:
|
|||
}
|
||||
capturas_interface.update_geo_data(
|
||||
ad_data["referencia"],
|
||||
ad_data["fecha_captura"],
|
||||
ad_data[b"fecha_captura"],
|
||||
geo_data["latitude"],
|
||||
geo_data["longitude"],
|
||||
geo_data["precision"],
|
||||
|
|
@ -46,7 +46,7 @@ class Geocoder:
|
|||
geo_data = self.cache.get_coordinates(address)
|
||||
capturas_interface.update_geo_data(
|
||||
ad_data["referencia"],
|
||||
ad_data["fecha_captura"],
|
||||
ad_data[b"fecha_captura"],
|
||||
geo_data["latitude"],
|
||||
geo_data["longitude"],
|
||||
geo_data["precision"],
|
||||
|
|
@ -67,7 +67,7 @@ class Geocoder:
|
|||
}
|
||||
capturas_interface.update_geo_data(
|
||||
ad_data["referencia"],
|
||||
ad_data["fecha_captura"],
|
||||
ad_data[b"fecha_captura"],
|
||||
geo_data["latitude"],
|
||||
geo_data["longitude"],
|
||||
geo_data["precision"],
|
||||
|
|
@ -86,7 +86,7 @@ class Geocoder:
|
|||
|
||||
capturas_interface.update_geo_data(
|
||||
ad_data["referencia"],
|
||||
ad_data["fecha_captura"],
|
||||
ad_data[b"fecha_captura"],
|
||||
geo_data["latitude"],
|
||||
geo_data["longitude"],
|
||||
geo_data["precision"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue