bb
This commit is contained in:
parent
d8fe05603d
commit
e979122a24
8 changed files with 130 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue