fds
This commit is contained in:
parent
d83a97e864
commit
a33abd82af
10 changed files with 26 additions and 26 deletions
|
@ -199,7 +199,7 @@ class Comment(Base):
|
|||
@property
|
||||
@lazy
|
||||
def shortlink(self):
|
||||
return f"https://{site}/comment/{self.id}"
|
||||
return f"http://{site}/comment/{self.id}"
|
||||
|
||||
@property
|
||||
@lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue