Skip to content

Commit d25abf9

Browse files
committed
instaloader fix
1 parent e43e207 commit d25abf9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

instagram_feed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from ai_client import parse_caption_for_event
66
from datetime import datetime, timedelta, timezone
77
import psycopg2
8-
from psycopg2.extras import execute_values
98

109
# Load environment variables from .env file
1110
load_dotenv()

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
instaloader
1+
git+https://github.com/ericahan22/instaloader.git
22
python-dotenv
33
requests
44
beautifulsoup4

0 commit comments

Comments
 (0)