Update slop_with_models.py initialize_model_map()
This commit is contained in:
parent
e2a031ea34
commit
de3be00402
1 changed files with 3 additions and 1 deletions
|
|
@ -215,6 +215,8 @@ def pay():
|
|||
)
|
||||
|
||||
|
||||
initialize_model_map()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
initialize_model_map()
|
||||
app.run(debug=True, port=31337)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue