We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdbaee commit b4afaa5Copy full SHA for b4afaa5
crawler/src/main/java/info/xiaomo/crawler/schedule/ScheduledTasks.kt
@@ -41,7 +41,7 @@ constructor(private val shikigamaService: ShikigamaService) {
41
val shikigamiModel = shikigamaService.findAll()
42
for (aShikigamiModel in shikigamiModel) {
43
val url = aShikigamiModel.image
44
- DownUtil.download(url, "D:\\yys\\")
+ DownUtil.download(url!!, "D:\\yys\\")
45
LOGGER.debug("开始下载图片:{}", url)
46
}
47
0 commit comments