Every time my Python - Flask data reader starts it throws an execution failure, halting the entire application. The crash occurs during startup—well before any web data is retrieved—so nothing ever reaches the UI. The reader should open Chrome, load a web, read the data from it, and pass the structured data downstream utill it reaches an excel file. I need you to trace the root cause of this startup failure, patch the code, and verify that the reader launches cleanly and delivers correctly formatted data . This software works on an specific webpage. Deliverables • Patched reader module that starts without errors and can finish the entire loop execution of the application. • Evidence (Files created Dynamically on my public server's shared files) confirming data is fetched and processed successfully and on format • Brief summary of the root cause and the fix so I can review and merge your changes