From ad1c34575172ad21d2212c253bb1fb5142994d6d Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Mon, 20 Mar 2023 11:14:14 +0000 Subject: [PATCH] updated run_batdetect script --- run_batdetect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_batdetect.py b/run_batdetect.py index 54bac02..adab803 100644 --- a/run_batdetect.py +++ b/run_batdetect.py @@ -1,5 +1,5 @@ """Run bat_detect.command.main() from the command line.""" -from bat_detect.cli import main +from bat_detect.cli import detect if __name__ == "__main__": - main() + detect()