setup fix
This commit is contained in:
parent
e3d88133da
commit
21f28e0977
@ -1 +1 @@
|
|||||||
{"update_available": false, "first_boot": false}
|
{"update_available": false, "first_boot": true}
|
||||||
|
@ -86,6 +86,8 @@ def index():
|
|||||||
global professional
|
global professional
|
||||||
|
|
||||||
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]
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user