On Thursday, December 28, 2017 at 6:52:36 PM UTC-5, Chris Alemany wrote:
>
>
> I used dayrain without success.
>
at line 267 of twitter.py change this:
def process_record(self, record, dummy_manager):
if self.unit_system is not None:
record = weewx.units.to_std_system(record, self.unit_system)
record['station'] = self.station
to this:
def process_record(self, record, mgr):
record = self.get_record(record, mgr)
if self.unit_system is not None:
record = weewx.units.to_std_system(record, self.unit_system)
record['station'] = self.station
then restart weewx.
m
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.