Skip to content
Snippets Groups Projects

WIP: Add AUP support for agent

Closed Bo-Chun Chen requested to merge github/fork/diedpigs/feat-add-aup into feat-cod-rmq
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -26,6 +26,8 @@ def accept_user_policy(ch, method, properties, body):
msg["success"] = False
try:
inactivate_data = dict(username=username, active=False)
table.update(inactivate_data, ["username"])
table.insert(
{
Loading