diff --git a/whoogle/config.json b/whoogle/config.json index ef882dc07..eb37ef778 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -57,6 +57,6 @@ "WHOOGLE_CONFIG_SEARCH_LANGUAGE": "str?", "WHOOGLE_CONFIG_BLOCK": "str?", "WHOOGLE_CONFIG_STYLE": "str?", - "WHOOGLE_RESULTS_PER_PAGE": "list(0|1)?" + "WHOOGLE_RESULTS_PER_PAGE": "int(5,100)?" } }