Skip to content

Commit

Permalink
yaml parameter description file added, conversion to reseaulu format …
Browse files Browse the repository at this point in the history
…included
  • Loading branch information
jphcoi committed Jan 9, 2012
1 parent 302aafe commit 272305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl_trial.py
Expand Up @@ -35,7 +35,7 @@

print 'path',path
inlinks_min=parameters.get('inlinks_min',1)
depth=parameters.get('depth',10)
depth=int(parameters.get('depth',10))
query=parameters.get('query','You really should enter a query, otherwise...')
result_path=parameters.get('result_path','ouput')
print 'query',query
Expand Down

0 comments on commit 272305d

Please sign in to comment.