Revert "fd"

This reverts commit 549f28fb83.
This commit is contained in:
Aevann1 2021-09-09 16:15:27 +02:00
parent cce51e6157
commit c16f16d18b
7 changed files with 23 additions and 23 deletions

View file

@ -228,11 +228,11 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
@property
def is_blocking(self):
return self.__dict__.get('is_blocking', 0)
return self.__dict__.get('_is_blocking', 0)
@property
def is_blocked(self):
return self.__dict__.get('is_blocked', 0)
return self.__dict__.get('_is_blocked', 0)
@property
def body(self):