diff --git a/social.py b/social.py index a5b5a40..d394c5f 100644 --- a/social.py +++ b/social.py @@ -38,7 +38,7 @@ import tweepy #Thread import asyncio -#import aiohttps +import aiohttp from pathlib import Path from sqlalchemy import create_engine @@ -706,6 +706,8 @@ def write_to_xlsx(webdata, outputs): #df = pd.DataFrame(data, columns=cols) #df.to_excel('./Output/reviews.xlsx') +################################################################################################## + def write_to_xlsx2(data, outputs): print('write to excel...') sqlalchemy.null()