Minor changes
This commit is contained in:
parent
a58e99c950
commit
861c052610
9
patches/import-anilist/import-anilist.go
Normal file
9
patches/import-anilist/import-anilist.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
)
|
||||
|
||||
func main() {
|
||||
arn.PanicOnError(arn.AniList.Authorize())
|
||||
}
|
Loading…
Reference in New Issue
Block a user