Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
🐛 Set delaybeforesend=0 to fix Home Assistant sleep warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 11, 2022
1 parent b4d4588 commit 00c215c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyruckus/RuckusSSH.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(
ignore_sighup=ignore_sighup,
encoding=encoding,
)
self.delaybeforesend = None

async def login(
self, host: str, username=None, password="", login_timeout=10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyruckus",
version="0.15",
version="0.16",
description="Python API to interact with a Ruckus Unleashed device.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 00c215c

Please sign in to comment.