Skip to content

Commit

Permalink
Modify data path
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Apr 2, 2024
1 parent 9ac839f commit 25b4758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


# Load repo data
with open('repos.json', 'r') as f:
with open('data/repos.json', 'r') as f:
data=f.read()
repos = json.loads(data)
# Override a few gifs
Expand Down

0 comments on commit 25b4758

Please sign in to comment.