From 808c0cb70b999316bcc2accd6e8e026f2e003936 Mon Sep 17 00:00:00 2001 From: Luhamus <86472291+Luhamus@users.noreply.github.com> Date: Fri, 18 Mar 2022 14:42:13 +0200 Subject: Update getData.py --- AllAboutData/getData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3