invert logic

This commit is contained in:
Blake Blackshear 2023-01-07 14:36:40 -06:00
parent 123c24dc65
commit c8a3e54145

View File

@ -7,7 +7,7 @@ from typing import Any
from frigate.version import VERSION from frigate.version import VERSION
from frigate.const import BTBN_PATH from frigate.const import BTBN_PATH
TIMEOUT_PARAM = "-timeout" if not os.path.exists(BTBN_PATH) else "-stimeout" TIMEOUT_PARAM = "-timeout" if os.path.exists(BTBN_PATH) else "-stimeout"
_user_agent_args = [ _user_agent_args = [
"-user_agent", "-user_agent",