Skip to content

Commit

Permalink
0.3.1 is nearly ready to rumble...
Browse files Browse the repository at this point in the history
  • Loading branch information
o355 committed Feb 27, 2017
1 parent 1597fc5 commit a81a96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyweather.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,15 +419,15 @@
print(Fore.CYAN + "Current temperature: " + Fore.YELLOW + summary_tempf + "°F (" + summary_tempc + "°C)")
print(Fore.CYAN + "And it feels like: " + Fore.YELLOW + current_feelsLikeF
+ "°F (" + current_feelsLikeC + "°C)")
print(Fore.CYAN + "Current dew point: " + Fore.YELLOW + summary_dewPointF
+ "°F (" + summary_dewPointC + "°C)")
if winddata == True:
print(Fore.CYAN + "Current wind: " + Fore.YELLOW + summary_windmphstr +
" mph (" + summary_windkphstr + " kph), blowing " + summary_winddir
+ " (" + current_windDegrees + " degrees)")
else:
print(Fore.YELLOW + "Wind data is not available for this location.")
print(Fore.CYAN + "Current humidity: " + Fore.YELLOW + summary_humidity)
print(Fore.CYAN + "Current dew point: " + Fore.YELLOW + summary_dewPointF
+ "°F (" + summary_dewPointC + "°C)")
print(Fore.CYAN + "Current pressure: " + Fore.YELLOW + current_pressureInHg
+ " inHg (" + current_pressureMb + " mb), " + current_pressureTrend2)
print(Fore.CYAN + "Current visibility: " + Fore.YELLOW + current_visibilityMi
Expand Down

0 comments on commit a81a96f

Please sign in to comment.