Fix function call
This commit is contained in:
parent
3b8811f6aa
commit
23218aff75
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue