mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
4523c9b06d
* Set User Agent for FFmpeg calls * Allow to use shell-like string args * Add test for arg as string with space
13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Launch Frigate",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "frigate",
|
|
"justMyCode": true
|
|
}
|
|
]
|
|
}
|