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
No related merge requests found
Pipeline #11083 passed with stage
in 1 minute and 8 seconds
...@@ -37,7 +37,7 @@ def insert_db(operation, groupname, msg): ...@@ -37,7 +37,7 @@ def insert_db(operation, groupname, msg):
"date": datetime.now(), "date": datetime.now(),
"host": msg["host"], "host": msg["host"],
"updated_by": msg["updated_by"], "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