Grey Lee
Results
2
comments of
Grey Lee
I thought it's just my personal preference and it seems like nobody have the same feeling in 2 months...
The web ui can only be access from localhost because it only listen on 127.0.0.1 Change this in httpmanager.py will enable access web ui from other location ```diff - app.run(host='127.0.0.1',...