mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 08:36:54 -04:00
Include backwards compatible reference to UnknownType
This commit is contained in:
@@ -572,6 +572,10 @@ class UnknownObsType:
|
||||
def __str__(self):
|
||||
return u"?'%s'?" % self.obs_type
|
||||
|
||||
# Backwards compatible reference:
|
||||
UnknownType = UnknownObsType
|
||||
|
||||
|
||||
#==============================================================================
|
||||
# class Formatter
|
||||
#==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user