KonradIT / gopro-ble-py

Python Bluetooth controller for GoPro cameras with BLE connection
97 stars 17 forks source link

Get Future Warning #10

Closed leeprevost closed 3 years ago

leeprevost commented 3 years ago

main.py:299: FutureWarning: is_connected has been changed to a property. Calling it as an async method will be removed in a future version if await client.is_connected():

KonradIT commented 3 years ago

Hi, that is a warning I intend to remove. could be a good first PR.