From 47305d74d9efb2de4d0c299bb4c50b229d692052 Mon Sep 17 00:00:00 2001 From: computergeek125 Date: Sun, 4 Apr 2021 16:00:27 -0500 Subject: [PATCH] Parse fail hotfix on json file --- app/config/credits.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/credits.json b/app/config/credits.json index 3bcbd83f..cea1f240 100644 --- a/app/config/credits.json +++ b/app/config/credits.json @@ -145,6 +145,6 @@ "Lukas": [ "Finnish" ], "Manu": [ "French" ], "ptarrant": [ "Sarcasm", "Wit" ], - "UltraBlack": [ "German" ], + "UltraBlack": [ "German" ] } } \ No newline at end of file