Skip to content

Commit

Permalink
chore: Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor committed Nov 17, 2023
1 parent 7b4bcea commit 8037360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion now_lms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,6 @@ def nuevo_curso():
_curso = database.session.execute(
database.select(Curso).filter(Curso.codigo == form.codigo.data)
).first()[0]
log.warning(_curso)
_curso.portada = True
database.session.commit()
except UploadNotAllowed:
Expand Down

0 comments on commit 8037360

Please sign in to comment.