professional speed fix
This commit is contained in:
@@ -562,6 +562,7 @@ def save_trade_settings(input_settings):
|
||||
f.close()
|
||||
|
||||
current_settings['speed'] = input_settings['speed'].lower()
|
||||
current_settings['speed2'] = input_settings['speed2'].lower()
|
||||
current_settings['animation'] = input_settings['animation'].lower()
|
||||
current_settings['percent'] = input_settings['percent']
|
||||
current_settings['point'] = input_settings['point']
|
||||
@@ -599,6 +600,7 @@ def save_weather_settings(input_settings):
|
||||
current_settings = json.load(open('csv/' + filename, 'r'))
|
||||
|
||||
current_settings['speed'] = input_settings['speed'].lower()
|
||||
current_settings['speed2'] = input_settings['speed2'].lower()
|
||||
current_settings['animation'] = input_settings['animation'].lower()
|
||||
current_settings['temp'] = input_settings['temp'].lower()
|
||||
current_settings['wind_speed'] = input_settings['wind_speed'].lower()
|
||||
@@ -638,6 +640,7 @@ def save_news_settings(input_settings):
|
||||
print(current_settings)
|
||||
|
||||
current_settings['speed'] = input_settings['speed'].lower()
|
||||
current_settings['speed2'] = input_settings['speed2'].lower()
|
||||
current_settings['animation'] = input_settings['animation'].lower()
|
||||
current_settings['title'] = input_settings['title']
|
||||
current_settings['category'] = input_settings['category']
|
||||
@@ -678,6 +681,7 @@ def save_sports_settings(input_settings):
|
||||
current_settings = json.load(open('csv/' + filename, 'r'))
|
||||
|
||||
current_settings['speed'] = input_settings['speed'].lower()
|
||||
current_settings['speed2'] = input_settings['speed2'].lower()
|
||||
current_settings['animation'] = input_settings['animation'].lower()
|
||||
current_settings['title'] = input_settings['title']
|
||||
current_settings['feature'] = input_settings['feature']
|
||||
@@ -706,6 +710,7 @@ def save_image_settings(input_settings):
|
||||
current_settings = input_settings
|
||||
|
||||
current_settings['speed'] = input_settings['speed'].lower()
|
||||
current_settings['speed2'] = input_settings['speed2'].lower()
|
||||
current_settings['animation'] = input_settings['animation'].lower()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user