modified: app.py

This commit is contained in:
Your Name
2024-09-17 17:40:41 -06:00
parent 6343c7adbe
commit 60e79840f8

2
app.py
View File

@@ -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()