diff --git a/slop_with_models.py b/slop_with_models.py index 161d9e3..d292101 100644 --- a/slop_with_models.py +++ b/slop_with_models.py @@ -215,6 +215,8 @@ def pay(): ) +initialize_model_map() + + if __name__ == "__main__": - initialize_model_map() app.run(debug=True, port=31337)