Skip to content

Commit

Permalink
chore: update sheet name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Aug 12, 2024
1 parent f9069dd commit 6ba53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wmrc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _parse_from_google_sheets(self) -> pd.DataFrame:
#: Get individual sheets
gsheet_extractor = extract.GSheetLoader(self.secrets.SERVICE_ACCOUNT_JSON)
sw_df = gsheet_extractor.load_specific_worksheet_into_dataframe(
self.secrets.SHEET_ID, "SW Facilities", by_title=True
self.secrets.SHEET_ID, "Facilities", by_title=True
)
uocc_df = gsheet_extractor.load_specific_worksheet_into_dataframe(self.secrets.SHEET_ID, "UOCCs", by_title=True)

Expand Down

0 comments on commit 6ba53fe

Please sign in to comment.