fix: use Python ask.py instead of Rust binary to avoid compilation

This commit is contained in:
2026-03-28 15:46:48 +01:00
parent 533b9d265e
commit 3788e2cc81
4 changed files with 5 additions and 10 deletions

View File

@@ -695,7 +695,7 @@ fn draw_content(f: &mut Frame, app: &mut App, area: Rect) {
// Status bar
f.render_widget(
Paragraph::new(format!(
"✓ gen: {} consulta: {} {} linha(s)",
"✓ gerar SQL: {} consulta: {} {} resultado(s)",
gen_s, run_s, n
))
.style(Style::default().fg(Color::Green)),