mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
lol changing a server into a script
This commit is contained in:
parent
e1e26f5288
commit
74270245ab
3 changed files with 50 additions and 17 deletions
|
@ -171,7 +171,7 @@ func (si *serverInfo) GetHLL(at time.Time) (*hyperloglog.HyperLogLogPlus, error)
|
|||
if err != nil {
|
||||
// continue to download
|
||||
} else {
|
||||
fmt.Printf("opened hll %s:%s\n", si.subdomain, getHLLCacheKey(at))
|
||||
//fmt.Printf("opened hll %s:%s\n", si.subdomain, getHLLCacheKey(at))
|
||||
return loadHLLFromStream(reader)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue