From 60e79840f8bca8f1cafc0db1a08c87982deb476b Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Sep 2024 17:40:41 -0600 Subject: [PATCH] modified: app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 185bddf..b9e735f 100644 --- a/app.py +++ b/app.py @@ -53,7 +53,7 @@ service = Service('/usr/bin/chromedriver') driver = None -def insert_alumno_extraccion(datos_html: str, materias_html: str, username_integer: int, historial_html: str = 'error', materias_actuales_html: str = 'error'): +def insert_alumno_extraccion(datos_html: str, materias_html: str, username_integer: int, historial_html: str = None, materias_actuales_html: str = None): conn = get_db_connection() # Obtener una conexión del pool try: cur = conn.cursor()