Format code

This commit is contained in:
2025-08-05 16:32:55 +01:00
parent bf8c4bd51e
commit 64d1c420a2

View File

@@ -235,7 +235,6 @@ func main() {
return
}
err = json.Unmarshal(bytes, &config)
if err != nil {
dropToSignInPage(fmt.Sprintf("Your pi.json file is invalid:\n%s", err.Error()))