Renamed files folder to anime

This commit is contained in:
2018-04-24 03:41:27 +02:00
parent 754f99e880
commit 07ab02fbd1
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ func InvokeShellArgs() bool {
panic("No MAL ID")
}
readFile(path.Join(arn.Root, "jobs/mal-download/files", "anime-"+anime.GetMapping("myanimelist/anime")+".html"))
readFile(path.Join(arn.Root, "jobs/mal-download/anime", "anime-"+anime.GetMapping("myanimelist/anime")+".html"))
return true
}