mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 20:58:29 +03:00
minor string fix
This commit is contained in:
committed by
GitHub
parent
2b91dc9514
commit
3fcec57492
@@ -13,7 +13,7 @@ class LocalStorage(Storage):
|
||||
|
||||
def setup(self) -> None:
|
||||
if len(self.save_to) > 200:
|
||||
raise SetupError(f"Your save_to path is long, this will cause issues saving files on your computer. Please use a shorter path")
|
||||
raise SetupError(f"Your save_to path is too long, this will cause issues saving files on your computer. Please use a shorter path.")
|
||||
|
||||
def get_cdn_url(self, media: Media) -> str:
|
||||
dest = media.key
|
||||
|
||||
Reference in New Issue
Block a user