📝 Small spelling mistake

This commit is contained in:
NikolajDanger
2021-03-28 11:52:40 +02:00
parent f657b389ab
commit 603f5d658a

View File

@ -33,7 +33,7 @@ def time_in_range(start, end, x):
else:
return start <= x or x <= end
# Responds with a greeting of a time-aprpriate maner
# Responds with a greeting of a time-appropriate maner
def helloFunc(author):
now = datetime.datetime.now()
if time_in_range(now.replace(hour=5, minute=0, second=0, microsecond=0),now.replace(hour=10, minute=0, second=0, microsecond=0), now):