should no longer fail on ipv6 enabled systems

Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
Victor Seiji Hariki 2022-12-11 08:30:59 -03:00
parent ec43674695
commit 42ef86e0f5

View file

@ -1,2 +1,2 @@
@echo off @echo off
python -m http.server 3456 python -m http.server -b 0.0.0.0 3456