summaryrefslogtreecommitdiff
path: root/AllAboutData/getData.py
diff options
context:
space:
mode:
authorLuhamus <86472291+Luhamus@users.noreply.github.com>2022-03-18 14:42:13 +0200
committerGitHub <noreply@github.com>2022-03-18 14:42:13 +0200
commit808c0cb70b999316bcc2accd6e8e026f2e003936 (patch)
tree8bcb8d81ac1a8974a5aeba166faaa2bebb63d6c6 /AllAboutData/getData.py
parent8415605567a2d95f508eb21becba1c43e0d67b1f (diff)
Update getData.py
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"