From e3f79c1b4b4d900926d4075ca4ab9d3dac4fd004 Mon Sep 17 00:00:00 2001 From: AlexDialga <14726859+AlexDialga@users.noreply.github.com> Date: Wed, 30 Aug 2017 19:51:06 +0800 Subject: [PATCH] Update crowall.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 旧日支配者已征途远方。 --- crowall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowall.py b/crowall.py index 509225d..93505f7 100644 --- a/crowall.py +++ b/crowall.py @@ -45,7 +45,7 @@ def crosswall(systemtype='Window'): if __name__ == '__main__': - url = 'https://raw.githubusercontent.com/racaljk/hosts/master/hosts' + url = 'https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts' downloadHosts(url=url) print 'Hosts update success!' crosswall(platform.system())