mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
File is unavailable. Don't raise this error; just eat it.
This commit is contained in:
@@ -37,7 +37,7 @@ def getFileByUrl(url):
|
||||
return f.read().decode("UTF-8")
|
||||
except:
|
||||
print ("Problem getting file: ", url);
|
||||
raise
|
||||
# raise
|
||||
|
||||
|
||||
# In Python 3 "print" is a function, braces are added everywhere
|
||||
|
||||
Reference in New Issue
Block a user