mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
Fixed typo
This commit is contained in:
@@ -433,7 +433,7 @@ def quickstart(args):
|
|||||||
base_url = input("Hostname (and path) to the root? "
|
base_url = input("Hostname (and path) to the root? "
|
||||||
"[https://example.com/]: ")
|
"[https://example.com/]: ")
|
||||||
title = input("Title of your website? ")
|
title = input("Title of your website? ")
|
||||||
description = input("Description of your website [John Does's Blog]? ")
|
description = input("Description of your website [John Doe's Blog]? ")
|
||||||
author = input("Author of your website [John Doe]? ")
|
author = input("Author of your website [John Doe]? ")
|
||||||
|
|
||||||
config = configparser.ConfigParser()
|
config = configparser.ConfigParser()
|
||||||
|
|||||||
Reference in New Issue
Block a user