From d4c10e064d679009408e6dd56af204e6e725e77b Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Wed, 12 Jun 2024 22:18:47 -0400 Subject: [PATCH] more comments --- social.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/social.py b/social.py index 8bd21ed..084eb39 100644 --- a/social.py +++ b/social.py @@ -36,11 +36,11 @@ from selenium.webdriver.common.by import By import tweepy #Thread -import asyncio -import aiohttp +#import asyncio +#import aiohttp from pathlib import Path -from sqlalchemy import create_engine +#from sqlalchemy import create_engine from sqlalchemy.ext.declarative import declarative_base import sqlalchemy from sqlalchemy import null