Skip to content

Commit

Permalink
Added Calm
Browse files Browse the repository at this point in the history
  • Loading branch information
RingOV committed May 27, 2019
1 parent 86548da commit 2dd9a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gis-weather.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# gis_weather.py
v = '0.8.2.83'
v = '0.8.2.84'
# Copyright (C) 2013-2018 Alexander Koltsov <ringov@mail.ru>
#
# This program is free software: you can redistribute it and/or modify
Expand Down
1 change: 1 addition & 0 deletions utils/wind_direct_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def convert(deg):

def convert2(d):
direct = ''
if d == '0': direct = _('Calm')
if d == '1': direct = _('N')
if d == '2': direct = _('N')+_('E')
if d == '3': direct = _('E')
Expand Down

0 comments on commit 2dd9a26

Please sign in to comment.