From aa832b86276558e627a7feb2297ae9e01344b9ec Mon Sep 17 00:00:00 2001 From: kingbri Date: Tue, 10 Sep 2024 20:57:13 -0400 Subject: [PATCH] Tree: Format Signed-off-by: kingbri --- start.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.py b/start.py index 844976f..7e7776d 100644 --- a/start.py +++ b/start.py @@ -239,7 +239,8 @@ if __name__ == "__main__": start_file.write(json.dumps(start_options)) print( - "Successfully wrote your start script options to `start_options.json`. \n" + "Successfully wrote your start script options to " + "`start_options.json`. \n" "If something goes wrong, editing or deleting the file " "will reinstall TabbyAPI as a first-time user." )