Skip to content

Commit

Permalink
Removed setup call as it is already called by update method (and only…
Browse files Browse the repository at this point in the history
… once)
  • Loading branch information
albaintor committed Dec 17, 2024
1 parent f25fdf1 commit 0243932
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions intg-denonavr/avr.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ async def connect(self):
self.events.emit(Events.CONNECTING, self.id)
request_start = time.time()

if not self._receiver._is_setup:
await self._receiver.async_setup()
await self._receiver.async_update()
if self._use_telnet:
if self._update_audyssey:
Expand Down

0 comments on commit 0243932

Please sign in to comment.