We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d7554 commit 8707772Copy full SHA for 8707772
2 files changed
foundation/olivetv/kuaishou.go
@@ -2,7 +2,6 @@ package olivetv
2
3
import (
4
"errors"
5
- "fmt"
6
"regexp"
7
"sort"
8
"time"
@@ -60,7 +59,7 @@ func (this *kuaishou) set(tv *TV) error {
60
59
tv.streamerName = gjson.Get(text, "liveroom.author.name").String()
61
62
tv.roomOn = gjson.Get(text, "liveroom.isLiving").Bool()
63
- fmt.Println("tv.roomOn", tv.roomOn)
+ // fmt.Println("tv.roomOn", tv.roomOn)
64
if !tv.roomOn {
65
return nil
66
}
zarf/docker/dockerfile.olive
@@ -1,5 +1,5 @@
1
# Build the Go Binary.
-FROM golang:1.19 as build_olive
+FROM golang:1.20 as build_olive
ENV CGO_ENABLED 0
ARG BUILD_REF
0 commit comments