mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2025-10-21 20:00:36 +00:00
Fix typo
This commit is contained in:
parent
91759fb94f
commit
74aab9666f
@ -25,6 +25,7 @@ pip install .
|
||||
|
||||
`./main.py -sc <int>` -- Plays sound file located in `/assets/sound/move.mp3` whenever green light signal is detected via camera.
|
||||
|
||||
### Tip
|
||||
Replace `<int>` with your camera number specified by the operating system. Probably `0` or `1`, but can be higher.
|
||||
|
||||
## To Do
|
||||
|
||||
@ -3,7 +3,7 @@ requires = ["setuptools>=42.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addops = "--cov=TrafficLightDetector"
|
||||
addopts = "--cov=TrafficLightDetector"
|
||||
testpaths = ["tests"]
|
||||
|
||||
[tool.mypy]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user