Basic web loop works
This commit is contained in:
@@ -42,8 +42,8 @@ class Config:
|
||||
parser.add_argument(
|
||||
'--host',
|
||||
type=str,
|
||||
default=os.getenv('SIA_SERVER_HOST', 'localhost'),
|
||||
help='Web server host (default: localhost, env: SIA_SERVER_HOST)'
|
||||
default=os.getenv('SIA_SERVER_HOST', '0.0.0.0'),
|
||||
help='Web server host (default: 0.0.0.0, env: SIA_SERVER_HOST)'
|
||||
)
|
||||
parser.add_argument(
|
||||
'--port',
|
||||
|
||||
Reference in New Issue
Block a user