This commit is contained in:
comfyanonymous 2023-03-06 14:09:23 -05:00
parent 09db31309a
commit 235ba852d9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ except ImportError:
print("pip install -r requirements.txt")
sys.exit()
import mimetypes;
import mimetypes
class PromptServer():
def __init__(self, loop):