From c0c0a1a83aae89770b936285da006b18b8c83a97 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 16 Sep 2024 01:07:50 +0000 Subject: [PATCH] v1.15.3 --- copyparty/__version__.py | 2 +- copyparty/httpcli.py | 2 +- copyparty/up2k.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 3f868979..4fe76eb7 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (1, 15, 2) +VERSION = (1, 15, 3) CODENAME = "fill the drives" BUILD_DT = (2024, 9, 16) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index aaae8419..53a6e34b 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -3986,7 +3986,7 @@ class HttpCli(object): erd = quotep(rd) rds = rd.replace("/", " / ") spd = humansize(sz * fdone / td, True) + "/s" - eta = s2hms((td / fdone) - td, True) + eta = s2hms((td / fdone) - td, True) if rem < 1 else "--" idle = s2hms(now - poke, True) ups.append((int(100 * fdone), spd, eta, idle, erd, rds, fn)) except Exception as ex: diff --git a/copyparty/up2k.py b/copyparty/up2k.py index 9f61d399..7d5c6e62 100644 --- a/copyparty/up2k.py +++ b/copyparty/up2k.py @@ -288,7 +288,7 @@ class Up2k(object): else: mtpq = "(?)" if up_en: - ups = [(0, 0, time.time(), "cannot show list (server too busy)")] + ups = [(1, 0, 0, time.time(), "cannot show list (server too busy)")] ups.sort(reverse=True)