From 38b5def8f9577f41e776e11054506cce0391a383 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 11 Feb 2025 12:15:31 +0100 Subject: [PATCH] missing not --- bstrd/bscache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bstrd/bscache.py b/bstrd/bscache.py index ea1c6dc..3a77978 100644 --- a/bstrd/bscache.py +++ b/bstrd/bscache.py @@ -126,7 +126,7 @@ class BSCache: @property def uses_dispatcher(self): - return bool(self.kwargs["host"]) + return not bool(self.kwargs["host"])