From d9b668593e2f0f8118626d4dcbe19a6e376240ad Mon Sep 17 00:00:00 2001 From: keithsterling Date: Fri, 15 Dec 2017 15:23:08 +0000 Subject: [PATCH] Corrected webchat config settings --- src/programy/clients/webchat/chatsrv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/programy/clients/webchat/chatsrv.py b/src/programy/clients/webchat/chatsrv.py index d14af02ad..6ef3da580 100644 --- a/src/programy/clients/webchat/chatsrv.py +++ b/src/programy/clients/webchat/chatsrv.py @@ -15,7 +15,7 @@ def __init__(self): BotClient.__init__(self, "WebChat") def set_environment(self): - self.bot.brain.properties.add_property("env", "REST") + self.bot.brain.properties.add_property("env", "webchat") def get_client_configuration(self): return WebChatConfiguration()