mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 05:38:29 +03:00
Implementing ruff suggestions.
This commit is contained in:
@@ -123,6 +123,6 @@ class Media:
|
||||
try:
|
||||
fsize = os.path.getsize(self.filename)
|
||||
return fsize > 20_000
|
||||
except:
|
||||
except Exception as e:
|
||||
pass
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user