Skip to content

Commit

Permalink
FIX:emoji_robot
Browse files Browse the repository at this point in the history
  • Loading branch information
hexueyuan committed Apr 15, 2019
2 parents db84113 + 56d8434 commit bbe279d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example/emoji_robot/emoji_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
except ImportError:
import http.cookiejar as cookielib

<<<<<<< HEAD:example/emoji_robot/emoji_robot.py
sys.path.append('../../src')
=======
sys.path.append('../src')
>>>>>>> 56d84344ab1359d059bccefd5417b1c5647b2b30:example/emoji_robot.py

from chatbot import Chatbot, context

Expand All @@ -36,7 +40,7 @@
"path": "./chat_robot.log",
"name": "chat_robot",
"format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s",
"level": "INFO"
"level": "DEBUG"
}
}

Expand Down

0 comments on commit bbe279d

Please sign in to comment.