From f7fd869bd0194b9cedcd95dea47fe67a5e3e93d0 Mon Sep 17 00:00:00 2001 From: matthewhu8 Date: Mon, 5 Aug 2024 15:49:53 -0400 Subject: [PATCH] initial testing --- mdharvester.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mdharvester.py b/mdharvester.py index 73ed7bd..1e28255 100644 --- a/mdharvester.py +++ b/mdharvester.py @@ -53,7 +53,8 @@ def main(options: Namespace, inputdir: Path, outputdir: Path): :param inputdir: directory containing (read-only) input files :param outputdir: directory where to write output files """ - + start_date = options.startdate + end_date = options.enddate print(DISPLAY_TITLE) # Typically it's easier to think of programs as operating on individual files