This commit is contained in:
Aevann1 2021-08-08 01:01:07 +02:00
parent fc1af6c375
commit d309ac35ae
5 changed files with 16 additions and 20 deletions

View file

@ -214,10 +214,6 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
return data
@property
def voted(self):
return self.__dict__.get("_voted")
@property
def is_blocking(self):
return self.__dict__.get('_is_blocking', 0)