Ashwani
Ashwani
@somnath9835 , Replace BeautifulSoup code with following lines: souped_data = BeautifulSoup(response,'html.parser') #getting the headers of table souped_data = BeautifulSoup(str(souped_data.find_all('div',{'class': "content newtab"})),'html.parser') headers = ExtractData(souped_data.tr.find_all('th')) You can debug your code using...
@rachitiitr , Using your code, I have created a desktop notifier for same case as I couldn't integrate with Slack. [Corona Notifier](https://github.com/imaskm/corona-notifier)
already created MR to resolve this and some other issues: https://github.com/itsksaurabh/kubeact/pull/14
@sagikazarmark , can you please write a better example for how to use this package for Vault in readme?