From cec73a4e424755f7a9636191bf54a70dcdf091ba Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Fri, 15 Dec 2023 04:06:27 +0100 Subject: [PATCH] Fixed name 'type' >> 'types' as it is more suitable --- rpopfetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpopfetch.py b/rpopfetch.py index 9e7150c..6ece667 100644 --- a/rpopfetch.py +++ b/rpopfetch.py @@ -187,7 +187,7 @@ def convert_monthly_content_to_json(content, year, month): "time": parts[1], "artist": parts[2], "title": parts[3], - "type": parts[4], + "types": parts[4], "links": parts[5] }