Skip to content

Commit d9b6685

Browse files
committed
Corrected webchat config settings
1 parent b091d07 commit d9b6685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/programy/clients/webchat/chatsrv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self):
1515
BotClient.__init__(self, "WebChat")
1616

1717
def set_environment(self):
18-
self.bot.brain.properties.add_property("env", "REST")
18+
self.bot.brain.properties.add_property("env", "webchat")
1919

2020
def get_client_configuration(self):
2121
return WebChatConfiguration()

0 commit comments

Comments
 (0)