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 5bf8367..61b213c 100644
--- a/AllAboutData/getData.py
+++ b/AllAboutData/getData.py
@@ -32,7 +32,7 @@ headers = {
# Createing file name variables to store data in
if utils.whichOs() == "windows":
teamsFile = "Data/NBAteams.csv"
- playersDir = "Data\Players\\"
+ playersDir = "Data\\Players\\"
else:
teamsFile = "Data/NBAteams.csv"
playersDir = "Data/Players/"