nityeshaga / scrape-and-send

A tool to scrape websites and send email alerts upon desired updates
1 stars 1 forks source link

eprocure_state.py: Added variable for URL #28

Closed nityeshaga closed 6 years ago

nityeshaga commented 6 years ago

Now driver.get() is called using parameter cls.URL instead of the hard coded actual URL string.

Closes #21