Oh my, I'm an idiot...

This commit is contained in:
Klaus-Uwe Mitterer 2016-08-02 01:17:08 +02:00
parent f19f04c415
commit 5c22b78347

View file

@ -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()