Commit 2e20c5ea authored by lixiaofang's avatar lixiaofang

add

parent ac0de486
......@@ -28,13 +28,12 @@ def get_data():
def principal_offline_comment1():
try:
logging.info("comment offline pictorial")
user_id = get_data()
dicts = {}
for i in user_id:
for num in range(4):
random_num = random.randint(5, 20)
for num in range(random_num):
majia_user_id = get_majia_reply(i[0])
cook = logins(majia_user_id)
comment = get_pictorial_comment()
......
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