missing "

This commit is contained in:
Justin 2023-08-29 22:24:34 +08:00 committed by GitHub
parent 23da9ad83a
commit 3d09fa5d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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