bug fix: make sure free scan works

This commit is contained in:
usmannasir
2025-06-27 00:31:47 +05:00
parent f41d075c6d
commit 2065f41699
12 changed files with 34 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ class CLMain():
self.path = '/usr/local/CyberCP/version.txt'
#versionInfo = json.loads(open(self.path, 'r').read())
self.version = '2.4'
self.build = '1'
self.build = '2'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)