Changes to getmentions
This commit is contained in:
parent
4fd256cde3
commit
591e9bf562
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue