Skip to content

Commit

Permalink
Merge pull request #192 from google/uael/gatt-fixes
Browse files Browse the repository at this point in the history
gatt: reset args ordering to original
  • Loading branch information
uael committed May 23, 2023
2 parents 3697b8d + 744294f commit 5790d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumble/gatt.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ def __init__(
self,
uuid,
characteristics: List[Characteristic],
included_services: List[Service] = [],
primary=True,
included_services: List[Service] = [],
):
# Convert the uuid to a UUID object if it isn't already
if isinstance(uuid, str):
Expand Down

0 comments on commit 5790d3a

Please sign in to comment.