Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 13, 2024
1 parent 3b66eba commit a4f66e4
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 @@ -488,7 +488,7 @@ def add_python_den_levels(apps, schema_editor):
level1035.blocklyEnabled = True
level1035.pythonEnabled = False
level1035.pythonViewEnabled = True
disable_algorithm_score = False
level1035.disable_algorithm_score = False
level1035.episode = episode14

level1036 = Level.objects.get(name="38", default=True)
Expand Down

0 comments on commit a4f66e4

Please sign in to comment.