fix: delete useless image function in slack

This commit is contained in:
wangcham
2025-03-30 22:56:51 -04:00
parent be1328cee9
commit 70f8ddb1ba

View File

@@ -215,10 +215,6 @@ async def extract_b64_and_format(image_base64_data: str) -> typing.Tuple[str, st
return base64_str, image_format
async def get_slack_image_to_base64(pic_url:str,bot_token:str):
"""
将Slack图片转换为base64
"""
async def get_slack_image_to_base64(pic_url:str, bot_token:str):
headers = {"Authorization": f"Bearer {bot_token}"}