lots a small stuff
This commit is contained in:
@@ -99,8 +99,8 @@ def get_metar_data(airportcode,unixtime):
|
||||
return [wind_ms,windbearing,message,rawtext,timestamp]
|
||||
|
||||
|
||||
message = 'Failed to download METAR data'
|
||||
return [0,0,message,'',timestamp]
|
||||
message = 'Failed to download METAR data' # pragma: no cover
|
||||
return [0,0,message,'',timestamp] # pragma: no cover
|
||||
|
||||
|
||||
# Get wind data (and translate from knots to m/s)
|
||||
|
||||
Reference in New Issue
Block a user