Skip to content

Commit

Permalink
Update prompt in create_task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Makcal authored Jun 9, 2024
1 parent 5033fd1 commit 6663b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/dialogs/create_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def on_process_result(start_data: dict, result: str | None, manager: Dialo
return
form.description = result if result != "" else None
await Events._prompt_step(
"enter_start_date", PromptDialogStartData("a start date", filter=datetime_validator), manager
"enter_start_date", PromptDialogStartData("a start date (d.m.Y H:M)", filter=datetime_validator), manager
)
case "enter_start_date":
if result is None:
Expand Down

0 comments on commit 6663b9e

Please sign in to comment.