mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
v0.11.6
This commit is contained in:
parent
b1f2c4e70d
commit
9c8ccabe8e
|
@ -1,6 +1,6 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 11, 5)
|
||||
VERSION = (0, 11, 6)
|
||||
CODENAME = "the grid"
|
||||
BUILD_DT = (2021, 6, 1)
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@ class U2idx(object):
|
|||
thr.daemon = True
|
||||
thr.start()
|
||||
|
||||
if not uq:
|
||||
if not uq or not uv:
|
||||
q = "select * from up"
|
||||
v = ()
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue