smoother spinner transition on startup

old-commit-hash: 7a3d195f537230539566d7fe79940de9b77f099a
This commit is contained in:
Comma Device
2021-03-09 22:59:43 -08:00
parent 865974a40b
commit 4f26444344
+1
View File
@@ -201,6 +201,7 @@ def main(spinner=None):
if __name__ == "__main__":
unblock_stdout()
spinner = Spinner()
#spinner.update_progress(MAX_BUILD_PROGRESS, 100)
try:
main(spinner)