fd
This commit is contained in:
parent
d0a41c9d7d
commit
549f28fb83
7 changed files with 23 additions and 23 deletions
|
@ -386,11 +386,11 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
|
|||
|
||||
@property
|
||||
def is_blocked(self):
|
||||
return self.__dict__.get('_is_blocked', False)
|
||||
return self.__dict__.get('is_blocked', False)
|
||||
|
||||
@property
|
||||
def is_blocking(self):
|
||||
return self.__dict__.get('_is_blocking', False)
|
||||
return self.__dict__.get('is_blocking', False)
|
||||
|
||||
#@property
|
||||
#def award_count(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue