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

Default interface to empty for backward compatibility

parent cbc22d8e
No related branches found
No related tags found
No related merge requests found
Pipeline #11082 passed with stage
in 1 minute and 9 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