dfdfdd
This commit is contained in:
@@ -159,7 +159,9 @@ class HydrusNetwork:
|
||||
from models import ProgressBar
|
||||
|
||||
bar = ProgressBar()
|
||||
label = f"{self._log_prefix().strip('[]')} upload"
|
||||
# Keep the PipelineLiveProgress transfer line clean: show the file name.
|
||||
# (The hydrus instance/service is already visible in the logs above.)
|
||||
label = str(getattr(file_path, "name", None) or "upload")
|
||||
start_t = time.time()
|
||||
last_render_t = [start_t]
|
||||
sent = [0]
|
||||
|
||||
Reference in New Issue
Block a user