Skip to content

Commit

Permalink
Screenrecorder: Remove UI init hack (commaai#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin committed Jun 25, 2023
1 parent 31dccdc commit afb4462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ def main() -> None:
manager_init()

# Start UI early so prepare can happen in the background
#if not prepare_only:
# managed_processes['ui'].start()
if not prepare_only:
managed_processes['ui'].start()

manager_prepare()

Expand Down

0 comments on commit afb4462

Please sign in to comment.