mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 18:29:29 +08:00
remove addr, pubKey fields from agent struct
This commit is contained in:
@@ -38,5 +38,5 @@ func main() {
|
||||
addr = portEnvVar
|
||||
}
|
||||
|
||||
agent.NewAgent(pubKey, addr).Run()
|
||||
agent.NewAgent().Run(pubKey, addr)
|
||||
}
|
||||
|
Reference in New Issue
Block a user