mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-28 17:01:08 +08:00
fix: a typo in sdwebui
This commit is contained in:
@@ -40,7 +40,7 @@ class SDWebUI(Plugin):
|
||||
|
||||
if e_context['context'].type != ContextType.IMAGE_CREATE:
|
||||
return
|
||||
channel = e_context['context'].channel
|
||||
channel = e_context['channel']
|
||||
if ReplyType.IMAGE in channel.NOT_SUPPORT_REPLYTYPE:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user