remotes/1693045480750635534/spooky-22
Aevann1 2022-05-02 20:07:17 +02:00
parent 5eb6491e25
commit 60481a175b
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
posts = posts.join(User, User.id == Submission.author_id).filter(User.shadowbanned == None)
if request.host == 'rdrama.net': num = 5
else: num = 0.5
else: num = 1
if sort == "hot":
ti = int(time.time()) + 3600