mirror of
https://github.com/statbate/special-pancake.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
4b0b928cef
commit
e42f70e789
3 changed files with 43 additions and 44 deletions
|
|
@ -5,8 +5,8 @@ import (
|
|||
"net/http"
|
||||
//"net/url"
|
||||
//"strconv"
|
||||
"time"
|
||||
"net/url"
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
jsoniter "github.com/json-iterator/go"
|
||||
|
|
@ -60,7 +60,7 @@ func announceCount() {
|
|||
Count int `json:"count"`
|
||||
}{
|
||||
Chanel: "chaturbate",
|
||||
Count: l
|
||||
Count: l,
|
||||
})
|
||||
if err == nil {
|
||||
socketServer <- msg
|
||||
|
|
@ -182,7 +182,6 @@ func xWorker(workerData Info, u url.URL) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
for {
|
||||
|
||||
select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue