main entrypoint for caosdb-crawler defect
Running the crawler (even just with the --help option) results currently in this error:
$ caosdb-crawler --help
Traceback (most recent call last):
File "/home/salexan/.local/bin/caosdb-crawler", line 33, in <module>
sys.exit(load_entry_point('caoscrawler', 'console_scripts', 'caosdb-crawler')())
TypeError: main() missing 2 required positional arguments: 'crawled_directory_path' and 'cfood_file_name'
What's wrong here, this worked in previous versions.