diff options
Diffstat (limited to 'scripts/populate/structures.py')
-rw-r--r-- | scripts/populate/structures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/populate/structures.py b/scripts/populate/structures.py index 31feb1b..b6cd8cd 100644 --- a/scripts/populate/structures.py +++ b/scripts/populate/structures.py @@ -5,7 +5,7 @@ class song: class album: - def __init__(self, name, cover, songs, artist_id, release=None): + def __init__(self, name, cover, songs, artist_id, release = None): self.name = name self.cover = cover self.songs = songs |