ilhamstoked commited on
Commit
b5ef482
·
1 Parent(s): 5ddc116

update ping

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from tcp_latency import measure_latency
5
 
6
  # Measure Latency
7
  latency = measure_latency(host='35.201.127.49', port=443)
 
8
  #35.201.127.49:443
9
  #192.168.18.6:8501
10
 
 
5
 
6
  # Measure Latency
7
  latency = measure_latency(host='35.201.127.49', port=443)
8
+ #34.202.121.154:443
9
  #35.201.127.49:443
10
  #192.168.18.6:8501
11