This commit is contained in:
2026-08-08 00:48:09 +08:00
parent ede373b888
commit 32f5d434b1
4 changed files with 52 additions and 20 deletions
+2
View File
@@ -17,6 +17,8 @@ driver = nonebot.get_driver()
def startup():
if pconfig.proxy:
rlib.set_proxy(pconfig.proxy)
if pconfig.pjsk_proxy:
rlib.set_pjsk_proxy(pconfig.pjsk_proxy)
if pconfig.github_token:
rlib.set_ghp(pconfig.github_token)
try: