Hacerlo global

This commit is contained in:
Your Name
2024-09-11 11:49:01 -06:00
parent 9b1d56951b
commit 51ddece9c8

1
app.py
View File

@@ -174,7 +174,6 @@ app = Flask(__name__)
@app.route('/calificaciones', methods=['POST'])
def main():
driver = None
try:
# Inicializa el WebDriver
driver = webdriver.Chrome(service=service, options=chrome_options)