Add widget route

This commit is contained in:
Jacob Gunther
2023-03-30 22:47:01 -05:00
parent c45944b41b
commit eaa1492baa
9 changed files with 254 additions and 10 deletions

View File

@@ -187,7 +187,7 @@ func GetServerIcon(host string, port uint16) ([]byte, time.Duration, error) {
return cache, ttl, err
}
icon := defaultIcon
icon := defaultIconBytes
status, err := mcutil.Status(host, port)