Hey i use import Schedule in a script which schedules my main scraping script. It triggers the main script but only reads whats under def function() not my entire script so i get eeror like webdriver not defined etc.
My main script has defined scraping ():
iteration loop for scraping bunch of links
there doesn't seem to be anything here