Compare commits

..
1 Commits
Author SHA1 Message Date
jjripaper 4ac762345e Quito log para produccion 2026-04-29 14:02:05 +02:00
-1
View File
@@ -41,7 +41,6 @@ def obtener_turnos(mon_id, qry):
cursor.execute(qry,{'monitor':mon_id})
datos = cursor.fetchall()
cursor.close()
print("Obteniendo los turnos bien...")
return datos
except Exception as e:
print(f"Error al conectar: {e}")