Commit 62fb3e98 authored by lixiaofang's avatar lixiaofang

add

parent 61f0ada2
......@@ -5,7 +5,7 @@ import datetime
import json
from log_settings import *
from auto_request import login, time_conv_minute, get_answer_data, reply_answer, set_reply_to_redis, reply2, logins, \
get_majia,get_majia_reply
get_majia, get_majia_reply
from auto_request import host, user, db, passwd
......@@ -51,6 +51,7 @@ if __name__ == "__main__":
if user_id:
for i in user_id:
majia_user_id = get_majia()
logging.info("get majia_user-id:%s" % majia_user_id)
cook = logins(majia_user_id)
comment1, comment2 = get_answer_data()
logging.info("get comment1:%s" % comment1)
......
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