Skip to content

Commit

Permalink
fix domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikooo777 committed Feb 22, 2024
1 parent 96c13a5 commit 8aa1adc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sockety/sockety.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ import (
"github.com/sirupsen/logrus"
)

// Token token used to sent notifications to sockety
var Token string

// URL is the url to connect to an instance of sockety.
var URL = "https://sockety.lbry.com"
var URL = "https://sockety.odysee.tv"

var socketyClient *socketyapi.Client

Expand Down

0 comments on commit 8aa1adc

Please sign in to comment.