master v0.1
bel 2020-04-02 23:59:46 +00:00
parent c4cf4dfbd6
commit eafd022d7d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func main() {
if err != nil {
panic(err)
}
for _, email := range emails {
for email := range emails {
transactions, err := Scrape(email)
if err != nil {
log.Println("failed to scrape email:", err)