craigerl / aprsd

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

aprsd: main.py: Fix premature return in sample_config #144

Closed v-rzh closed 5 months ago

v-rzh commented 6 months ago

Fix a typo in sample_config that causes the function to return before config is generated.

This commit fixes #143.