|
@@ -131,11 +131,11 @@ def procesar_trabajo(pendiente):
|
|
|
estacion = pendiente['estacion']
|
|
|
confianza = 35
|
|
|
segmento = 5
|
|
|
- if "segmento" in pendiente:
|
|
|
- segmento = int(pendiente["segmento"])
|
|
|
+ #if "segmento" in pendiente:
|
|
|
+ # segmento = int(pendiente["segmento"])
|
|
|
|
|
|
- if "confianza" in pendiente:
|
|
|
- confianza = int(pendiente["confianza"])
|
|
|
+ #if "confianza" in pendiente:
|
|
|
+ # confianza = int(pendiente["confianza"])
|
|
|
|
|
|
# Descarga de anuncios
|
|
|
log.info("Descargando anuncios")
|