-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Calendario académico #52
base: master
Are you sure you want to change the base?
Conversation
DateTime | ||
beautifulsoup4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
te fijaste q pip no explote con esto? (?)
|
||
|
||
def final(update, context): | ||
# TODO: hacer el request en un job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
y por que no lo hiciste? xD
|
||
|
||
def info_calendario_academico(): | ||
# TODO: manejar excepciones |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Que falta?
Me van a llegar errores por privado si raisea una excepcion
|
||
def info_calendario_academico(): | ||
# TODO: manejar excepciones | ||
# TODO: loggear errores |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
que hay que loggear?
usar el logger es bastante facil
@@ -0,0 +1,110 @@ | |||
from bs4 import BeautifulSoup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cambiale a calendario_academico.py
Agrega:
Pendiente: