mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
applet: Fix a minor style issue
This commit is contained in:
parent
9c0a27e724
commit
96f9fa122d
@ -45,7 +45,7 @@ class Applet(dbus.service.Object):
|
|||||||
self._manager = self._bus.get_object(
|
self._manager = self._bus.get_object(
|
||||||
'com.theonelab.g13.AppletManager',
|
'com.theonelab.g13.AppletManager',
|
||||||
'/com/theonelab/g13/AppletManager')
|
'/com/theonelab/g13/AppletManager')
|
||||||
except DBusException as err:
|
except DBusException:
|
||||||
self._manager = None
|
self._manager = None
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user