Onionr/static-data/default-plugins/tor/torfilepaths.py
2022-02-14 17:47:54 -06:00

3 lines
142 B
Python

from utils.identifyhome import identify_home
control_socket = f'{identify_home()}/torcontrol.sock'
tor_data_dir = f'{identify_home()}/tordata'