Commit 0b478b32 authored by lixiaofang's avatar lixiaofang

ad

parent cf2030d1
...@@ -498,4 +498,3 @@ s_dDXEx1@shadow.com,5cc6i65sr1aaq9vfeufqw62e4sjvjaog ...@@ -498,4 +498,3 @@ s_dDXEx1@shadow.com,5cc6i65sr1aaq9vfeufqw62e4sjvjaog
s_d6tSOl@shadow.com,rnsy384qlrtya2bazwop0ya84cs59ccb s_d6tSOl@shadow.com,rnsy384qlrtya2bazwop0ya84cs59ccb
s_ZUKIJB@shadow.com,vg242kiyp2ysrth1ak2k4v8peb1n29b4 s_ZUKIJB@shadow.com,vg242kiyp2ysrth1ak2k4v8peb1n29b4
s_YQizji@shadow.com,qigcj7226sah63nfxpq914tvh7y4hcgm s_YQizji@shadow.com,qigcj7226sah63nfxpq914tvh7y4hcgm
...@@ -45,7 +45,6 @@ def true_comment_three(): ...@@ -45,7 +45,6 @@ def true_comment_three():
logging.info(" commend three") logging.info(" commend three")
numtime1, numtime2 = time_conv(45, 35) numtime1, numtime2 = time_conv(45, 35)
user_id = get_data(numtime1, numtime2) user_id = get_data(numtime1, numtime2)
dicts = {}
if user_id: if user_id:
for i in user_id: for i in user_id:
rand_num = random.randint(0, 1) rand_num = random.randint(0, 1)
......
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