From f2e8db1b48b660dccc0257d31eb0e6dda048ffbc Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Sat, 9 Aug 2025 01:38:09 -0700 Subject: [PATCH] bug fix --- ui/pages/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pages/dashboard.py b/ui/pages/dashboard.py index c6b3712d..5e50726b 100644 --- a/ui/pages/dashboard.py +++ b/ui/pages/dashboard.py @@ -2474,7 +2474,7 @@ class DashboardPage(QWidget): logger.info(f"✅ Automatic database update completed: {successful} items processed successfully") else: logger.info("💡 Automatic database update completed - no new content found") - + self.refresh_database_statistics() # Clean up the worker if hasattr(self, '_auto_database_worker'): self._auto_database_worker.deleteLater()