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