zhanghaitao1
10/14/2018 - 12:27 PM

log errors

log errors

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