From 5c22b7834761bf608d3414bd95868afe206de528 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Tue, 2 Aug 2016 01:17:08 +0200 Subject: [PATCH] Oh my, I'm an idiot... --- filler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filler.py b/filler.py index 8b9f980..da3342f 100755 --- a/filler.py +++ b/filler.py @@ -102,9 +102,9 @@ def getFollowing(db=dbtools.dbHelper(), two=twitools.twObject()): if __name__ == "__main__": count, last, first = getTweets() - print("Stored %i tweets." % (count, first, last)) + print("Stored %i tweets." % count) count, last, first = getMessages() - print("Stored %i messages." % (count, first, last)) + print("Stored %i messages." % count) gained, lost = getFollowers() print("Gained %i followers, lost %i." % (gained, lost)) gained, lost = getFollowing()