Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raifpy authored Oct 14, 2020
1 parent 05de92a commit fba961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func gui(uyg fyne.App, win fyne.Window) {
}
ham, _ := ioutil.ReadAll(verReq.Body)
hamStr := strings.Trim(string(ham), "\n")
reqVer, err := strconv.ParseFloat(hamStr, 32)
reqVer, err := strconv.ParseFloat(hamStr, 1)
if errHandler.HandlerBool(err) {
return
}
Expand Down

0 comments on commit fba961a

Please sign in to comment.