Skip to content

Commit

Permalink
updated because uptdown keeps changing their website
Browse files Browse the repository at this point in the history
  • Loading branch information
fieryhenry committed Oct 10, 2023
1 parent 2843468 commit de0284e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
git clone https://github.com/fieryhenry/TBCModLoader.git
cd TBCModLoader
python -m pip install .
- name: Run Script
run: python run.py
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from tbcml import core

# https://github.com/fieryhenry/TBCModLoader
# currently working as of version 1.0.1.1
# currently working as of commit 6a243e2


def do(cc: core.CountryCode):
Expand Down

0 comments on commit de0284e

Please sign in to comment.