Iniciado refresher.
This commit is contained in:
parent
e0216060b9
commit
8f5a120096
4 changed files with 164 additions and 69 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue