kennethduong commited on
Commit
33db845
·
1 Parent(s): 19ab69c

SAI CHÍNH TẢ

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. chatbot/moods.py +1 -1
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ .env
2
+ ./__pycache__/
3
+ ./.vscode/
chatbot/moods.py CHANGED
@@ -2,4 +2,4 @@ from enum import Enum
2
 
3
  class Mood(Enum):
4
  IRRITATION = 'Tức giận'
5
- ECOURAGEMENT = 'Khích lệ'
 
2
 
3
  class Mood(Enum):
4
  IRRITATION = 'Tức giận'
5
+ ENCOURAGEMENT = 'Khích lệ'