Version bump to 0.8.11

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
zacharyhampton
2025-12-17 22:42:01 -07:00
parent ef6db606fd
commit 8eb138ee1a
3 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ class RealtorScraper(Scraper):
"variables": variables,
}
response = self.session.post(self.SEARCH_GQL_URL, json=payload)
response = self.session.post(self.SEARCH_GQL_URL, data=json.dumps(payload, separators=(',', ':')))
if response.status_code == 403:
if not self.proxy: