瀏覽代碼

Move main module in tasks.py to

Getty Ritter 5 年之前
父節點
當前提交
d4ac7f0fcb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tasks.py

+ 1 - 1
tasks.py

@@ -13,7 +13,7 @@ def run(c, port=8080, host="127.0.0.1"):
     """Run a debug server locally"""
     c.run(
         f"poetry run python -m flask run -p {port} -h {host}",
-        env={"FLASK_APP": "lc/main.py"},
+        env={"FLASK_APP": "lament-configuration.py"},
     )