From 591e9bf56279cfb1e90e31618984fc45837182d2 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Wed, 22 Apr 2015 02:06:47 +0200 Subject: [PATCH] Changes to getmentions --- getmentions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getmentions.py b/getmentions.py index f8b0668..b68d765 100755 --- a/getmentions.py +++ b/getmentions.py @@ -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")