Add file lock

This commit is contained in:
Fierelier 2021-07-01 01:32:25 +02:00
parent f81bb8ce61
commit be2b300afb
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ heartbeatTime = 600
threadCount = 0
threadCountLock = threading.Lock()
fileLock = threading.Lock()
commands = {}
def commandlineToList(cmd):