mikelor / TsaThroughput

Monitors the TSA Published Statistics, Downloads new PDF files and Saves as .json
MIT License
32 stars 5 forks source link

Remove Hard-Coded Paths in Python #2

Closed mikelor closed 3 years ago

mikelor commented 4 years ago

In the https://github.com/mikelor/TsaThroughput/blob/main/src/tsa_throughput/src/data/main.py we are hard coding the paths for reading/writing data. We should change these to relative paths(?) or something like that.

Right now, it's a "users" name is included in the path

mikelor commented 3 years ago

completed