config.py: changed " to '
This commit is contained in:
parent
6a5f0471fe
commit
3aee91a84f
@ -54,10 +54,10 @@ class Config(BaseModel):
|
|||||||
description='list of Security Advisory IDs (ALSA-2022:5219) to exclude from checking',
|
description='list of Security Advisory IDs (ALSA-2022:5219) to exclude from checking',
|
||||||
default=SA_EXCLUDE)
|
default=SA_EXCLUDE)
|
||||||
server_port: int = Field(
|
server_port: int = Field(
|
||||||
description="port that will be used by websever",
|
description='port that will be used by websever',
|
||||||
default=SERVER_PORT)
|
default=SERVER_PORT)
|
||||||
server_ip: IPv4Address = Field(
|
server_ip: IPv4Address = Field(
|
||||||
description="IP that will be used by webserver",
|
description='IP that will be used by webserver',
|
||||||
default=SERVER_IP)
|
default=SERVER_IP)
|
||||||
not_before: datetime = Field(
|
not_before: datetime = Field(
|
||||||
description='date to start checking from (YYYY-mm-dd)',
|
description='date to start checking from (YYYY-mm-dd)',
|
||||||
|
Loading…
Reference in New Issue
Block a user