wyattshanahan / webcapturetool

A tool built to capture screenshots of a large number of sites from a csv document.
0 stars 0 forks source link

Program skips first item in csv #9

Closed wyattshanahan closed 4 months ago

wyattshanahan commented 4 months ago

tool currently skips the first item in the csv - workaround is to prepend an entry with nonsensical text

wyattshanahan commented 4 months ago

TODO: add option to skip header row - this issue is caused by the assumption that there will be a header row. therefore, it has currently been disabled but should be controlled by a CLI argument

To be implemented when fixing #8

wyattshanahan commented 4 months ago

Bug itself is solved, skipping will be implemented as an option in a future update