Commit 5a5d906d authored by 张彦钊's avatar 张彦钊

change test file

parent 016a8f69
...@@ -189,10 +189,10 @@ if __name__ == '__main__': ...@@ -189,10 +189,10 @@ 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)
ios = "B6712382-69D5-4B12-9810-5F266411C4CF" # ios = "B6712382-69D5-4B12-9810-5F266411C4CF"
d = get_redis(ios) # 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))
print(c) # print(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