diff options
Diffstat (limited to 'AllAboutData')
-rw-r--r-- | AllAboutData/getData.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AllAboutData/getData.py b/AllAboutData/getData.py index 61b213c..3b4a7f7 100644 --- a/AllAboutData/getData.py +++ b/AllAboutData/getData.py @@ -31,7 +31,7 @@ headers = { # Createing file name variables to store data in if utils.whichOs() == "windows": - teamsFile = "Data/NBAteams.csv" + teamsFile = "Data\\NBAteams.csv" playersDir = "Data\\Players\\" else: teamsFile = "Data/NBAteams.csv" |