Skip to content

Commit

Permalink
Corrected webchat config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
keiffster committed Dec 15, 2017
1 parent b091d07 commit d9b6685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/programy/clients/webchat/chatsrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d9b6685

Please sign in to comment.