chatGPT-telegram-bot
chatGPT-telegram-bot copied to clipboard
Changed class on line 92
Hello Devs, Just found that ChatGPT front-end has been changed 2 days ago and class name is also changed that why previous version of code not working properly ( - not getting response of query on telegram ) So i have changed class after analysing the whole frond-end again of ChatGPT
Thanks!
this fixes issue #48. I did the same change, page_elements = PAGE.query_selector_all("div[class*='markdown']")
. Also added an empty array check for page_elements.
works for me +rep