Commit 03a9ceb6 authored by lixiaofang's avatar lixiaofang

try except

parent e4a4dc41
This diff is collapsed.
......@@ -199,11 +199,9 @@ if __name__ == "__main__":
# time.sleep(random.randint(2000,2500))
else:
numtime = time_conv(1)
user_id = get_data(numtime)
user_id = get_commnet_id(numtime)
for j in user_id:
......
time_list = [1, 11]
for i in range(len(time_list)):
if time_list[i] != 11:
print(time_list[i])
\ No newline at end of file
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