Commit c9f42bd8 authored by lixiaofang's avatar lixiaofang

add

parent 8a12c69a
......@@ -14,7 +14,7 @@ from vest.follow import auto_follow, auto_follow_new
from vest.urge import auto_star_urge, auto_lunch_app, auto_lunch_app2, auto_urge1, auto_urge2
from vest.fix import fix_no_comment_click
from vest.reply_answer import reply_comment2, reply_comment3, answer_reply2, answer_reply3, answer_reply1, \
answer_reply5, answer_reply7
answer_reply5, answer_reply7,reply_comment1,reply_comment5,reply_comment7
from vest.request import get_session, auto_user_id
from vest.vest_majiauser import vest_click_reply
......@@ -168,15 +168,15 @@ class Command(BaseCommand):
answer_reply7.answer_reply7()
if options["mvest"] == "reply_comment1":
reply_comment3.reply_comment1()
reply_comment1.reply_comment1()
if options["mvest"] == "reply_comment2":
reply_comment2.reply_comment2()
if options["mvest"] == "reply_comment3":
reply_comment3.reply_comment3()
if options["mvest"] == "reply_comment5":
reply_comment2.reply_comment5()
reply_comment5.reply_comment5()
if options["mvest"] == "reply_comment7":
reply_comment3.reply_comment7()
reply_comment7.reply_comment7()
except:
......
......@@ -69,7 +69,7 @@ def get_data(numtime, numtime2):
def answer_reply1():
try:
logging.info("answer_reply_one")
numtime1, numtime2, minute = time_convs(1, 1)
numtime1, numtime2 = time_convs(1, 1)
user_id = get_data(numtime1, numtime2)
redis_key1 = "cybertron:set_reply_id:one"
reply_data_comment = []
......
......@@ -25,7 +25,7 @@ def get_data(numtime, numtime2):
return []
def answer_reply2():
def answer_reply3():
try:
logging.info("comment answer three")
numtime1, numtime2 = time_convs(3, 3)
......
......@@ -25,7 +25,7 @@ def get_data(numtime, numtime2):
return []
def answer_reply2():
def answer_reply5():
try:
logging.info("comment answer five")
numtime1, numtime2 = time_convs(5, 5)
......
......@@ -25,7 +25,7 @@ def get_data(numtime, numtime2):
return []
def answer_reply2():
def answer_reply7():
try:
logging.info("comment answer seven")
numtime1, numtime2 = time_convs(7, 7)
......
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