Commit cbc41f18 by Tu Nombre

Anti mamadas por exeso de mail 6

1 parent c077cdf0
...@@ -97,6 +97,7 @@ class Process: ...@@ -97,6 +97,7 @@ class Process:
elif partial: elif partial:
self.conn.query("UPDATE msg SET state = ?, type = ? WHERE id = ?",(States.partial,json.dumps(d),query[Table.id])) self.conn.query("UPDATE msg SET state = ?, type = ? WHERE id = ?",(States.partial,json.dumps(d),query[Table.id]))
if salio > 20: if salio > 20:
print("corto para q no se aga larga proces 100")
return() return()
# devuelve el estado de un mensaje, lo archiva si está enviado # devuelve el estado de un mensaje, lo archiva si está enviado
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!