From a8a480a691c478a60e5733eeed70b8597433dbd1 Mon Sep 17 00:00:00 2001 From: Austin Marino Date: Thu, 10 Oct 2019 16:33:46 -0700 Subject: [PATCH] Updated config formats --- beetsplug/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/export.py b/beetsplug/export.py index cd91fc393..0666747b2 100644 --- a/beetsplug/export.py +++ b/beetsplug/export.py @@ -68,7 +68,7 @@ class ExportPlugin(BeetsPlugin): 'formatting': { 'ensure_ascii': False, 'indent': 4, - 'separators': (','), + 'separators': (''), 'sort_keys': True } }