rename battleflow to encounterflow
This commit is contained in:
2
tasks.py
2
tasks.py
@@ -9,7 +9,7 @@ def install(c):
|
||||
@task
|
||||
def run(c, host="0.0.0.0", port=5050, token="changeme", data_dir=""):
|
||||
extra = f"--data-dir {data_dir}" if data_dir else ""
|
||||
c.run(f"python -m battleflow.cli --host {host} --port {port} --token {token} {extra}")
|
||||
c.run(f"python -m encounterflow.cli --host {host} --port {port} --token {token} {extra}")
|
||||
|
||||
@task
|
||||
def seed_icons(c, host="127.0.0.1", port=5050, token="changeme"):
|
||||
|
||||
Reference in New Issue
Block a user