Skip to content

Commit

Permalink
Update catch_topic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonsmith1897 authored Oct 6, 2023
1 parent 0421b98 commit bc5ca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application_manager/catch_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def on_message(ws, message):
evaluation = json_value["command"]["value"]["message"][
"evaluation"
]
if evaluation == "NotApplicable":
if evaluation == "Deny":
print("The Operation has been denied from a UCS")
notify_mobile_application(message=None)
else:
Expand Down

0 comments on commit bc5ca9c

Please sign in to comment.