1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-21 06:58:06 +00:00

Code cosmetics

Bugfix missing bleach tags (#3080)
Bugfix pdfreader
This commit is contained in:
Ozzie Isaacs
2024-06-18 20:13:26 +02:00
parent f7d5480811
commit 64e4a1155c
47 changed files with 322 additions and 228 deletions

View File

@@ -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()