Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xutianyi1999 committed Jun 21, 2020
1 parent 440d4fd commit 6262e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/club/koumakan/spider/MainVerticle.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void start() {
.doOnNext(filename -> logger.info("download: " + filename))
.count()
.subscribe(count -> {
logger.info("count: " + count + " img");
logger.info("count: " + count + " images");
logger.info("done");
}, err -> logger.error("error", err));
}
Expand Down

0 comments on commit 6262e5e

Please # to comment.