Fix function call

This commit is contained in:
Klaus-Uwe Mitterer 2016-05-30 20:59:41 +02:00
parent c3575e6d76
commit 6a87b5c36a

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