Fixed a bug in the remote manager.
This commit is contained in:
@ -128,7 +128,7 @@ class FenrirManager():
|
||||
def handle_remote_incomming(self, event):
|
||||
if not event['data']:
|
||||
return
|
||||
self.environment['runtime']['remoteManager'].handle_remote_incomming(
|
||||
self.environment['runtime']['RemoteManager'].handle_remote_incomming(
|
||||
event['data'])
|
||||
|
||||
def handle_screen_change(self, event):
|
||||
|
Reference in New Issue
Block a user