Commit 8680c7e0 authored by TesterYao's avatar TesterYao

1

parent 2d84840e
......@@ -65,7 +65,7 @@ if __name__ == '__main__':
for k, v in ck_url_list.items():
if check_domain(v):
ding_list.append(v)
if ding_list.count(v)<4:
if ding_list.count(v)<2:
if k.find('&')>-1:
title = k.split('&')[0]
phone = k.split('&')[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