Fix initialization of conf for stats

This commit is contained in:
2023-05-09 22:05:03 -04:00
parent 7bbfadeeed
commit b7c5835680
2 changed files with 8 additions and 5 deletions
+1
View File
@@ -87,6 +87,7 @@ type IPInfoResponse struct {
}
func Initialize(c *config.Config) {
statsInitialize(c)
// changed to use Noto Sans instead of OpenSans, due to issue:
// https://github.com/golang/freetype/issues/8
fLight, err := freetype.ParseFont(fontLightBytes)