Skip to content

Commit

Permalink
actualizaciones 2021-20
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipus85 committed Aug 7, 2021
1 parent 194fc5d commit 1dc3d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion App/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ def loadTags(filename):

def loadBooksTags(catalog):
"""
TODO
TODO futuro laboratorios
"""
pass
5 changes: 3 additions & 2 deletions App/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def printMenu():
print("Opciones:")
print("1- Cargar Libros")
print("2- Cargar Tags")
# TO-DO: Modificaciones para completar el laboratorio 1.
# TODO: Modificaciones para el laboratorio 1.
print("0- Salir")


Expand Down Expand Up @@ -75,7 +75,8 @@ def loadTags():
print("Cargando información de tags....")
tags = loadTags()
print('Total de tags cargados: ' + str(lt.size(tags)))
# TO-DO: Modificaciones para completar el laboratorio 1.

# TODO: Modificaciones para el laboratorio 1.

else:
sys.exit(0)
Expand Down

0 comments on commit 1dc3d73

Please sign in to comment.