added a spinner for the pre-bootstrap phase

This commit is contained in:
Eugene Pankov
2021-11-14 16:54:51 +01:00
parent dd5bf0773e
commit e1b0d01ac3
4 changed files with 56 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ for key in [
'ENABLE_LOGIN',
'ENABLE_HOMEPAGE',
]:
globals()[key] = bool(globals()[key]) if globals()[key] else None
globals()[key] = globals()[key] == 'True'
for key in [