Rename transfer scraper

This commit is contained in:
powe97 2024-03-16 00:32:59 -04:00
parent bd930f05e9
commit 1fa7ab61af
No known key found for this signature in database
GPG Key ID: 7D1663B10978D1BA
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Run scraper
working-directory: transfer_scraper
run: |
python3 main.py ${{ matrix.page }} transfer_${{ matrix.page }}.json
python3 scrape_page.py ${{ matrix.page }} transfer_${{ matrix.page }}.json
- name: Upload data to artifact
uses: actions/upload-artifact@v4