Onionr/onionr/utils/hastor.py
2019-07-27 02:29:16 -05:00

6 lines
116 B
Python

import netcontroller
def has_tor():
if netcontroller.tor_binary() is None:
return False
return True