mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
close #387
This commit is contained in:
parent
346515ccf1
commit
1b71294aab
|
@ -375,11 +375,12 @@ class Up2k(object):
|
|||
if ineed == ihash or not ineed:
|
||||
continue
|
||||
|
||||
poke = job["poke"]
|
||||
zt = (
|
||||
ineed / ihash,
|
||||
job["size"],
|
||||
int(job["t0c"]),
|
||||
int(job["poke"]),
|
||||
int(job.get("t0c", poke)),
|
||||
int(poke),
|
||||
djoin(vtop, job["prel"], job["name"]),
|
||||
)
|
||||
ret.append(zt)
|
||||
|
|
Loading…
Reference in a new issue