diff --git a/app.py b/app.py index 1d3a5fd..e887ac7 100644 --- a/app.py +++ b/app.py @@ -1,5 +1,6 @@ from flask import Flask, render_template, jsonify, Response from conexion import get_connection +from conexion import init_pool from dotenv import load_dotenv import os