python-binance
python-binance copied to clipboard
Cannot connect to host :443 ssl:default [None]
CODE ERROR
import sys
import logging
from pysitemap import crawler
if __name__ == '__main__':
if '--iocp' in sys.argv:
from asyncio import events, windows_events
sys.argv.remove('--iocp')
logging.info('using iocp')
el = windows_events.ProactorEventLoop()
events.set_event_loop(el)
# root_url = sys.argv[1]
root_url = 'https://encompasshealth.com/concordrehab'
crawler(root_url, out_file='sitemap.xml')
Error
has error 'Cannot connect to host encompasshealth.com:443 ssl:default [None]'
@SyedTayyabGillani I didn't understand what your issue related to the library (python-binance).