mirror of
https://github.com/janeczku/calibre-web
synced 2025-12-21 06:58:06 +00:00
@@ -59,7 +59,7 @@ class EmailBase:
|
||||
if hasattr(self, 'sock') and self.sock:
|
||||
try:
|
||||
if self.transferSize:
|
||||
lock=threading.Lock()
|
||||
lock = threading.Lock()
|
||||
lock.acquire()
|
||||
self.transferSize = len(strg)
|
||||
lock.release()
|
||||
|
||||
Reference in New Issue
Block a user