This commit is contained in:
ed
2023-03-12 16:10:07 +00:00
parent ae463518f6
commit b0cc396bca
7 changed files with 45 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 6, 7)
VERSION = (1, 6, 8)
CODENAME = "cors k"
BUILD_DT = (2023, 3, 5)
BUILD_DT = (2023, 3, 12)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View File

@@ -3428,7 +3428,7 @@ class HttpCli(object):
"url_suf": url_suf,
"logues": logues,
"readme": readme,
"title": html_escape(self.vpath, crlf=True) or "🎉",
"title": html_escape(self.vpath, crlf=True) or "💾🎉",
"srv_info": srv_infot,
"dtheme": self.args.theme,
"themes": self.args.themes,

View File

@@ -1263,6 +1263,7 @@ class Up2k(object):
if n_rm3:
self.log("forgetting {} deleted covers".format(n_rm3))
c2.connection.commit()
c2.close()
return n_rm + n_rm2