Skip to content

Commit

Permalink
chore: updated bleak bug warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
SanaaHamel committed Mar 28, 2024
1 parent d1a3ffd commit abb4aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_ota.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ async def _report_new_version(args: CmdLnArgs, prev_version: str):
print(f"connecting to {args.bt_address} to get installed version")
print("(this may take longer than usual)")
print(
"NOTE: Ignore logged exceptions about `A message handler raised an exception: 'org.bluez.Device1'.`"
"NOTE: Ignore logged exceptions about `A message handler raised an exception: 'org.bluez.Device1'` or `org.bluez.GattService1`."
)
print(
" This is caused by a bug in `bleak` but should be benign for this application."
Expand Down

0 comments on commit abb4aa5

Please sign in to comment.