fix wallpaper

This commit is contained in:
jxxghp
2023-09-22 11:33:25 +08:00
parent 9df8d3d360
commit e3707f39bb
5 changed files with 85 additions and 64 deletions

View File

@ -4,7 +4,7 @@ from typing import Any
from app.chain import ChainBase
from app.schemas import Notification
from app.schemas.types import EventType, MediaImageType, MediaType, NotificationType
from app.utils.http import WebUtils
from app.utils.web import WebUtils
class WebhookChain(ChainBase):