Changed printed text of all other status codes.

This commit is contained in:
ultimateplayer1999 2023-01-19 10:23:48 +01:00
parent 571a1bc3a7
commit ace4c7e53f
Signed by: ultimateplayer1999
GPG Key ID: 690D4E43F8B51E51
2 changed files with 1 additions and 1 deletions

BIN
keystatus

Binary file not shown.

View File

@ -73,7 +73,7 @@ func main() {
fmt.Println("")
} else {
fmt.Println("")
fmt.Println("Recieved a unlisted error.")
fmt.Println("Recieved an other status code.")
fmt.Println("")
}
}