mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
forgot these
pyinstaller/build.sh: fix jinja2 after upgrade up2k.py: fix double-hs after dupe finalize
This commit is contained in:
parent
57a56073d8
commit
3c90cec0cd
|
@ -3709,8 +3709,9 @@ class Up2k(object):
|
||||||
if self.idx_wark(vflags, *z2):
|
if self.idx_wark(vflags, *z2):
|
||||||
del self.registry[ptop][wark]
|
del self.registry[ptop][wark]
|
||||||
else:
|
else:
|
||||||
for k in "host tnam busy sprs poke t0c".split():
|
for k in "host tnam busy sprs poke".split():
|
||||||
del job[k]
|
del job[k]
|
||||||
|
job.pop("t0c", None)
|
||||||
job["t0"] = int(job["t0"])
|
job["t0"] = int(job["t0"])
|
||||||
job["hash"] = []
|
job["hash"] = []
|
||||||
job["done"] = 1
|
job["done"] = 1
|
||||||
|
|
|
@ -79,7 +79,6 @@ excl=(
|
||||||
email.parser
|
email.parser
|
||||||
importlib.resources
|
importlib.resources
|
||||||
importlib_resources
|
importlib_resources
|
||||||
inspect
|
|
||||||
multiprocessing
|
multiprocessing
|
||||||
packaging
|
packaging
|
||||||
pdb
|
pdb
|
||||||
|
@ -99,6 +98,7 @@ excl=(
|
||||||
PIL.ImageWin
|
PIL.ImageWin
|
||||||
PIL.PdfParser
|
PIL.PdfParser
|
||||||
) || excl+=(
|
) || excl+=(
|
||||||
|
inspect
|
||||||
PIL
|
PIL
|
||||||
PIL.ExifTags
|
PIL.ExifTags
|
||||||
PIL.Image
|
PIL.Image
|
||||||
|
|
Loading…
Reference in a new issue