Update panel_task.py

This commit is contained in:
dami 2026-05-01 18:53:42 +08:00
parent 5a79b4021a
commit b4604928ec
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ def check502():
verlist = [
'52', '53', '54', '55', '56', '70',
'71', '72', '73', '74', '80', '81',
'82', '83', '84'
'82', '83', '84', '85'
]
for ver in verlist:
server_dir = mw.getServerDir()