Merge main.

This commit is contained in:
erinhmclark
2025-03-11 10:45:07 +00:00
parent 441f341139
commit 81aa343f21
4 changed files with 15 additions and 11 deletions

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 too long, this will cause issues saving files on your computer. Please use a shorter path.")
raise SetupError("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