Hold-Krykke / PythonExam

4. Semester Python Eksamens Projekt
1 stars 1 forks source link

[BUG] Relative links throughout modules don't work for app.py #26

Closed Runi-VN closed 4 years ago

Runi-VN commented 4 years ago

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.

image

Runi-VN commented 4 years ago

We might have to use the os and/or path module here.

If I force the path to be ./tweets instead of ../tweets the scraper works from app.py 👍 image