Skip to content

Commit

Permalink
add missing model solution
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 13, 2024
1 parent a4f66e4 commit de62101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/migrations/0097_add_python_den_levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ def add_python_den_levels(apps, schema_editor):
level1035.blocklyEnabled = True
level1035.pythonEnabled = False
level1035.pythonViewEnabled = True
level1035.model_solution = "[9]"
level1035.disable_algorithm_score = False
level1035.episode = episode14

Expand Down

0 comments on commit de62101

Please sign in to comment.