Skip to content

Commit 11be5d4

Browse files
committed
Merge pull request #343 from gmist/fix_internet_detection
Fix Google IP
2 parents 02f84ca + e3f9b65 commit 11be5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
# Other global variables
125125
###############################################################################
126126
CORE_VERSION_URL = 'https://gae-init.appspot.com/_s/version/'
127-
INERNET_TEST_URL = 'http://74.125.228.100'
127+
INERNET_TEST_URL = 'https://www.google.com'
128128
REQUIREMENTS_URL = 'http://docs.gae-init.appspot.com/requirement/'
129129

130130

0 commit comments

Comments
 (0)