And fix the headless example scripts to not pass an argument to headless, woops

This commit is contained in:
Dustin Carlino 2020-10-14 10:49:24 -05:00
parent eb7ee6d57d
commit cd1d790659
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ how many trips need to be cancelled to substantially speed up remaining ones.
Before running this script, start the API server:
> cargo run --release --bin headless -- --port=1234 data/system/scenarios/montlake/weekday.bin
> cargo run --release --bin headless -- --port=1234
*/
package main

View File

@ -2,7 +2,7 @@
# This example will see how changing one traffic signal affects trip times.
# Before running this script, start the API server:
#
# > cargo run --release --bin headless -- --port=1234 data/system/scenarios/montlake/weekday.bin
# > cargo run --release --bin headless -- --port=1234
import json
# You may need to install https://requests.readthedocs.io