Skip to content

Commit

Permalink
remove setter for timer running
Browse files Browse the repository at this point in the history
  • Loading branch information
zweckj committed Dec 8, 2023
1 parent 077df0e commit 561a7f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions pyacaia_async/acaiascale.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ def timer_running(self) -> bool:
"""Return whether the timer is running."""
return self._timer_running

@timer_running.setter
def timer_running(self, value: bool) -> None:
"""Set timer running state."""
self._timer_running = value

@property
def connected(self) -> bool:
"""Return whether the scale is connected."""
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="pyacaia_async",
version="0.0.11b11",
version="0.0.11b12",
description="An async implementation of PyAcaia",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 561a7f8

Please sign in to comment.