mirror of https://github.com/mum4k/termdash.git
Removed another one
This commit is contained in:
parent
cdbcd400a2
commit
c304765e5c
|
@ -232,7 +232,7 @@ func newSparkLines(ctx context.Context) (*sparkline.SparkLine, *sparkline.SparkL
|
||||||
)
|
)
|
||||||
go periodic(ctx, 500*time.Millisecond, func() error {
|
go periodic(ctx, 500*time.Millisecond, func() error {
|
||||||
v := int(rand.Int31n(max + 1))
|
v := int(rand.Int31n(max + 1))
|
||||||
return err := spRed.Add([]int{v})
|
return spRed.Add([]int{v})
|
||||||
})
|
})
|
||||||
return spGreen, spRed
|
return spGreen, spRed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue