mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-05 19:23:45 +08:00
🚨修正资源下载错误
This commit is contained in:
parent
05a9612566
commit
325d2891c0
@ -5,11 +5,12 @@ from gsuid_core.logger import logger
|
|||||||
from aiohttp.client import ClientSession
|
from aiohttp.client import ClientSession
|
||||||
from aiohttp.client_exceptions import ClientConnectorError
|
from aiohttp.client_exceptions import ClientConnectorError
|
||||||
|
|
||||||
from .RESOURCE_PATH import WIKI_PATH, RESOURCE_PATH
|
from .RESOURCE_PATH import WIKI_PATH, GUIDE_PATH, RESOURCE_PATH
|
||||||
|
|
||||||
PATHDICT = {
|
PATHDICT = {
|
||||||
'resource': RESOURCE_PATH,
|
'resource': RESOURCE_PATH,
|
||||||
'wiki': WIKI_PATH,
|
'wiki': WIKI_PATH,
|
||||||
|
'guide': GUIDE_PATH,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user