Update index.py

This commit is contained in:
Mr Chen 2025-01-28 16:09:59 +08:00
parent ab0fb063cf
commit 7a3d554d6c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def initCfg():
cfg = getServerDir() + "/cfg.json"
if not os.path.exists(cfg):
data = {}
data['port'] = '888'
data['port'] = '988'
data['choose'] = 'mysql'
data['path'] = ''
data['username'] = 'admin'