diff --git a/Fill.py b/Fill.py index 1d3e2b49..865e394d 100644 --- a/Fill.py +++ b/Fill.py @@ -106,7 +106,7 @@ def fill_restrictive(world: MultiWorld, base_state: CollectionState, locations, def distribute_items_restrictive(world: MultiWorld, fill_locations=None): # If not passed in, then get a shuffled list of locations to fill in if not fill_locations: - fill_locations = world.get_locations() + fill_locations = world.get_unfilled_locations() world.random.shuffle(fill_locations) diff --git a/WebHostLib/requirements.txt b/WebHostLib/requirements.txt index 44d0c04a..f64d40e0 100644 --- a/WebHostLib/requirements.txt +++ b/WebHostLib/requirements.txt @@ -3,4 +3,4 @@ pony>=0.7.14 waitress>=2.0.0 flask-caching>=1.10.1 Flask-Compress>=1.10.1 -Flask-Limiter>=1.4 +Flask-Limiter>=2.1