Onionr/onionr/utils/hastor.py

6 lines
116 B
Python
Raw Normal View History

2019-07-27 07:29:16 +00:00
import netcontroller
def has_tor():
if netcontroller.tor_binary() is None:
return False
return True