When using app.py in the root folder (pythonExam\app.py), the file-saving features of the modules don't work as they point outside the current working directory.
presentation.py saves to ./plots (untested)
web_scraper.py saves to ../tweets, which points to a folder level outside root
When using app.py in the root folder (
pythonExam\app.py
), the file-saving features of the modules don't work as they point outside the current working directory.presentation.py
saves to ./plots (untested)web_scraper.py
saves to ../tweets, which points to a folder level outside root