From e14afdb6c1af2dd6b756fe6465cc5fa692cb15d0 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sat, 9 Nov 2024 11:25:05 +1100 Subject: [PATCH] Fix typo in sheetsync for media links --- sheetsync/sheetsync/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheetsync/sheetsync/main.py b/sheetsync/sheetsync/main.py index 4a66ca9..1fe0b27 100644 --- a/sheetsync/sheetsync/main.py +++ b/sheetsync/sheetsync/main.py @@ -311,7 +311,7 @@ class EventsSync(SheetSync): e = self.media_downloads[url].exception if e is not None: sheet_row.setdefault("_parse_errors", []).append( - f"Failed to download media link {url:!r}: {e}" + f"Failed to download media link {url!r}: {e}" ) if db_row is not None: