Skip to content

Commit

Permalink
Merge pull request #484 from google/gbg/quick-fix-002
Browse files Browse the repository at this point in the history
fix incorrect var reference
  • Loading branch information
barbibulle committed May 13, 2024
2 parents 8a0482c + 12af7a5 commit e34f6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumble/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ async def create_advertising_set(
# controller.
await self.send_command(
HCI_LE_Remove_Advertising_Set_Command(
advertising_handle=advertising_data
advertising_handle=advertising_handle
),
check_result=False,
)
Expand Down

0 comments on commit e34f6b5

Please sign in to comment.