diff --git a/bouquin/main_window.py b/bouquin/main_window.py index cbcb312..1428384 100644 --- a/bouquin/main_window.py +++ b/bouquin/main_window.py @@ -627,7 +627,7 @@ If you want an encrypted backup, choose Backup instead of Export. elif selected_filter.startswith("SQL"): self.db.export_sql(filename) else: - self.db.export_by_extension(entries, filename) + self.db.export_by_extension(filename) QMessageBox.information(self, "Export complete", f"Saved to:\n{filename}") except Exception as e: