mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 12:58:07 +01:00
made get debugmode function return an int
This commit is contained in:
@@ -275,7 +275,7 @@ class ConnectionWizard(dbus.service.Object):
|
||||
@dbus.service.method('org.wicd.daemon')
|
||||
def GetDebugMode(self):
|
||||
'''returns whether debugging is enabled'''
|
||||
return self.debug_mode
|
||||
return int(self.debug_mode)
|
||||
#end function GetDebugMode
|
||||
|
||||
@dbus.service.method('org.wicd.daemon')
|
||||
|
||||
Reference in New Issue
Block a user