File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ def main(config) -> None:
5050 # Проверяем и устанавливаем переменные окружения если их нет
5151 check_and_set_env_var ("VIDEO_SRC" , "test_videos/test_video.mp4" )
5252 check_and_set_env_var ("ROADS_JSON" , "configs/entry_exit_lanes.json" )
53- check_and_set_env_var ("TOPIC_NAME" , "statistic_1 " )
53+ check_and_set_env_var ("TOPIC_NAME" , "statistics_1 " )
5454 check_and_set_env_var ("CAMERA_ID" , 1 )
5555 main ()
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def main(config) -> None:
134134 # Проверяем и устанавливаем переменные окружения если их нет
135135 check_and_set_env_var ("VIDEO_SRC" , "test_videos/test_video.mp4" )
136136 check_and_set_env_var ("ROADS_JSON" , "configs/entry_exit_lanes.json" )
137- check_and_set_env_var ("TOPIC_NAME" , "statistic_1 " )
137+ check_and_set_env_var ("TOPIC_NAME" , "statistics_1 " )
138138 check_and_set_env_var ("CAMERA_ID" , 1 )
139139
140140 main ()
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def main(config) -> None:
111111 # Проверяем и устанавливаем переменные окружения если их нет
112112 check_and_set_env_var ("VIDEO_SRC" , "test_videos/test_video.mp4" )
113113 check_and_set_env_var ("ROADS_JSON" , "configs/entry_exit_lanes.json" )
114- check_and_set_env_var ("TOPIC_NAME" , "statistic_1 " )
114+ check_and_set_env_var ("TOPIC_NAME" , "statistics_1 " )
115115 check_and_set_env_var ("CAMERA_ID" , 1 )
116116 ts = time ()
117117 main ()
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def main(config) -> None:
110110 # Проверяем и устанавливаем переменные окружения если их нет
111111 check_and_set_env_var ("VIDEO_SRC" , "test_videos/test_video.mp4" )
112112 check_and_set_env_var ("ROADS_JSON" , "configs/entry_exit_lanes.json" )
113- check_and_set_env_var ("TOPIC_NAME" , "statistic_1 " )
113+ check_and_set_env_var ("TOPIC_NAME" , "statistics_1 " )
114114 check_and_set_env_var ("CAMERA_ID" , 1 )
115115 ts = time ()
116116 main ()
You can’t perform that action at this time.
0 commit comments