Update index.py

This commit is contained in:
dami 2026-06-22 14:42:14 +08:00
parent 66b5f322d9
commit 180cb84b2c
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class App:
def getVersion(self):
ver_file = self.getServerDir()+"/version.pl"
return mw.readFile(ver_file)
return mw.readFile(ver_file).strip()
def uninstall_pre_inspection(self):
version = self.getVersion()