From e945ed894dada7ecef24f4158cf2672aa5c773f3 Mon Sep 17 00:00:00 2001 From: Cole Miller <53574922+cole-miller@users.noreply.github.com> Date: Wed, 18 Dec 2019 14:31:59 -0500 Subject: [PATCH] Add trailing comma Co-Authored-By: Adrian Sampson --- beetsplug/discogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/discogs.py b/beetsplug/discogs.py index 7abffdf07..0ba27d7dd 100644 --- a/beetsplug/discogs.py +++ b/beetsplug/discogs.py @@ -58,7 +58,7 @@ class DiscogsPlugin(BeetsPlugin): 'source_weight': 0.5, 'user_token': '', 'separator': u', ', - 'index_tracks': False + 'index_tracks': False, }) self.config['apikey'].redact = True self.config['apisecret'].redact = True