Xenial tweaks

This commit is contained in:
Ian Gulliver
2016-08-04 04:25:02 +00:00
parent 95315dfa77
commit 5defa222d6
2 changed files with 4 additions and 1 deletions

View File

@@ -174,6 +174,7 @@ class INotifyHandler(pyinotify.ProcessEvent):
if event.name != 'manifest.json':
return
image_type = os.path.basename(event.path)
print('New manifest for:', image_type)
self._websockets.Broadcast(self._websockets, {
'type': 'new_manifest',
'data': {