mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update utils.py
This commit is contained in:
parent
830103b9d5
commit
caa404d58d
@ -5,6 +5,7 @@ from configs.config import SYSTEM_PROXY, Config
|
||||
from typing import List, Union, Optional, Type, Any
|
||||
from nonebot.adapters.onebot.v11 import Bot, Message
|
||||
from nonebot.matcher import matchers, Matcher
|
||||
from pathlib import Path
|
||||
import httpx
|
||||
import nonebot
|
||||
import pytz
|
||||
@ -400,7 +401,7 @@ def change_pixiv_image_links(
|
||||
return url
|
||||
|
||||
|
||||
def change_img_md5(path_file: str) -> bool:
|
||||
def change_img_md5(path_file: Union[str, Path]) -> bool:
|
||||
"""
|
||||
说明:
|
||||
改变图片MD5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user