Renamed ask_timezone()

This commit is contained in:
Anton Hvornum 2022-02-05 11:17:41 +01:00
parent f6d133804b
commit 0ec9549dc4
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ def ask_for_additional_users(prompt :str = '') -> tuple[dict[str, dict[str, str
return users, superusers
def ask_timezone() -> str:
def ask_for_a_timezone() -> str:
timezones = list_timezones()
default = 'UTC'