Skip to content

Commit

Permalink
fix flux
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreylitt committed Apr 17, 2020
1 parent bbffe0b commit cddf706
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/site_adapters/flux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class FluxAdapter extends DomScrapingBaseAdapter {
{ name: "8", type: "numeric", editable: true},
{ name: "9", type: "numeric", editable: true},
{ name: "10", type: "numeric", editable: true},
{ name: "11", type: "numeric", editable: true},
]

scrapePage() {
Expand All @@ -54,6 +53,9 @@ class FluxAdapter extends DomScrapingBaseAdapter {
"5": document.querySelector(`#valorBrutoAbs--${i}--5`),
"6": document.querySelector(`#valorBrutoAbs--${i}--6`),
"7": document.querySelector(`#valorBrutoAbs--${i}--7`),
"8": document.querySelector(`#valorBrutoAbs--${i}--8`),
"9": document.querySelector(`#valorBrutoAbs--${i}--9`),
"10": document.querySelector(`#valorBrutoAbs--${i}--10`),
}
}

Expand Down

0 comments on commit cddf706

Please sign in to comment.