This commit is contained in:
Aevann1 2021-07-25 04:25:39 +02:00
parent c9ed617ae5
commit e0cbefe7f6
2 changed files with 0 additions and 12 deletions

View file

@ -345,10 +345,6 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
x = 0
return x
@property
def title(self):
return self.__dict__.get("_title", self.author.title)
@property
def is_blocking(self):
return self.__dict__.get('_is_blocking', 0)