Changing host from google to 4.2.2.2

This commit is contained in:
Will Bradley 2013-12-16 03:03:06 -07:00
parent 7adc0d4998
commit 7252ce32d0

View File

@ -35,7 +35,7 @@ import subprocess
import re
# Vars
host = "www.google.com"
host = "4.2.2.2"
class HelloWorld: