This commit is contained in:
Aevann1 2021-09-09 16:13:15 +02:00
parent d0a41c9d7d
commit 549f28fb83
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):