Bläddra i källkod

fix: a typo in sdwebui

develop
lanvent 1 år sedan
förälder
incheckning
cb0c86ec1c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      plugins/sdwebui/sdwebui.py

+ 1
- 1
plugins/sdwebui/sdwebui.py Visa fil

@@ -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



Laddar…
Avbryt
Spara