From 96164cb93462d5f4103ab090364fbc92731c4b56 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 22 Feb 2021 21:58:37 +0100 Subject: [PATCH] v0.8.3 --- copyparty/__version__.py | 2 +- copyparty/httpcli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 044b27b0..3cbe8f98 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 8, 2) +VERSION = (0, 8, 3) CODENAME = "discovery" BUILD_DT = (2021, 2, 22) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 38f3d85c..bf504984 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -1275,7 +1275,7 @@ class HttpCli(object): if self.writable: perms.append("write") - logues = [None, None] + logues = ["", ""] for n, fn in enumerate([".prologue.html", ".epilogue.html"]): fn = os.path.join(abspath, fn) if os.path.exists(fsenc(fn)):