added all settings for messages, gifs, images and professional
This commit is contained in:
@@ -77,6 +77,7 @@ def index():
|
||||
team_stats = json.load(open('csv/league_tables.json', 'r'))
|
||||
image_settings = json.load(open('csv/image_settings.json', 'r'))
|
||||
GIF_settings = json.load(open('csv/GIF_settings.json', 'r'))
|
||||
message_settings = json.load(open('csv/message_settings.json', 'r'))
|
||||
|
||||
|
||||
templateData = {
|
||||
@@ -93,7 +94,8 @@ def index():
|
||||
'live_games': live_games,
|
||||
'team_stats': team_stats,
|
||||
'image_settings':image_settings,
|
||||
'GIF_settings':GIF_settings
|
||||
'GIF_settings':GIF_settings,
|
||||
'message_settings':message_settings
|
||||
}
|
||||
return render_template('index.html', **templateData)
|
||||
|
||||
|
Reference in New Issue
Block a user