Reformat using black

This commit is contained in:
Deniz Şafak
2025-07-15 11:57:43 +03:00
parent 89a7116c87
commit 1fd8fe21b7
5 changed files with 225 additions and 66 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ class HandlerDialog(QDialog):
if text:
self.content_texts[doc_href] = text
self.content_lengths[doc_href] = len(text)
title = None
if soup.title and soup.title.string:
title = soup.title.string.strip()