Skip to content

Commit

Permalink
error thing
Browse files Browse the repository at this point in the history
  • Loading branch information
B Dog committed Jul 13, 2020
1 parent 375add1 commit 86cc7dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ func main() {

fmt.Println("done1")

vv := page.Element(row).Text() // doesnt work if removed?
fmt.Printf("%s \n", vv) //

for _, e := range page.Elements(row + "," + row2) {
bandPrint := e.Element(band).Text()

Expand Down

0 comments on commit 86cc7dc

Please sign in to comment.