Onionr/onionr/utils/hastor.py
2019-08-13 20:06:14 -05:00

4 lines
86 B
Python

import netcontroller
def has_tor():
return netcontroller.tor_binary() is not None