mirror of
https://github.com/simon987/gabtv_feed.git
synced 2025-04-04 08:23:04 +00:00
5 lines
62 B
Python
5 lines
62 B
Python
def post_process(item):
|
|
item["_v"] = 1.0
|
|
|
|
return item
|