rossengeorgiev / aprs-python

📡 Python module for working with APRS
http://aprs-python.readthedocs.io/en/latest/
GNU General Public License v2.0
114 stars 37 forks source link

print statement #69

Closed redhoar closed 2 years ago

redhoar commented 2 years ago

There is a print statement on line 161 of common.py

    # PHG format: PHGabcd....
    # RHGR format: RHGabcdr/....
    match = re.findall(r"^(PHG(\d[\x30-\x7e]\d\d)([0-9A-Z]\/)?)", body)
    if match:
        print(match)