Python tweepy writing to sqlite3 db
问题 My script below (taken from various resources online) isn't writing to the database. I do not get any errors, and if I comment out the database lines then it outputs to the console without issue. The database exists, it has 2 fields, its writeable by me.... Any ideas please? Updated code below #!/usr/bin/env python import sys import tweepy from textwrap import TextWrapper import sqlite3 CONSUMER_KEY = '' CONSUMER_SECRET = '' ACCESS_KEY = '' ACCESS_SECRET = '' auth1 = tweepy.auth.OAuthHandler