Commit 86011559 by Tu Nombre

Anti mamadas por exeso de mail 8

1 parent 08c3e4ee
......@@ -66,6 +66,7 @@ class Process:
print("enviando servicio ", serv)
salio = 0
rows = self.conn.query("SELECT * FROM msg WHERE state = ? and serv = ? ",(States.queued,serv))
print("cantidad pendiente ", len(rows))
for query in DBconnection.parseToTable(rows):
# si no existe la carpeta borrar el mensaje
if not os.path.exists(query[Table.path]):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!