100000000k

This commit is contained in:
Aevann1 2022-01-19 08:20:05 +02:00
parent fc832182a2
commit 35d071590c
15 changed files with 126 additions and 76 deletions

View file

@ -247,7 +247,7 @@ class Submission(Base):
@property
@lazy
def full_url(self):
if self.url.startswith('/'): return f'https://{site}' + self.url
if self.url and self.url.startswith('/'): return f'https://{site}' + self.url
return self.url
@property