summaryrefslogtreecommitdiff
path: root/api/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/utils.py')
-rw-r--r--api/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/utils.py b/api/utils.py
index c04bdf1..069f072 100644
--- a/api/utils.py
+++ b/api/utils.py
@@ -2,8 +2,8 @@ import pandas as pd
# Making relative paths. On windows slashes would be backwards
# It is probably not the best way.
-relPathTeams = "../AllAboutData/Data/NBAteams.csv"
-relPathPlayers = "../AllAboutData/Data/Players/"
+relPathTeams = "../../AllAboutData/Data/NBAteams.csv"
+relPathPlayers = "../../AllAboutData/Data/Players/"
def getTeamNames():
'''