Mas cambios en deployer.
This commit is contained in:
commit
906d8b5cd9
4 changed files with 2 additions and 5 deletions
|
|
@ -13,13 +13,10 @@ class Geocoder:
|
|||
def start(self):
|
||||
|
||||
while True:
|
||||
sleep(1)
|
||||
|
||||
print("Exists: {}".format(capturas_interface.not_geocoded_captura_exists()))
|
||||
sleep(120)
|
||||
|
||||
if capturas_interface.not_geocoded_captura_exists():
|
||||
ad_data = capturas_interface.get_not_geocoded_captura()
|
||||
print(ad_data)
|
||||
else:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue