diff --git a/WebHostLib/misc.py b/WebHostLib/misc.py index f78ec392..aa5467d6 100644 --- a/WebHostLib/misc.py +++ b/WebHostLib/misc.py @@ -69,10 +69,6 @@ def tutorial(game, file, lang): @app.route('/tutorial/') def tutorial_landing(): - worlds = {} - for game, world in AutoWorldRegister.world_types.items(): - if not world.hidden: - worlds[game] = world return render_template("tutorialLanding.html") diff --git a/WebHostLib/templates/siteMap.html b/WebHostLib/templates/siteMap.html index 76f1003f..6d1816d5 100644 --- a/WebHostLib/templates/siteMap.html +++ b/WebHostLib/templates/siteMap.html @@ -31,14 +31,14 @@