mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-15 17:14:35 +08:00
Revert "fixed: ruff check"
This reverts commit 4834874091f6e272d7e7d093d71cd383530a245f.
This commit is contained in:
parent
7da00796e5
commit
621de1ab99
@ -335,7 +335,8 @@ async def share_art(request):
|
|||||||
content_type = assetFileType
|
content_type = assetFileType
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from nio import AsyncClient, LoginResponse, UploadResponse
|
from nio import AsyncClient, LoginResponse, RoomSendResponse, UploadResponse, RoomMessageText, RoomMessageMedia
|
||||||
|
import asyncio
|
||||||
|
|
||||||
homeserver = 'matrix.org'
|
homeserver = 'matrix.org'
|
||||||
if matrix_auth:
|
if matrix_auth:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user