mirror of
https://github.com/weewx/weewx.git
synced 2026-06-13 03:25:18 -04:00
Fixed problem that prevented the 'localize' option from working for
ValueHelpers.
This commit is contained in:
@@ -874,7 +874,7 @@ class ValueHelper(object):
|
||||
# Then do the format conversion:
|
||||
s = self.formatter.toString(vtx, self.context, addLabel=addLabel,
|
||||
useThisFormat=useThisFormat, NONE_string=NONE_string,
|
||||
localize=True)
|
||||
localize=localize)
|
||||
return s
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user