mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 17:45:11 +00:00
Refactor ServerUplinkConnector.send() signature
This commit is contained in:
@ -70,8 +70,8 @@ class WebideReloadWatchdogEventHandler(FileSystemWatchdogEventHandler):
|
||||
self.ignore = self.ignore - 1
|
||||
return
|
||||
LOG.debug(event)
|
||||
key = 'webide'
|
||||
self.uplink.send(key, {'data': {'command': 'reload'}})
|
||||
self.uplink.send({'key': 'webide',
|
||||
'data': {'command': 'reload'}})
|
||||
|
||||
|
||||
def with_monitor_paused(fun):
|
||||
|
Reference in New Issue
Block a user