delete file lock

This commit is contained in:
Gokul Mohanarangan
2023-07-10 19:13:28 +05:30
parent 1d742cf277
commit 4e32cfb1bd

View File

@@ -47,8 +47,6 @@ total_bytes_handled = 0
executor = ThreadPoolExecutor()
frame_lock = threading.Lock()
file_lock = threading.Lock()
total_bytes_handled_lock = threading.Lock()
def channel_log(channel, t, message):