Skip to content

Commit

Permalink
fix: remove name argument from Block initialization in bootstrap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Sep 17, 2024
1 parent 9c92383 commit e229859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/experiment/management/commands/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def handle(self, *args, **options):
if Block.objects.count() == 0:
playlist = Playlist.objects.create(name="Empty Playlist")
block = Block.objects.create(
name="Goldsmiths Musical Sophistication Index",
rules="RHYTHM_BATTERY_FINAL",
slug="gold-msi",
)
Expand Down

0 comments on commit e229859

Please sign in to comment.