Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
myon-bioinformatics authored Jun 14, 2023
1 parent 423c107 commit 6099229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func admin(cc chan ControlMessage, statusPollChannel chan chan bool) {
cc <- msg

// Create response
fmt.Fprintf(w,"Sent Control message about Text and Number: %s, Number: %d",
fmt.Fprintf(w,"Sent Control message about Text: %s, Number: %d",
html.EscapeString(r.FormValue("text")),
number,
)
Expand Down

0 comments on commit 6099229

Please sign in to comment.