image duplication bug
This commit is contained in:
@@ -118,8 +118,6 @@ def index():
|
||||
return render_template('index.html', **templateData)
|
||||
|
||||
|
||||
|
||||
|
||||
@app.route ("/start", methods = ['PUT', 'POST'])
|
||||
def start():
|
||||
global displaying_screensaver
|
||||
@@ -502,7 +500,7 @@ def save_image_settings(input_settings):
|
||||
|
||||
current_settings['speed'] = input_settings['speed'].lower()
|
||||
current_settings['animation'] = input_settings['animation'].lower()
|
||||
current_settings['title'] = input_settings['title']
|
||||
|
||||
|
||||
del current_settings['feature']
|
||||
json.dump(current_settings, open('csv/' + filename, 'w+'))
|
||||
|
Reference in New Issue
Block a user