diff --git a/scripts/submit-theme.py b/scripts/submit-theme.py index fcc58636..d161d2a3 100644 --- a/scripts/submit-theme.py +++ b/scripts/submit-theme.py @@ -175,7 +175,7 @@ Just joking, you can do whatever you want. You're the boss. print("Detected preferences file. Please review the preferences below.") print(prefs) theme['preferences'] = get_static_asset(theme_id, PREFERENCES_FILE) - json.dump(prefs, f) + json.dump(prefs, f, indent=4) else: print("No preferences detected.") os.remove(prefs_file)