def __init__(self): dbh = get_db('lc_db') self.notes = dbh.notes self.loans = dbh.loans self.note_page_url = 'https://www.lendingclub.com/foliofn/loanPerf.action?loan_id=%s&order_id=%s¬e_id=%s' self.login_str = 'Only Lending Club investors can sign up as trading members'
def __init__(self): dbh = get_db('lc_db') self.notes = dbh.notes self.loans = dbh.loans self.loan_page_url = 'https://www.lendingclub.com/browse/loanDetail.action?loan_id=%s' self.loan_page_login_str = 'This information is only accessible once you register as an Investor' self.NO = NoteOrders()
def __init__(self): self.notes = get_db('lc_db').notes self.NO = NoteOrders()