Avances en sistema de deployment y configuracion.
This commit is contained in:
parent
25e52a9e25
commit
9a7ba03cd9
11 changed files with 1054 additions and 215 deletions
|
|
@ -3,7 +3,7 @@ sys.path.append('..')
|
|||
import requests
|
||||
from time import sleep
|
||||
from db_layer.capturas_interface import capturas_interface
|
||||
|
||||
from core.config import google_api_key
|
||||
|
||||
class Geocoder:
|
||||
|
||||
|
|
@ -127,7 +127,7 @@ class GeocodingTask:
|
|||
def __init__(self, address):
|
||||
self.request_parameters = {'address': address,
|
||||
'region': 'es',
|
||||
'key': 'AIzaSyCnKj0WnsxVZcaoxeAYkuRw3cKRNGiISYA'}
|
||||
'key': google_api_key}
|
||||
self.tries = 0
|
||||
|
||||
def geocode(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue