diff --git a/gettweets.py b/gettweets.py index 1cd64a7..36299cb 100755 --- a/gettweets.py +++ b/gettweets.py @@ -54,4 +54,4 @@ def getDataByDate(fr, to, db = dbtools.dbObject(), headers = True): if __name__ == "__main__": - tools.printCSV(getDataByDate(*dateArgs(), headers = True)) + setuptools.printCSV(getDataByDate(*dateArgs(), headers = True))