missing not
This commit is contained in:
@ -126,7 +126,7 @@ class BSCache:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def uses_dispatcher(self):
|
def uses_dispatcher(self):
|
||||||
return bool(self.kwargs["host"])
|
return not bool(self.kwargs["host"])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user