setup fix

This commit is contained in:
Neythen Treloar 2022-02-26 17:00:19 +00:00
parent e3d88133da
commit 21f28e0977
3 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
{"update_available": false, "first_boot": false}
{"update_available": false, "first_boot": true}

View File

@ -87,6 +87,8 @@ def index():
feature_settings = json.load(open('csv/display_settings.json', 'r'))
print('professional',professional)
if not professional:
currently_displaying = json.load(open('csv/display_settings.json', 'r'))[1]
not_displaying = [f for f in all_features if f not in currently_displaying[0]]

File diff suppressed because one or more lines are too long