diff --git a/scrape.py b/scrape.py index e8151cb..790eaa7 100644 --- a/scrape.py +++ b/scrape.py @@ -79,7 +79,7 @@ def scrape_posts(account): else: j = r.json() - db.commit() + db.commit() c.close() print("Establishing DB connection")