mirror of
https://github.com/9001/copyparty.git
synced 2025-10-06 03:50:30 +02:00
up2k: cheap progress bars
This commit is contained in:
parent
171e93c201
commit
217d15fe81
3 changed files with 48 additions and 23 deletions
|
@ -1068,6 +1068,8 @@ class Up2k(object):
|
|||
with self.mutex:
|
||||
job = self.registry[ptop].get(wark, None)
|
||||
if not job:
|
||||
known = " ".join([x for x in self.registry[ptop].keys()])
|
||||
self.log("unknown wark [{}], known: {}".format(wark, known))
|
||||
raise Pebkac(400, "unknown wark")
|
||||
|
||||
if chash not in job["need"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue