mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 09:06:58 -04:00
Fixed minor typo.
This commit is contained in:
@@ -924,8 +924,8 @@ class VantagePro(object):
|
||||
except weewx.WeeWxIOError:
|
||||
continue
|
||||
|
||||
syslog.syslog(syslog.LOG_ERR, "VantagePro: Max retries exceeded while getting EEPROM data at address %X" % offset)
|
||||
raise weewx.RetriesExceeded("While getting EEPROM data value at address %X" % offset)
|
||||
syslog.syslog(syslog.LOG_ERR, "VantagePro: Max retries exceeded while getting EEPROM data at address 0x%X" % offset)
|
||||
raise weewx.RetriesExceeded("While getting EEPROM data value at address 0x%X" % offset)
|
||||
|
||||
@staticmethod
|
||||
def _port_factory(vp_dict):
|
||||
|
||||
Reference in New Issue
Block a user