yangwu commited on
Commit
a1073cf
1 Parent(s): 4b9c6b7

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ import os
6
 
7
  def test():
8
  os.system('ping -c 5 www.baidu.com ')
 
 
9
  os.system('ping -c 5 www.google.com ')
10
  os.system('ping -c 5 81.70.158.155 ')
11
 
 
6
 
7
  def test():
8
  os.system('ping -c 5 www.baidu.com ')
9
+ os.system('ping -c 5 aip.baidubce.com')
10
+ os.system('ping -c 5 39.156.66.110')
11
  os.system('ping -c 5 www.google.com ')
12
  os.system('ping -c 5 81.70.158.155 ')
13