PyBitmessage/src/knownnodes.py

6 lines
69 B
Python

import threading
knownNodesLock = threading.Lock()
knownNodes = {}