Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'blenderkit/download.py')
-rw-r--r--blenderkit/download.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/blenderkit/download.py b/blenderkit/download.py
index f6209b5f..ac83594e 100644
--- a/blenderkit/download.py
+++ b/blenderkit/download.py
@@ -809,6 +809,7 @@ class Downloader(threading.Thread):
t = '%iKB' % fskb
else:
t = ' %iMB' % fsmb
+
tcom.report = f'Downloading {t} {self.resolution}'
dl = 0