Skip to content

Commit

Permalink
make one more alg score change
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 13, 2024
1 parent 5c8b4da commit 3b66eba
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
disable_algorithm_score = False
level1035.episode = episode14

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

0 comments on commit 3b66eba

Please sign in to comment.