added 'UIDIGI' to beacon callsign list

related to #3
This commit is contained in:
Rossen Georgiev 2014-12-30 14:37:09 +00:00
parent 830faa4cbf
commit 43722660ab
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ def parse(raw_sentence):
if not re.match(r"^(AIR.*|ALL.*|AP.*|BEACON|CQ.*|GPS.*|DF.*|DGPS.*|"
"DRILL.*|DX.*|ID.*|JAVA.*|MAIL.*|MICE.*|QST.*|QTH.*|"
"RTCM.*|SKY.*|SPACE.*|SPC.*|SYM.*|TEL.*|TEST.*|TLM.*|"
"WX.*|ZIP.*)$", parsed['to']):
"WX.*|ZIP.*|UIDIGI)$", parsed['to']):
raise UnknownFormat("format is not supported", raw_sentence)
parsed.update({