gatt-python
gatt-python copied to clipboard
Replace deprecated GObject by GLib
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.