fix spinner

old-commit-hash: 7a1e229a9a
commatwo_master
Willem Melching 5 years ago
parent 8fe78bbf06
commit 8581c25600
  1. 2
      selfdrive/manager.py

@ -78,7 +78,7 @@ import traceback
from multiprocessing import Process
# Run scons
spinner = Spinner(noop=(__name__ != "main" or not ANDROID))
spinner = Spinner(noop=(__name__ != "__main__" or not ANDROID))
spinner.update("0")
if not prebuilt:

Loading…
Cancel
Save