Skip to content

Commit

Permalink
should no longer fail on ipv6 enabled systems
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Seiji Hariki <[email protected]>
  • Loading branch information
seijihariki committed Dec 11, 2022
1 parent ec43674 commit 42ef86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openOutpaint.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
python -m http.server 3456
python -m http.server -b 0.0.0.0 3456

0 comments on commit 42ef86e

Please sign in to comment.