Skip to content

Commit

Permalink
fix md5file
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Oct 18, 2023
1 parent 1e26ee2 commit 036690d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kanban/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package kanban
import (
"fmt"

"github.com/FloatTech/zbputils/control"
nano "github.com/fumiama/NanoBot"
"github.com/fumiama/go-registry"

"github.com/FloatTech/NanoBot-Plugin/kanban/banner"
Expand All @@ -16,7 +16,7 @@ func init() {
PrintBanner()
}

var reg = registry.NewRegReader("reilia.fumiama.top:32664", control.Md5File, "fumiama")
var reg = registry.NewRegReader("reilia.fumiama.top:32664", nano.Md5File, "fumiama")

// PrintBanner ...
func PrintBanner() {
Expand Down

0 comments on commit 036690d

Please sign in to comment.