Commit 5b54f92f authored by 闵金's avatar 闵金

test

parent a0fbaf05
Pipeline #2938 passed with stage
......@@ -162,7 +162,7 @@ class Command(BaseCommand):
def create_topic(self, topics, platform):
count = 0
for topic in topics:
for topic in topics[99:]:
count += 1
topic_comments = topic.pop('comments', None)
images = topic.pop('image')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment