log errors
try: update_ipodate(date) update_financial(date) update_consensus(date) update_fundamental(date) except Exception: logging.info('Exception note: ', exc_info=True)