Add space before input

This commit is contained in:
Micke Nordin 2023-01-09 08:38:44 +01:00
parent 570b6e0ff8
commit 5eeca61e09
Signed by untrusted user who does not match committer: micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -97,7 +97,7 @@ def run_config(
) )
) )
sys.exit(1) sys.exit(1)
config[need] = input("Enter {}:".format(need)) config[need] = input("Enter {}: ".format(need))
if not password: if not password:
try: try: