From 7e99f95da0fc82f77591268371ff2f68bccdf3b5 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Fri, 18 Mar 2022 00:44:43 +0200 Subject: minor comment fixes --- AllAboutData/getData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AllAboutData/getData.py') 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/" -- cgit v1.2.3