mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 03:54:31 -08:00
Google sheets integration (#23)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user