mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Revert removal of trailing comma
This commit is contained in:
parent
2d5c68cec9
commit
fcce9c02ac
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class BPMPlugin(BeetsPlugin):
|
|||
super(BPMPlugin, self).__init__()
|
||||
self.config.add({
|
||||
u'max_strokes': 3,
|
||||
u'overwrite': True
|
||||
u'overwrite': True,
|
||||
})
|
||||
|
||||
def commands(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue