fd
This commit is contained in:
parent
a924bf62be
commit
98fe9248ad
5 changed files with 20 additions and 7 deletions
|
@ -119,7 +119,12 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
|
|||
@lazy
|
||||
def fullname(self):
|
||||
return f"t2_{self.id}"
|
||||
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def shortlink(self):
|
||||
return f"https://{site}/post/{self.id}"
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def permalink(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue