Update index.py
This commit is contained in:
parent
172fe65df4
commit
23de77d951
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue