mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-13 14:58:36 -07:00
Tracker.Conn interface update to better fit API
This commit is contained in:
@@ -54,7 +54,7 @@ func loadTestData(tkr *Tracker) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
err = conn.WhitelistClient("TR2820")
|
||||
err = conn.AddClient("TR2820")
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user