[+] update auto host, http-server
This commit is contained in:
parent
dc39583cc6
commit
2fef63a253
@ -1215,7 +1215,7 @@ def http_server(argv):
|
|||||||
assert options.port >= 1
|
assert options.port >= 1
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if options.public and options.host == '0.0.0.0':
|
if not options.docker and options.host == '0.0.0.0':
|
||||||
found : bool = False
|
found : bool = False
|
||||||
for o in commands_os.interfaces_index():
|
for o in commands_os.interfaces_index():
|
||||||
if found:
|
if found:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = 'online.fxreader.pr34'
|
name = 'online.fxreader.pr34'
|
||||||
version = '0.1.5.9+27.3'
|
version = '0.1.5.9+27.4'
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
#"-r requirements.txt",
|
#"-r requirements.txt",
|
||||||
|
BIN
releases/whl/online_fxreader_pr34-0.1.5.9+27.4-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.9+27.4-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user