Skip to content

Commit

Permalink
fix connection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Jun 22, 2023
1 parent 61331a1 commit 700c979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions madvr/madvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ async def open_connection(self) -> None:
"""Open a connection"""
self.logger.debug("Starting open connection")
try:
self.stop_reconnect.clear()
await self._reconnect()
except AckError as err:
self.logger.error(err)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="py_madvr",
version="1.4.3",
version="1.4.4",
author="iloveicedgreentea",
description="A package to control MadVR Envy over IP",
long_description=long_description,
Expand Down

0 comments on commit 700c979

Please sign in to comment.