Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-05-31 23:21:57 +08:00 committed by GitHub
parent eef8a2ddcd
commit d24098a9c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ async def rc_loader(msg: Bot.MessageSession):
await msg.finish(msg.locale.t('wiki.message.rollback'))
legacy = True
if legacy:
res = await rc(msg, start_wiki, wiki_url=start_wiki)
res = await rc(msg, start_wiki)
await msg.finish(res)