This commit is contained in:
Aevann1 2022-01-11 05:28:35 +02:00
parent d8fe05603d
commit e979122a24
8 changed files with 130 additions and 8 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 and not (v and v.id == 1):
if not request.headers.get("Authorization") and post.comment_count > 60:
comments2 = []
count = 0
if post.created_utc > 1638672040: