Module src.utils.hastor
Expand source code
import netcontroller
def has_tor():
return netcontroller.tor_binary() is not None
Functions
def has_tor()
-
Expand source code
def has_tor(): return netcontroller.tor_binary() is not None