From 4e32cfb1bdca70b12e7c41d331b9b5748c242d40 Mon Sep 17 00:00:00 2001 From: Gokul Mohanarangan Date: Mon, 10 Jul 2023 19:13:28 +0530 Subject: [PATCH] delete file lock --- server_multithreaded.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/server_multithreaded.py b/server_multithreaded.py index 573ace24..39d47ae2 100644 --- a/server_multithreaded.py +++ b/server_multithreaded.py @@ -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):