diff --git a/fourmi.py b/fourmi.py index 2b36b08..20e556a 100755 --- a/fourmi.py +++ b/fourmi.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Fourmi, an web scraper build to search specific information for a given compound (and it's pseudonyms). +Fourmi, a web scraper build to search specific information for a given compound (and it's pseudonyms). Usage: fourmi search @@ -71,7 +71,7 @@ def start_log(arguments): def search(arguments, loader): start_log(arguments) settings = scrapy_settings_manipulation(arguments) - setup_crawler([arguments[""]], settings, loader) + setup_crawler(arguments[""], settings, loader) reactor.run() @@ -83,4 +83,4 @@ if __name__ == '__main__': search(arguments, loader) elif arguments["list"]: print "-== Available Sources ==-" - print str(loader) \ No newline at end of file + print str(loader)