mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
Implementing ruff suggestions.
This commit is contained in:
@@ -61,7 +61,7 @@ class TelegramExtractor(Extractor):
|
||||
else:
|
||||
duration = float(duration)
|
||||
m_video.set("duration", duration)
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
result.add_media(m_video)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user