bruh
This commit is contained in:
parent
567545b399
commit
4300c3297f
14 changed files with 21 additions and 45 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue