Unused variable to make pyflakes happy

This commit is contained in:
Matthew Jones 2015-04-21 16:13:37 -04:00
parent 0fc753046d
commit 36512d74c2

View File

@ -386,7 +386,7 @@ def emit_websocket_notification(endpoint, event, payload):
payload['event'] = event
payload['endpoint'] = endpoint
websocket.publish(payload)
except Exception as ex:
except Exception:
pass
_inventory_updates = threading.local()