Update handshake algorithm
This commit is contained in:
parent
e0c9dfd2ad
commit
9a7e0bb23c
|
@ -16,9 +16,7 @@ from bwb.molly import bwb
|
||||||
|
|
||||||
### Handshaking
|
### Handshaking
|
||||||
|
|
||||||
On boot up, send `000000handshake` to BWB chat.
|
On boot up, send `000000handshake [secret]` to BWB chat:
|
||||||
|
|
||||||
When you see a `000000handshake`:
|
|
||||||
|
|
||||||
```text
|
```text
|
||||||
secret = bwb.init()
|
secret = bwb.init()
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with io.open('README.md', encoding='utf-8') as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(name='bwb',
|
setuptools.setup(name='bwb',
|
||||||
version='1.0.8',
|
version='1.0.9',
|
||||||
description='bwb',
|
description='bwb',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user