remotes/1693045480750635534/spooky-22
Aevann1 2022-01-11 05:14:02 +02:00
parent 2f017271a9
commit b7a1c515e1
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ def post_id(pid, anything=None, v=None):
offset = 0
if not request.headers.get("Authorization") and post.comment_count > 60:
if not request.headers.get("Authorization") and post.comment_count > 60 and not (v and v.id == 1):
comments2 = []
count = 0
if post.created_utc > 1638672040: