fix a typo
This commit is contained in:
parent
3928a14753
commit
e814975d6f
|
@ -824,7 +824,7 @@ class Interface:
|
||||||
parser.write()
|
parser.write()
|
||||||
|
|
||||||
def enable_dbus(self):
|
def enable_dbus(self):
|
||||||
if remote_control not in globals():
|
if 'remote_control' not in globals():
|
||||||
import remote_control
|
import remote_control
|
||||||
self.remote = remote_control.Remote(self)
|
self.remote = remote_control.Remote(self)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue