added methode to generate check_name excel
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
from src.db.mongo_manager import MONGO_STORE_MANAGER
|
||||
from src.utils.excel_reader import ExcelHelper
|
||||
from src.utils.excel_reader import read_contacts
|
||||
|
||||
|
||||
def upload_contacts_list():
|
||||
excel_helper = ExcelHelper()
|
||||
contacts_to_book = excel_helper.read_contacts("/Users/lpan/Desktop/yahoo_aol.xlsx")
|
||||
return contacts_to_book
|
||||
_contacts_to_book = read_contacts("/Users/panlei/Desktop/yahoo_aol_valid_25.xlsx")
|
||||
return _contacts_to_book
|
||||
|
||||
|
||||
# 把新的联系人存到网上
|
||||
|
||||
Reference in New Issue
Block a user