From 7cd51b3a4d6b74cc0962c3a23e531412733b3733 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Fri, 17 Mar 2017 21:34:34 +0100 Subject: [PATCH] Add missing import --- filler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filler.py b/filler.py index bfe86e5..f7a149c 100755 --- a/filler.py +++ b/filler.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -import argparse, dbtools, filters.filler, requests, setuptools, time, twitools +import argparse, dbtools, filters.filler, mediatools, requests, setuptools, time, twitools def getTweets(db=dbtools.dbHelper(), user=twitools.twObject().whoami(), two=twitools.twObject()): query = "from:" + user