[+] update auto host, http-server

This commit is contained in:
Siarhei Siniak 2025-04-21 18:07:42 +03:00
parent dc39583cc6
commit 2fef63a253
3 changed files with 5 additions and 2 deletions

@ -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",

Binary file not shown.