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()