Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: tkhmy <[email protected]>
  • Loading branch information
tkhmy committed Nov 28, 2024
1 parent 0f7751c commit 7c0c65e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ def send_data(self, display_key, data_key):
sender.send(data, ack_query_ack, ack_data_chunk)

def trigger_external_signage(self, request, response):
if self._settings["in_experiment"]:
return response

if request.data:
self.display_signage("auto")
else:
Expand Down

0 comments on commit 7c0c65e

Please sign in to comment.