mirror of
https://github.com/9001/copyparty.git
synced 2025-08-19 18:02:28 -06:00
v0.8.3
This commit is contained in:
parent
82fb21ae69
commit
96164cb934
|
@ -1,6 +1,6 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (0, 8, 2)
|
VERSION = (0, 8, 3)
|
||||||
CODENAME = "discovery"
|
CODENAME = "discovery"
|
||||||
BUILD_DT = (2021, 2, 22)
|
BUILD_DT = (2021, 2, 22)
|
||||||
|
|
||||||
|
|
|
@ -1275,7 +1275,7 @@ class HttpCli(object):
|
||||||
if self.writable:
|
if self.writable:
|
||||||
perms.append("write")
|
perms.append("write")
|
||||||
|
|
||||||
logues = [None, None]
|
logues = ["", ""]
|
||||||
for n, fn in enumerate([".prologue.html", ".epilogue.html"]):
|
for n, fn in enumerate([".prologue.html", ".epilogue.html"]):
|
||||||
fn = os.path.join(abspath, fn)
|
fn = os.path.join(abspath, fn)
|
||||||
if os.path.exists(fsenc(fn)):
|
if os.path.exists(fsenc(fn)):
|
||||||
|
|
Loading…
Reference in a new issue