From 18f5ef4c62c12928371df0bbfb3369e1e8425d83 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Fri, 14 May 2021 18:46:46 +1200 Subject: [PATCH] Quote json keys correctly --- index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.py b/index.py index 43296cc..d0a4771 100644 --- a/index.py +++ b/index.py @@ -69,8 +69,8 @@ class NewLeaf(object): [ucid, part] = suffix else: return { - error: "Two components specified in URL, but neither component was recognised as a part keyword.", - identifier: "PART_KEYWORD_NOT_RECOGNISED" + "error": "Two components specified in URL, but neither component was recognised as a part keyword.", + "identifier": "PART_KEYWORD_NOT_RECOGNISED" } if part == "playlists":