Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Apr 2, 2019
1 parent 106f713 commit b7c75ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public Observable<List<SearchBookBean>> findBook(String url, int page) {
}
BookList bookList = new BookList(tag, name, bookSourceBean);
try {
AnalyzeUrl analyzeUrl = new AnalyzeUrl(url, "", page, headerMap, tag);
AnalyzeUrl analyzeUrl = new AnalyzeUrl(url, null, page, headerMap, tag);
if (analyzeUrl.getHost() == null) {
return Observable.create(emitter -> {
emitter.onNext(new ArrayList<>());
Expand Down

0 comments on commit b7c75ad

Please sign in to comment.