Skip to content
Snippets Groups Projects

Fix account cli

Merged Bo-Chun Chen requested to merge louistw/rabbitmq_agents:fix-account-cli into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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", ""),
}
)
Loading