Fix les embed reminder

This commit is contained in:
Stijn De Clercq 2021-08-09 00:40:15 +02:00
parent 02ea90ec6a
commit 6ddaa6e488
2 changed files with 6 additions and 7 deletions

View file

@ -3,7 +3,7 @@ from functions.timeFormatters import dateTimeNow, weekdayToInt, forward_to_weekd
from typing import Optional
def find_target_date(arg: Optional[str]) -> datetime:
def find_target_date(arg: Optional[str] = None) -> datetime:
"""
Find the requested date out of the user's arguments
"""