3 lines
114 B
Python
3 lines
114 B
Python
from utils.identifyhome import identify_home
|
|
SERVER_SOCKET = identify_home() + "torgossip.sock"
|
|
GOSSIP_PORT = 2020 |