diff --git a/server.py b/server.py index b1852d4..f11fdf4 100755 --- a/server.py +++ b/server.py @@ -125,6 +125,7 @@ def index(): f = open('csv/display_settings.json', 'r') feature_settings = json.load(f) + feature_settings2 = feature_settings[0] f.close() @@ -253,7 +254,8 @@ def index(): templateData = { 'system_info':system_info, - 'currently_displaying': currently_displaying, + 'currently_displaying': currently_displaying, + 'feature_settings2': feature_settings2, 'not_displaying': not_displaying, 'not_displaying2': not_displaying2, 'stocks_settings': stocks_settings,