Update index.py

This commit is contained in:
Mr Chen 2024-10-01 17:09:43 +08:00
parent 172fe65df4
commit 23de77d951
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ def getHomePage():
cfg = getCfg()
auth = cfg['username']+':'+cfg['password']
rand_path = cfg['path']
url = 'http://' + auth + '@' + ip + ':' + port + '/'
return mw.returnJson(True, 'OK', url)
except Exception as e: