Reduced editor jobs

This commit is contained in:
Eduard Urbach 2018-12-06 12:06:37 +09:00
parent 5ba92173b6
commit 2fc5a07658

View File

@ -9,21 +9,21 @@ import (
)
var jobInfo = map[string]*utils.JobInfo{
"anime-ratings": &utils.JobInfo{
Name: "anime-ratings",
},
"kitsu-import-anime": &utils.JobInfo{
Name: "kitsu-import-anime",
},
"twist": &utils.JobInfo{
Name: "twist",
},
"refresh-games": &utils.JobInfo{
Name: "refresh-games",
},
"test": &utils.JobInfo{
Name: "test",
},
// "anime-ratings": &utils.JobInfo{
// Name: "anime-ratings",
// },
// "twist": &utils.JobInfo{
// Name: "twist",
// },
// "refresh-games": &utils.JobInfo{
// Name: "refresh-games",
// },
// "test": &utils.JobInfo{
// Name: "test",
// },
}
var jobLogs = []string{}