fix mastodon toot visibility | fixed #20
This commit is contained in:
parent
182d6a9606
commit
32860bbe82
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class RadioBooleanField(forms.ChoiceField):
|
|||
value = False
|
||||
else:
|
||||
value = bool(value)
|
||||
return super().to_python(value)
|
||||
return value
|
||||
|
||||
|
||||
class RatingValidator:
|
||||
|
|
Loading…
Add table
Reference in a new issue