mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01: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