6 lines
69 B
Python
6 lines
69 B
Python
|
import threading
|
||
|
|
||
|
knownNodesLock = threading.Lock()
|
||
|
knownNodes = {}
|
||
|
|