setup fix
This commit is contained in:
@@ -1 +1 @@
|
|||||||
{"update_available": false, "first_boot": false}
|
{"update_available": false, "first_boot": true}
|
||||||
|
@@ -87,6 +87,8 @@ def index():
|
|||||||
|
|
||||||
feature_settings = json.load(open('csv/display_settings.json', 'r'))
|
feature_settings = json.load(open('csv/display_settings.json', 'r'))
|
||||||
|
|
||||||
|
print('professional',professional)
|
||||||
|
|
||||||
if not professional:
|
if not professional:
|
||||||
currently_displaying = json.load(open('csv/display_settings.json', 'r'))[1]
|
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]]
|
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
Reference in New Issue
Block a user