Skip to content
Snippets Groups Projects
Commit a812e75f authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Default interface to empty for backward compatibility

parent cd9cd5b4
No related branches found
No related tags found
1 merge request!152Fix account cli
......@@ -37,7 +37,7 @@ def insert_db(operation, groupname, msg):
"date": datetime.now(),
"host": msg["host"],
"updated_by": msg["updated_by"],
"interface": msg["interface"],
"interface": msg.get("interface", ""),
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment