Private
Public Access
1
0

lots a small stuff

This commit is contained in:
Sander Roosendaal
2021-04-26 19:35:11 +02:00
parent 594ee6239a
commit 62d06a2439
33 changed files with 144 additions and 149 deletions

View File

@@ -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)