mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-30 19:35:21 -04:00
b96e3a0acb
Since the request class is loaded prior to values being read from the user's dotenv, the WHOOGLE_RESULT_PER_PAGE var wasn't being used for searches. This moves the definition of the base search url to be intialized in the request class to address this issue. Fixes #497