remove utils from netcheck

This commit is contained in:
Kevin Froman 2019-06-26 00:41:49 -05:00
parent 3bb0e48a06
commit 60d47e1e41
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def net_check(comm_inst):
rec = True
except ValueError:
pass
if not rec and not netutils.checkNetwork(c._utils, torPort=comm_inst.proxyPort):
if not rec and not netutils.checkNetwork(c, torPort=comm_inst.proxyPort):
if not comm_inst.shutdown:
logger.warn('Network check failed, are you connected to the Internet, and is Tor working?')
comm_inst.isOnline = False