Merge pull request #150 from henk717/united

Update to united
This commit is contained in:
ebolam
2022-09-21 13:50:29 -04:00
committed by GitHub

View File

@@ -186,7 +186,7 @@ def _download_with_aria2(aria2_config: str, total_length: int, directory: str =
if bar != "":
try:
print(bar, end="\n")
print('\r' + bar, end='')
try:
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)
except: