From 9a7e0bb23c9f2463970f951e4072e0f47041a4d9 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 10 Sep 2019 04:56:57 +0000 Subject: [PATCH] Update handshake algorithm --- README.md | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5362926..24bb216 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,7 @@ from bwb.molly import bwb ### Handshaking -On boot up, send `000000handshake` to BWB chat. - -When you see a `000000handshake`: +On boot up, send `000000handshake [secret]` to BWB chat: ```text secret = bwb.init() diff --git a/setup.py b/setup.py index a83e4f8..494a831 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with io.open('README.md', encoding='utf-8') as fh: long_description = fh.read() setuptools.setup(name='bwb', - version='1.0.8', + version='1.0.9', description='bwb', long_description=long_description, long_description_content_type='text/markdown',