sfd
This commit is contained in:
parent
ff47d563d6
commit
3970710368
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def post_id(pid, anything=None, v=None):
|
||||||
|
|
||||||
offset = 0
|
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 = []
|
comments2 = []
|
||||||
count = 0
|
count = 0
|
||||||
if post.created_utc > 1638672040:
|
if post.created_utc > 1638672040:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue