fixes really annoying multiple-line progress indicator in SD console

thanks @prodigy1!
pull/45/head
zero01101 2023-03-10 16:16:48 -06:00
parent 989a3fa0e8
commit 3019f91477
2 changed files with 2 additions and 2 deletions

2
app

@ -1 +1 @@
Subproject commit e1a694281ee0d7fe410e913166644884ec048b82
Subproject commit 42626e0310a6e352a8f7c4f7e0022c76ac468c1a

View File

@ -53,7 +53,7 @@ def update_app():
git = os.environ.get('GIT', "git")
# print(scripts.basedir)
run(f'"{git}" -C "' + os.path.join(scripts.basedir(), usefulDirs[0], usefulDirs[1]) +
'" submodule update --init --recursive --remote')
'" submodule update --init --recursive --remote', live=True)
def add_tab():