Commit f9d86870 authored by lixiaofang's avatar lixiaofang

add

parent 6b06e2d3
This diff is collapsed.
......@@ -27,7 +27,7 @@ def get_topic_id(numtime):
topic_id_list = []
if topic_id:
for i in topic_id:
if int(i[0]) not in user_list:
if int(i[0]) not in user_list:
topic_id_list.append(i)
logging.info("Database version : %s " % topic_id_list)
......
......@@ -50,7 +50,7 @@ if __name__ == "__main__":
timer = threading.Timer(sleep_time, fun_comment)
timer.start()
if exec_count == 2:
if exec_count == 3:
print("----2------")
sleep_time = random.randint(1000, 1900)
......@@ -68,7 +68,7 @@ if __name__ == "__main__":
global exec_count
exec_count += 1
if exec_count == 1:
if exec_count == 4:
print("----3------")
# sleep_time = random.randint(300, 540)
......
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