craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
120 stars 19 forks source link

Fix typo on exception #94

Closed ranguli closed 1 year ago

ranguli commented 1 year ago

On the current master branch there is a typo in aprsd/config.py. When attempting to run aprsd server the following error occurs:

AttributeError("module 'aprsd.exception' has no attribute 'ConfigOptionBogusDefault'")

After fixing the typo addressed in this PR, the application behaves as expected with a freshly generated sample config:

ConfigOptionBogusDefaultException('ham.callsign', 'NOCALL')