From a4fb5d3eacd96f0b01adfeb3eaf0dcb5fb794909 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 7 Oct 2024 19:44:43 +0200 Subject: style(python_update/raw_update.py): Format --- python_update/raw_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: -- cgit 1.4.1