mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
fix: 修复报错
This commit is contained in:
parent
5442e3340b
commit
b45c3a7765
2
run.py
2
run.py
@ -4,7 +4,7 @@ import subprocess
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
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(
|
parser.add_argument(
|
||||||
"environment",
|
"environment",
|
||||||
choices=["production", "development"],
|
choices=["production", "development"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user