Skip to content

Commit

Permalink
fix submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Jan 27, 2018
1 parent e584ef0 commit f4b844d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs
Submodule docs deleted from fb70ba
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ScrapingQueryBuilder(IPluginCollection<IScraper> scrapers,
this.ScrapeEngine = scrapeEngine;
}

[Field("autoScrape", "seed test", typeof(ListGraphType<SeedGraphType>))]
[Field("autoScrape", "Automatically results scrape to end.", typeof(ListGraphType<SeedGraphType>))]
[Parameter(typeof(string), typeof(StringGraphType), "platform", "platform")]
[Parameter(typeof(string), typeof(StringGraphType), "title", "title")]
[Parameter(typeof(IEnumerable<string>), typeof(ListGraphType<StringGraphType>), "scraperNames", "The scrapers to use for this job.")]
Expand Down

0 comments on commit f4b844d

Please sign in to comment.