@@ -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}")
The note is not visible to the blocked user.