move help and update dockerfile

This commit is contained in:
2025-06-07 13:07:26 -05:00
parent a53a81a180
commit e1707e789c
5 changed files with 64 additions and 58 deletions

View File

@ -93,7 +93,6 @@ class WeatherAPI:
return {"q": f"{city},{state},{country.upper()}"}
else:
# Check if last part looks like country code
if len(parts[-1]) == 2:
city_parts = parts[:-1]
country = parts[-1]