Fix function call

This commit is contained in:
Klaus-Uwe Mitterer 2016-05-30 20:59:41 +02:00
parent 3b8811f6aa
commit 23218aff75

View file

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