diff --git a/patacrep/songs/chordpro/__init__.py b/patacrep/songs/chordpro/__init__.py index 323548e9..330b2f3e 100644 --- a/patacrep/songs/chordpro/__init__.py +++ b/patacrep/songs/chordpro/__init__.py @@ -44,7 +44,6 @@ class ChordproSong(Song): "authors": self.authors, "metadata": self.data, "render": self._render_ast, - "config": self.config, "content": self.cached['song'].content, }