about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-07 19:44:43 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-07 19:44:43 +0200
commita4fb5d3eacd96f0b01adfeb3eaf0dcb5fb794909 (patch)
tree0f3e4795a292f721821e65d9a4a96200c63ecdab
parentfeat(cli): Add a `add` command (diff)
downloadyt-a4fb5d3eacd96f0b01adfeb3eaf0dcb5fb794909.tar.gz
yt-a4fb5d3eacd96f0b01adfeb3eaf0dcb5fb794909.zip
style(python_update/raw_update.py): Format
-rwxr-xr-xpython_update/raw_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python_update/raw_update.py b/python_update/raw_update.py
index 21569d2..28a2bac 100755
--- a/python_update/raw_update.py
+++ b/python_update/raw_update.py
@@ -126,7 +126,7 @@ class Fetcher:
                 "thumbnail": processed.get("thumbnail"),
                 "title": processed.get("title"),
                 "webpage_url": processed.get("webpage_url"),
-                "id": processed.get("id")
+                "id": processed.get("id"),
             }
 
     async def process_entry(self, url: str, entry: Any) -> Optional[Any]: