3 lines
142 B
Python
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'
|