adding new script

master
rforstner 2022-01-20 19:57:39 +01:00
parent 64b4ed8e3e
commit 0b02b226ee
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ def main():
parser = init_argparse() parser = init_argparse()
args = parser.parse_args() args = parser.parse_args()
if args.preSelect and (args.fromDate or args.toDate): if args.preSelect and (args.fromDate or args.toDate):
print("--preSelect must not be used in conjuntion with --fromDate and/or --toDate") print("--preSelect must not be used in conjuntion with --fromDate and/or --toDate")
sys.exit() sys.exit()

View File

@ -1,6 +1,6 @@
python-decouple python-decouple
pyyaml pyyaml
pandas>=0.25.0 pandas
requests requests
datetime datetime
argparse argparse