grpc will now always be ran, but can be configured through command line or core.conf

This commit is contained in:
Blake Harnden 2019-10-18 14:28:50 -07:00
parent c5ce85b235
commit e298a2a5c1
2 changed files with 8 additions and 11 deletions

View file

@ -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 --grpc"
core = "python scripts/core-daemon -f data/core.conf -l data/logging.conf"
test = "pytest -v tests"
test_emane = "pytest -v tests/emane"