mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
updated run_batdetect script
This commit is contained in:
parent
0aa3d9d1e0
commit
ad1c345751
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user