This commit is contained in:
ed 2021-06-01 08:25:35 +02:00
parent b1f2c4e70d
commit 9c8ccabe8e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 11, 5) VERSION = (0, 11, 6)
CODENAME = "the grid" CODENAME = "the grid"
BUILD_DT = (2021, 6, 1) BUILD_DT = (2021, 6, 1)

View file

@ -196,7 +196,7 @@ class U2idx(object):
thr.daemon = True thr.daemon = True
thr.start() thr.start()
if not uq: if not uq or not uv:
q = "select * from up" q = "select * from up"
v = () v = ()
else: else: