Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Jun 13, 2018
1 parent 674db71 commit e6cf87e
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
2 changes: 1 addition & 1 deletion engine/simple_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from core import post_process

bot = RiveScript(utf8=True)
engine_folder = join(dirname(__file__), "eg", "simple")
engine_folder = join(dirname(__file__), "eg", "hoaian")
bot.load_directory(engine_folder)
bot.sort_replies()

Expand Down
2 changes: 1 addition & 1 deletion engine/simple_weather_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from core.weather import summary

bot = RiveScript(utf8=True)
engine_folder = join(dirname(__file__), "eg", "simple")
engine_folder = join(dirname(__file__), "eg", "hoaian")
bot.load_directory(engine_folder)
bot.sort_replies()

Expand Down

0 comments on commit e6cf87e

Please sign in to comment.