Skip to content

Commit

Permalink
Fix server status initialization in Lovense class
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloOscarSix committed Apr 18, 2024
1 parent 400dc19 commit ebd3d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lovense_ren.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self) -> None:

self.last_refresh: datetime.datetime = datetime.datetime.now()

self.server_status: bool = self.get_server_status()
self.server_status: bool = False
self.status_message: str = ""
self.toys: dict[str, str] = {}
self.last_updated: int = 0
Expand Down

0 comments on commit ebd3d24

Please sign in to comment.