My code consists of two parts:
- part: Scraping content from a webpage
- part: Evaluating the content
In the 1st part everything is running without any problems. This part takes about 5min.
But I get errors in the 2nd part. Every time I rerun the code to check whether I succeeded in solving the problem in the 2nd part I have to wait 5min. Is there a more efficient way of debugging?
Is there a way to store a variable from the 1st part of session 1 and reuse it in session 2? I want to skip the 1st part and go directly to the 2nd part.