Commit cd90e047 authored by lixiaofang's avatar lixiaofang

add

parent 3be4c09b
...@@ -42,9 +42,10 @@ if __name__ == "__main__": ...@@ -42,9 +42,10 @@ if __name__ == "__main__":
for i in time_list: for i in time_list:
print(i)
numtime, numtime2 = time_convs(i + 1, i - 1) numtime, numtime2 = time_convs(i + 1, i - 1)
user_id = get_data(numtime, numtime2) user_id = get_data(numtime, numtime2)
dicts = {} dicts = {}
for i in user_id and user_id: for i in user_id and user_id:
...@@ -73,6 +74,5 @@ if __name__ == "__main__": ...@@ -73,6 +74,5 @@ if __name__ == "__main__":
if cook is not None: if cook is not None:
click(cook, rand_id) click(cook, rand_id)
except: except:
logging.error("catch exception,main:%s" % traceback.format_exc()) logging.error("catch exception,main:%s" % traceback.format_exc())
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