Iniciado refresher.

This commit is contained in:
pablomartincalvo 2018-10-14 19:24:17 +02:00
parent e0216060b9
commit 8f5a120096
4 changed files with 164 additions and 69 deletions

View file

@ -20,6 +20,17 @@ class CapturasInterface():
self.anunciosdb.query(query_statement, query_parameters)
def old_ads_exist(self):
#TODO Mira si hay algun anuncio que este viejete y necesite refresco
def get_old_ad(self):
#TODO Recuperar anuncio que este viejete y que necesite refresco
def mark_dead_ad(self, referencia):
#TODO Marca un anuncio como muerto
capturas_interface = CapturasInterface()