DB update mechanism (#2458)

* Database update mechanism
This commit is contained in:
Soxoj
2026-04-04 18:00:50 +02:00
committed by GitHub
parent e8f4318e5d
commit 269d50eedc
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,
}