some time zone stuff
This commit is contained in:
@@ -60,8 +60,6 @@ def get_metar_data(airportcode,unixtime):
|
||||
return [0,0,message,'',timestamp]
|
||||
|
||||
|
||||
print temp_c,wind_dir,wind_speed
|
||||
|
||||
windbearing = float(wind_dir)
|
||||
wind_knots = float(wind_speed)
|
||||
wind_ms = 0.514444*wind_knots
|
||||
|
||||
Reference in New Issue
Block a user