aio-libs / aiohttp-devtools

dev tools for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to choose ip address

iSevenDays opened this issue · comments

I have 2 local PC.

I would like to see live reload working on a second PC, but I have errors.

On a second PC injected livereload script path looks like "http://localhost:8001/livereload.js"></script>"

It doesn't make any sense because the second PC doesn't have aiohttp server running, only first PC.

I think it would be great to have such feature like

adev runserver . -ip 192.168.70.1

Entirely possible, pr welcome, otherwise I'll try and fix when i can.

@samuelcolvin successfully checked on 2 local machines.

Could you please take a look at #71 ?

resolved by #71 and #72, and I've just published a new release.