show data fetch hint in netmon event

This commit is contained in:
Dominik Heidler 2015-12-30 00:33:57 +01:00
parent 0cde57178f
commit 818ad5fc75
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ def import_nodewatcher_xml(mac, xml):
events.append({
"time": datetime.datetime.utcnow(),
"type": "netmon",
"comment": "Fetched metadata from netmon",
})
router_update.update(router_info)