Skip to content

Commit

Permalink
Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Feb 6, 2025
1 parent 57958c6 commit be011f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appdaemon/adapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1946,8 +1946,7 @@ async def listen_event(self, callback: Callable, event: str | list[str] = None,
>>> self.listen_event(self.button_event, ["pressed", "released"])
"""
self.logger.debug(f"Calling listen_event for {
self.name} for {event}: {kwargs}")
self.logger.debug(f"Calling listen_event for {self.name} for {event}: {kwargs}")
namespace = namespace or self.namespace

match event:
Expand Down

0 comments on commit be011f9

Please sign in to comment.