minor string fix

This commit is contained in:
Miguel Sozinho Ramalho
2025-03-10 17:17:59 +00:00
committed by GitHub
parent 2b91dc9514
commit 3fcec57492

View File

@@ -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