mirror of
https://github.com/fosrl/olm.git
synced 2026-02-20 03:46:42 +00:00
Fix small issues; add back ws
This commit is contained in:
4
main.go
4
main.go
@@ -16,7 +16,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/fosrl/newt/logger"
|
||||
"github.com/fosrl/newt/websocket"
|
||||
"github.com/fosrl/olm/websocket"
|
||||
|
||||
"golang.org/x/net/icmp"
|
||||
"golang.org/x/net/ipv4"
|
||||
@@ -356,7 +356,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Create a new olm
|
||||
olm, err := websocket.NewOlm(
|
||||
olm, err := websocket.NewClient(
|
||||
id, // CLI arg takes precedence
|
||||
secret, // CLI arg takes precedence
|
||||
endpoint,
|
||||
|
||||
Reference in New Issue
Block a user