about summary refs log tree commit diff stats
path: root/python_update/raw_update.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_update/raw_update.py')
-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]: