Skip to content

Commit

Permalink
Update folderSetup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alemB1 authored Apr 18, 2023
1 parent 1250223 commit 15148c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auxFunctions/folderSetup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import os

f = open('data.json', encoding='utf-8')
f = open('FITDownloader/data.json', encoding='utf-8')
folderNames = json.load(f)
yearOfStudy = ""

Expand Down

0 comments on commit 15148c1

Please sign in to comment.