Melissa-AI / Melissa-Core

A lovely virtual assistant for OS X, Windows and Linux systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static files wrong url

absentdream opened this issue · comments

ok so i start using

FLASK_APP=melissa/main.py flask run --host=192.168.0.7 --port=5000

all static files are still severed as

GET http://localhost:5000/static/images/welcomeRing3G.png net::ERR_CONNECTION_REFUSED

which meens wont load across network

Nice catch @absentdream. Thanks!

@absentdream it's work fine with command:
FLASK_APP=melissa/main.py flask run --host=localhost --port=5000

@bhaveshAn Would you like to take this?