Parcourir la source

fix: a typo in sdwebui

master
lanvent il y a 1 an
Parent
révision
cb0c86ec1c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      plugins/sdwebui/sdwebui.py

+ 1
- 1
plugins/sdwebui/sdwebui.py Voir le fichier

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



Chargement…
Annuler
Enregistrer