diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 1f5eebb1..8b96c6f1 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 11, 5) +VERSION = (0, 11, 6) CODENAME = "the grid" BUILD_DT = (2021, 6, 1) diff --git a/copyparty/u2idx.py b/copyparty/u2idx.py index 70ebcaea..a642f9bd 100644 --- a/copyparty/u2idx.py +++ b/copyparty/u2idx.py @@ -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: