diff --git a/reginaldCog/weather.py b/reginaldCog/weather.py index ea62002..f57b52b 100644 --- a/reginaldCog/weather.py +++ b/reginaldCog/weather.py @@ -7,8 +7,8 @@ import json URL = 'http://api.weatherapi.com/v1' -def time_now() -> datetime: - return datetime.now(timezone.utc) +def time_now() -> str: + return str(datetime.now(timezone.utc)) def get_current_weather(location: str) -> str: