Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 8, 2024
1 parent 5fd12e0 commit 91f4c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/migrations/0097_add_python_den_levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def add_python_den_levels(apps, schema_editor):
level9.pk = None
level9._state.adding = True
level9.name = "1009"
leve9.disable_algorithm_score = True
level9.disable_algorithm_score = True
level9.episode = episode20

level10 = Level.objects.get(name="119", default=True)
Expand Down

0 comments on commit 91f4c9c

Please sign in to comment.