better logging

This commit is contained in:
Baipyrus 2024-04-15 01:39:59 +02:00
parent 2bb893e9a8
commit 6eeba8f9d0

View File

@ -45,7 +45,7 @@ func main() {
// Load env server data // Load env server data
url, width, height := loadMatrixData() url, width, height := loadMatrixData()
goterm.Printf("At '%s': %d x %d\n", url, width, height) goterm.Printf("On '%s' at [%d x %d] with %d FPS\n", url, width, height, FPS)
// Initialize resty client // Initialize resty client
client := resty.New() client := resty.New()