Skip to content
Snippets Groups Projects
Commit 095bfd22 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Fix improper merge conflict resolution

parent aaf7b81e
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ def manage_acct(ch, method, properties, body):
current = tracking[username] = {}
if op == 'request':
if state == 'blocked' or state == 'certification':
if state == 'hold' or state == 'certification':
msg["action"] = "lock"
elif state == 'ok':
msg["action"] = "unlock"
......
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