strange
Some checks failed
Build and Publish / BuildAndDeploy (push) Has been cancelled

This commit is contained in:
matst80
2024-11-10 00:12:17 +01:00
parent f45c40a1f2
commit b5475fa6c5
2 changed files with 2 additions and 2 deletions

View File

@@ -484,7 +484,7 @@ func (p *SyncedPool) AddRemote(address string) error {
return err
}
pool := NewRemoteGrainPool(fmt.Sprintf(address, 1337))
pool := NewRemoteGrainPool(address)
remote := RemoteHost{
connection: connection,
queue: NewPacketQueue(connection),