Update __init__.py

This commit is contained in:
HibiKier 2021-05-29 14:06:33 +08:00 committed by GitHub
parent 34eb29be72
commit 9e401e7a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@ from util.utils import scheduler, get_bot, UserExistLimiter
from configs.config import UPDATE_GOCQ_GROUP from configs.config import UPDATE_GOCQ_GROUP
from pathlib import Path from pathlib import Path
path = str(Path('/resources/gocqhttp_file/').absolute()) + '/' path = str((Path() / "resources" / "gocqhttp_file").absolute()) + '/'
print(path)
lasted_gocqhttp = on_command("更新gocq", permission=GROUP, priority=5, block=True) lasted_gocqhttp = on_command("更新gocq", permission=GROUP, priority=5, block=True)