Skip to content

Commit 5809888

Browse files
Update emotion_analysis_module.py
1 parent 0da68b9 commit 5809888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/emotion_analysis_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pubsub import pub
55
from config import Config
66

7-
class EmotionAnalysisModule:
7+
class EmotionAnalysis:
88
def __init__(self):
99
# Load color sets from YAML file via Config class
1010
self.color_sets = Config.get('emotions')

0 commit comments

Comments
 (0)