Show restart result after restart

 ping command add real server delay
This commit is contained in:
Sam 2022-01-26 21:36:11 +08:00
parent 339b032ef5
commit 4c0b7a0930
Signed by: sam01101
GPG Key ID: 42D7B6D13FF5E611
2 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ eval_need_dev: '**請注意:此命令可以直接操作您的賬戶**
# restart
restart_des: 重新啟動
restart_processing: 正在嘗試重新啟動
restart_complete: 重新啟動
restart_complete: 重新啟動完成
restart_log: 重新啟動 PagerMaid-Modify
# trace
trace_des: 跟蹤URL的重新導向。

View File

@ -59,7 +59,7 @@ if redis_status():
restart_args = restart_args.decode("utf-8")
restart_msg, restart_chat = restart_args.split("|")
await bot.edit_message(
restart_chat, restart_msg,
int(restart_chat), int(restart_msg),
lang('restart_complete')
)