From b45c3a7765568719bee2c779631c8f8bebce3690 Mon Sep 17 00:00:00 2001 From: Folltoshe Date: Sun, 17 Nov 2024 20:58:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 50d840c..1426c8a 100644 --- a/run.py +++ b/run.py @@ -4,7 +4,7 @@ import subprocess if __name__ == "__main__": - parser = argparse.ArgumentParser(escription="Script to set environment variables and run different environments.") + parser = argparse.ArgumentParser(description="Script to set environment variables and run different environments.") parser.add_argument( "environment", choices=["production", "development"],