diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-18 00:44:43 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-18 00:44:43 +0200 |
commit | 7e99f95da0fc82f77591268371ff2f68bccdf3b5 (patch) | |
tree | 97714458e931e989caac5f5048b7add7c20f7be6 /AllAboutData/getData.py | |
parent | 1f46b3a7c86b77c5931a97a235bdf2e9fa71c960 (diff) |
minor comment fixes
Diffstat (limited to 'AllAboutData/getData.py')
-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 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/" |