Google sheets integration (#23)

This commit is contained in:
Cullen Watson
2023-08-28 05:45:08 -05:00
committed by GitHub
parent ce5226b518
commit 9eb14a74a3
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ async def scrape_jobs(scraper_input: ScraperInput) -> CommonResponse:
except Exception as e:
return CommonResponse(
status="Failed to upload to Google Sheet", error=str(e)
status="Failed to upload to Google Sheet", error=repr(e)
)
else: