diff --git a/.github/workflows/update-players-sheet.yml b/.github/workflows/update-players-sheet.yml index a96da9b..143547d 100644 --- a/.github/workflows/update-players-sheet.yml +++ b/.github/workflows/update-players-sheet.yml @@ -25,4 +25,4 @@ jobs: BOB_GMAIL: ${{ secrets.BOB_GMAIL }} GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} run: | - python -c 'import google_sheets; google_sheets.update_canadians_sheet(); scrape.email_additions("bob");' \ No newline at end of file + python -c 'import google_sheets; import scrape; google_sheets.update_canadians_sheet(); scrape.email_additions("bob");'