mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +03:00
And fix the headless example scripts to not pass an argument to headless, woops
This commit is contained in:
parent
eb7ee6d57d
commit
cd1d790659
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user