Added database node.Close() to patches
This commit is contained in:
@ -5,6 +5,8 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
defer arn.Node.Close()
|
||||
|
||||
for animeList := range arn.StreamAnimeLists() {
|
||||
animeList.RemoveDuplicates()
|
||||
animeList.Save()
|
||||
|
Reference in New Issue
Block a user