missing "

This commit is contained in:
Justin
2023-08-29 22:24:34 +08:00
committed by GitHub
parent 23da9ad83a
commit 3d09fa5d2c

View File

@@ -7229,7 +7229,7 @@ class StockTicker():
with open('csv/clock1_settings.json', 'r') as f:
clock1_set = json.load(f)
except:
clock1_set1 = {"speed": "fast", "transition": "up", "pause": "20", "speed2": "fast}
clock1_set1 = {"speed": "fast", "transition": "up", "pause": "20", "speed2": "fast"}
with open('csv/clock1_settings.json', 'w') as f:
json.dump(clock1_set1, f)
clock1_set = clock1_set1