This commit is contained in:
ed
2021-06-14 03:05:50 +02:00
parent 473e773aea
commit fc024f789d
4 changed files with 6 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 11, 13)
VERSION = (0, 11, 14)
CODENAME = "the grid"
BUILD_DT = (2021, 6, 12)
BUILD_DT = (2021, 6, 14)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View File

@@ -185,7 +185,7 @@ class ThumbSrv(object):
break
with cond:
cond.wait()
cond.wait(3)
try:
st = os.stat(tpath)

View File

@@ -804,7 +804,6 @@ html.light #ghead {
content: '📂';
line-height: 0;
font-size: 2em;
display: inline-block;
margin: -.7em .1em -.5em -.3em;
}
#ggrid a:hover {