mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-05-06 13:07:14 +02:00
xmltv reader -> minor cleanup
This commit is contained in:
@@ -268,8 +268,6 @@ class XmlTvReader(Reader):
|
||||
data_size = resp.headers.get("content-length")
|
||||
if not data_size:
|
||||
log(f"{self.__class__.__name__} [download *.{suf}] error: Error getting data size.")
|
||||
if clb:
|
||||
clb()
|
||||
return
|
||||
|
||||
with NamedTemporaryFile(suffix=suf, delete=not IS_WIN) as tf:
|
||||
|
||||
Reference in New Issue
Block a user