From 65e758e134fc018112a99af64a0649779c878011 Mon Sep 17 00:00:00 2001 From: kingbri Date: Sat, 3 Aug 2024 15:07:01 -0400 Subject: [PATCH] Tree: Format Signed-off-by: kingbri --- start.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/start.py b/start.py index aba9bc3..f38fa41 100644 --- a/start.py +++ b/start.py @@ -139,6 +139,7 @@ def migrate_gpu_lib(): "The old file has been deleted." ) + if __name__ == "__main__": subprocess.run(["pip", "-V"]) @@ -224,8 +225,8 @@ if __name__ == "__main__": print( "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." + "If something goes wrong, editing or deleting the file " + "will reinstall TabbyAPI as a first-time user." ) # Import entrypoint after installing all requirements