WebHost: fix is_zipfile check for flask FileStorage objects

- and assorted cleanup
This commit is contained in:
Fabian Dill
2022-01-06 06:09:15 +01:00
parent a6a9989fcf
commit 80b3a5b1d4
7 changed files with 15 additions and 17 deletions

View File

@@ -68,16 +68,12 @@ class HKWorld(World):
self.world.itempool += pool
def set_rules(self):
set_rules(self.world, self.player)
def create_regions(self):
create_regions(self.world, self.player)
def generate_output(self):
pass # Hollow Knight needs no output files
def fill_slot_data(self):
slot_data = {}
for option_name in self.options: