diff --git a/files/routes/front.py b/files/routes/front.py index 1c06f2aa9..656e595a4 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -146,7 +146,10 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false" social_found = False music_found = False for post in posts: + print(post.sub, flush=True) if post.sub == 'social': + print(post.id, flush=True) + print(social_found, flush=True) if social_found: posts.remove(post) else: social_found = True elif post.sub == 'music':