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

@ -86,6 +86,8 @@ def index():
global professional
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]

File diff suppressed because one or more lines are too long