summaryrefslogtreecommitdiff
path: root/AllAboutData/getData.py
diff options
context:
space:
mode:
Diffstat (limited to 'AllAboutData/getData.py')
-rw-r--r--AllAboutData/getData.py2
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"