Replaced secure=True with host='https://example.com'
This commit is contained in:
parent
a60e19fb54
commit
e7529e5487
7 changed files with 57 additions and 36 deletions
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
|
|||
|
||||
setup(
|
||||
name='socketIO-client',
|
||||
version='0.5.1',
|
||||
version='0.5.2',
|
||||
description='A socket.io client library',
|
||||
long_description=README + '\n\n' + CHANGES,
|
||||
license='MIT',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue