We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b091d07 commit d9b6685Copy full SHA for d9b6685
src/programy/clients/webchat/chatsrv.py
@@ -15,7 +15,7 @@ def __init__(self):
15
BotClient.__init__(self, "WebChat")
16
17
def set_environment(self):
18
- self.bot.brain.properties.add_property("env", "REST")
+ self.bot.brain.properties.add_property("env", "webchat")
19
20
def get_client_configuration(self):
21
return WebChatConfiguration()
0 commit comments