mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 02:00:09 +08:00
fix: fix error
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import re
|
||||
import aiohttp
|
||||
import ssl, certifi
|
||||
import ssl
|
||||
import certifi
|
||||
from io import BytesIO
|
||||
|
||||
from . import RenderStrategy
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import aiohttp
|
||||
import os
|
||||
import ssl, certifi
|
||||
import ssl
|
||||
import certifi
|
||||
|
||||
from . import RenderStrategy
|
||||
from astrbot.core.config import VERSION
|
||||
|
||||
Reference in New Issue
Block a user