From de3be00402525999b8b8cb05424b72a29e9a32bd Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 20 Mar 2025 00:53:01 +0000 Subject: [PATCH] Update slop_with_models.py initialize_model_map() --- slop_with_models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)