Merge branch 'release/v0.2.0' into develop
This commit is contained in:
commit
bf3ec069ef
@ -86,7 +86,7 @@ def start_log(arguments):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
arguments = docopt.docopt(__doc__, version='Fourmi - V0.1.0')
|
arguments = docopt.docopt(__doc__, version='Fourmi - V0.2.0')
|
||||||
start_log(arguments)
|
start_log(arguments)
|
||||||
settings = scrapy_settings_manipulation(arguments)
|
settings = scrapy_settings_manipulation(arguments)
|
||||||
setup_crawler(arguments["<compound>"], settings)
|
setup_crawler(arguments["<compound>"], settings)
|
||||||
|
Reference in New Issue
Block a user