getsenic / gatt-python

Bluetooth GATT SDK for Python
MIT License
318 stars 86 forks source link

Replace deprecated GObject by GLib #68

Open Ysoroko opened 2 years ago

Ysoroko commented 2 years ago

Using GObject.MainLoop method provokes a deprecation working during compilation: "GObject.MainLoop is deprecated; use GLib.MainLoop instead" Replacing GObject.MainLoop() by GLib.MainLoop() fixes the issue and works perfectly.