Skip to content

Commit

Permalink
解析次数提高至三次
Browse files Browse the repository at this point in the history
  • Loading branch information
miyouzi committed Jul 20, 2019
1 parent 24add88 commit 04ac36a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion akamTester.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ def ping_test(ip):
akam.renew()
ip_list = ip_list | akam.get_ip_list()
print()
color_print('第三次解析:')
akam.renew()
ip_list = ip_list | akam.get_ip_list()
print()

color_print('共取得 '+str(len(ip_list))+' 个 IP, 开始测试延迟')
print()
Expand All @@ -54,4 +58,4 @@ def ping_test(ip):

print()
input('按回车退出')
sys.exit(1)
sys.exit(0)

0 comments on commit 04ac36a

Please sign in to comment.