fix: Set value default True for Truthy cls
This commit is contained in:
parent
179305495a
commit
36c80b77a4
1 changed files with 1 additions and 1 deletions
|
|
@ -1171,7 +1171,7 @@ class CallbackManager:
|
|||
|
||||
|
||||
class Truthy:
|
||||
def __init__(self, value=UNSET, context=UNSET):
|
||||
def __init__(self, value=True, context=UNSET):
|
||||
self.value = value
|
||||
self.context = context
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue