Commit 4753a337 authored by 张彦钊's avatar 张彦钊

change test file

parent fca5f174
...@@ -189,7 +189,8 @@ if __name__ == '__main__': ...@@ -189,7 +189,8 @@ if __name__ == '__main__':
# a = mysql(device_IOS) # a = mysql(device_IOS)
# # for i in a: # # for i in a:
# # chapter_list = get_chapter(i) # # chapter_list = get_chapter(i)
d = get_redis(device_IOS) ios = "B6712382-69D5-4B12-9810-5F266411C4CF"
d = get_redis(ios)
b = get_opreaton() b = get_opreaton()
c = set(d)&set(b) c = set(d)&set(b)
print(len(c)) print(len(c))
......
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