Skip to content

Commit

Permalink
#86 默认屏蔽点歌结果
Browse files Browse the repository at this point in the history
  • Loading branch information
gakkiyomi committed Dec 5, 2023
1 parent c822658 commit 6cf038b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def add_account(self, username='', password=''):


class ChatConfig(object):
def __init__(self, blacklist=[], kw_blacklist=[], repeat_mode_switch=False, frequency=5, soliloquize_switch=False,
def __init__(self, blacklist=[], kw_blacklist=['你点的歌来了'], repeat_mode_switch=False, frequency=5, soliloquize_switch=False,
soliloquize_frequency=20, sentences=[], answer_mode: bool = False):
self.repeat_mode_switch = repeat_mode_switch
self.frequency = frequency
Expand Down

0 comments on commit 6cf038b

Please sign in to comment.