From 549419e8311683b8b0ebe2d44abb71936b103c02 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Fri, 17 Mar 2017 22:37:07 +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