This commit is contained in:
Aevann1 2021-12-12 18:31:21 +02:00
parent 567545b399
commit 4300c3297f
14 changed files with 21 additions and 45 deletions

View file

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