DB update mechanism (#2458)

* Database update mechanism
This commit is contained in:
Soxoj
2026-04-04 18:00:50 +02:00
committed by Soxoj
parent 66b741793e
commit f3093fd5af
13 changed files with 766 additions and 7 deletions
+2
View File
@@ -48,6 +48,8 @@ DEFAULT_ARGS: Dict[str, Any] = {
'web': None,
'with_domains': False,
'xmind': False,
'no_autoupdate': False,
'force_update': False,
}