modified: app.py
This commit is contained in:
2
app.py
2
app.py
@@ -53,7 +53,7 @@ service = Service('/usr/bin/chromedriver')
|
|||||||
|
|
||||||
driver = None
|
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
|
conn = get_db_connection() # Obtener una conexión del pool
|
||||||
try:
|
try:
|
||||||
cur = conn.cursor()
|
cur = conn.cursor()
|
||||||
|
|||||||
Reference in New Issue
Block a user