Skip to content

Commit

Permalink
Update ESPN API
Browse files Browse the repository at this point in the history
Update ESPN api to version 0.33.0
  • Loading branch information
Kjeldgaard committed Oct 27, 2023
1 parent ac12ad8 commit 46c5a9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions generate_index_2023.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
echo "Generating index_2023.html"
.venv/bin/python3 main.py 2023
echo "Finished generating index_2023.html"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2022.9.24
charset-normalizer==2.1.1
espn-api==0.25.0
espn-api==0.33.0
idna==3.4
Jinja2==3.1.2
MarkupSafe==2.1.1
Expand Down

0 comments on commit 46c5a9c

Please sign in to comment.