mirror of
https://github.com/bugsink/bugsink.git
synced 2026-05-02 21:10:19 -05:00
create-conf: set default as indicated by the help-text
This commit is contained in:
@@ -13,7 +13,7 @@ def main():
|
||||
"--template", help="Template to use; recommended or local", choices=["recommended", "local"])
|
||||
|
||||
parser.add_argument("--port", help="Port to use in SITE_TITLE ; default is 9000", type=int, default=9000)
|
||||
parser.add_argument("--host", help="Host to use in SITE_TITLE ; default is 127.0.0.1")
|
||||
parser.add_argument("--host", help="Host to use in SITE_TITLE ; default is 127.0.0.1", default="127.0.0.1")
|
||||
args = parser.parse_args()
|
||||
|
||||
if os.path.exists(args.output_file):
|
||||
|
||||
Reference in New Issue
Block a user