Removed time.Sleep statements in jobs
This commit is contained in:
jobs
patches
add-character-created-date
delete-unused-characters
fix-wrong-ids-in-animelists
generate-anime-ids
mark-month-as-current
merge-duplicate-characters
remove-character-borders
user-set-social-id
@ -2,7 +2,6 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/fatih/color"
|
||||
@ -55,5 +54,4 @@ func main() {
|
||||
}
|
||||
|
||||
fmt.Println(len(used), len(characters))
|
||||
time.Sleep(2 * time.Second)
|
||||
}
|
||||
|
Reference in New Issue
Block a user