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"])