Skip to content
Snippets Groups Projects

Feat pre certification

Closed Ravi Tripathi requested to merge github/fork/rtripath89/feat_pre_cetification into feat-cod-rmq
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,7 +34,7 @@ def manage_acct(ch, method, properties, body):
if op == 'request':
if state == 'hold' or state == 'certification':
msg["action"] = "lock"
elif state == 'ok':
elif state == 'ok' or state == 'pre_certification':
msg["action"] = "unlock"
else:
print("Invalid state provided. Check the help menu.")
Loading