Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sehorn committed May 31, 2024
1 parent 922c37f commit 638ec53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ async def weather(ctx):
f"🌡️ **Temperature:** {temperature}°F\n"
f"💧 **Humidity:** {humidity}%\n"
f"🌬️ **Wind Speed:** {wind_speed} mph\n"
f"📝 **Description:** {weather_description}\n\n"
f"‼️ [Tune in to Ryan Hall for urgent weather reports and seek shelter in Adam's basement if Wind Speed is dangerous!](https://www.youtube.com/@RyanHallYall) ‼️"
f"📝 **Description:** {weather_description}\n"
)
await ctx.send(weather_report)
except requests.exceptions.RequestException as e:
Expand Down

0 comments on commit 638ec53

Please sign in to comment.