mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
forgot to remove a debug
This commit is contained in:
@@ -344,7 +344,6 @@ def prompt_for_update(freshen, update_auto):
|
||||
|
||||
if not os.path.isfile(hosts_file):
|
||||
try:
|
||||
print("HERE HERE")
|
||||
open(hosts_file, "w+").close()
|
||||
except (IOError, OSError):
|
||||
# Starting in Python 3.3, IOError is aliased
|
||||
|
||||
Reference in New Issue
Block a user