missing not

This commit is contained in:
2025-02-11 12:15:31 +01:00
parent 153fdb754e
commit 38b5def8f9

View File

@ -126,7 +126,7 @@ class BSCache:
@property
def uses_dispatcher(self):
return bool(self.kwargs["host"])
return not bool(self.kwargs["host"])