PaulMcInnis / JobFunnel

Scrape job websites into a single spreadsheet with no duplicates.
MIT License
1.81k stars 212 forks source link

Empty incoming jobs update() #100

Closed PaulMcInnis closed 3 years ago

PaulMcInnis commented 3 years ago

Description

I seem to have botched this in the release... oops!

Everything seems to be working fine for the demo scrape, but suddenly you get no jobs added because we update it to be Nothing!

https://github.com/PaulMcInnis/JobFunnel/blob/25ce96eefc539d7d8b9bc53c99aa93791393585e/jobfunnel/backend/jobfunnel.py#L244

Steps to Reproduce

funnel load -s demo/settings.yaml

Expected behavior

We should be updating to accumulate incoming jobs.

Actual behavior

We never accumulate anything! but we get nice progress bars (and scrape goes fine)

Environment