updated pipenv run core to default to turning on grpc
This commit is contained in:
parent
8ce6f650c4
commit
fbfc4929f1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
|
|||
verify_ssl = true
|
||||
|
||||
[scripts]
|
||||
core = "python scripts/core-daemon -f data/core.conf -l data/logging.conf"
|
||||
core = "python scripts/core-daemon -f data/core.conf -l data/logging.conf --grpc"
|
||||
test = "pytest -v tests"
|
||||
test_emane = "pytest -v tests/emane"
|
||||
|
||||
|
|
Loading…
Reference in a new issue