Skip to content

Commit

Permalink
Update TeamskeetAPI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmeliina authored Apr 8, 2024
1 parent 0eae692 commit 3f02b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/Teamskeet/TeamskeetAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def save_json(api_json, url):


USERFOLDER_PATH = str(pathlib.Path(__file__).parent.parent.absolute())
DIR_JSON = os.path.join(USERFOLDER_PATH, "scraperJSON","Sayuncle")
DIR_JSON = os.path.join(USERFOLDER_PATH, "scraperJSON","Teamskeet")


# Not necessary but why not ?
Expand Down

0 comments on commit 3f02b97

Please sign in to comment.