- bug fixes

This commit is contained in:
zachary
2025-04-12 18:34:35 -07:00
parent 8a5683fe79
commit e378feeefe
4 changed files with 20 additions and 27 deletions

View File

@@ -220,19 +220,19 @@ HOMES_DATA = """%s
}""" % _SEARCH_HOMES_DATA_BASE
SEARCH_HOMES_DATA = """%s
current_estimates {
__typename
source {
__typename
type
name
}
estimate
estimateHigh: estimate_high
estimateLow: estimate_low
date
isBestHomeValue: isbest_homevalue
}
current_estimates {
__typename
source {
__typename
type
name
}
estimate
estimateHigh: estimate_high
estimateLow: estimate_low
date
isBestHomeValue: isbest_homevalue
}
}""" % _SEARCH_HOMES_DATA_BASE
GENERAL_RESULTS_QUERY = """{