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