bug fix
This commit is contained in:
parent
aee5995c1a
commit
f2e8db1b48
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue