Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

NumSitesToSearch #192

Closed old-alexlmao closed 4 years ago

old-alexlmao commented 4 years ago

configparser.NoOptionError: No option 'numsitestosearch' in section: 'SEARCH'

How to fix? Never had this issue. Even reinstalled the repo

Exaphis commented 4 years ago

Make sure NumSitesToSearch = 5 exists in the [SEARCH] section of hq_config.conf. https://github.com/Exaphis/HackQ-Trivia/blob/1888f0d59fda08b8d643e63d358eb05f808bef9a/hackq_trivia/hq_config.conf#L10

old-alexlmao commented 4 years ago

thank you it worked.