Skip to content

Commit

Permalink
fix: fix __version__ bug
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 28, 2024
1 parent 686a0e7 commit a753af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_weather/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def get(
f'https://{subdomain}wttr.in/{quote_plus(location)}?format=j1',
headers={
'Content-Type': 'application/json',
'User-Agent': f'python_weather (https://github.com/null8626/python-weather 2.0.7) Python/',
'User-Agent': 'python_weather (https://github.com/null8626/python-weather 2.0.7) Python/',
},
) as resp:
resp.raise_for_status()
Expand Down

0 comments on commit a753af6

Please sign in to comment.