mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
parent
d74769c824
commit
89d98bc528
@ -70,7 +70,7 @@ class Notification:
|
|||||||
yield from node.parse_node_response(event)
|
yield from node.parse_node_response(event)
|
||||||
|
|
||||||
self.emit("node.updated", node.__json__())
|
self.emit("node.updated", node.__json__())
|
||||||
except aiohttp.web.HTTPNotFound:
|
except (aiohttp.web.HTTPNotFound, aiohttp.web.HTTPForbidden): # Project closing
|
||||||
return
|
return
|
||||||
elif action == "ping":
|
elif action == "ping":
|
||||||
event["compute_id"] = compute_id
|
event["compute_id"] = compute_id
|
||||||
|
Loading…
Reference in New Issue
Block a user