qgao007 commited on
Commit
f170174
1 Parent(s): 66ba3a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ IPAddr=socket.gethostbyname(hostname)
15
  print("Your Computer Name is:"+hostname)
16
  print("Your Computer IP Address is:"+IPAddr)
17
 
18
- url = "https://146.152.226.51/"
19
 
20
 
21
 
 
15
  print("Your Computer Name is:"+hostname)
16
  print("Your Computer IP Address is:"+IPAddr)
17
 
18
+ url = "http://146.152.226.51:443"
19
 
20
 
21