Changes to getmentions

This commit is contained in:
Klaus-Uwe Mitterer 2015-04-22 02:06:47 +02:00
parent 4fd256cde3
commit 591e9bf562

View file

@ -6,7 +6,7 @@ import tools
import operator, re, sys
def getTweets(mode = "@", path = tools.config.dbpath):
db = tools.dbObject(path)
db = tools.dbHelper(path)
handles = dict()
tweets = db.executeQuery("SELECT text FROM tweets")