should no longer fail on ipv6 enabled systems
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
ec43674695
commit
42ef86e0f5
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
python -m http.server 3456
|
||||
python -m http.server -b 0.0.0.0 3456
|
Loading…
Reference in a new issue