1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-09-10 02:37:58 -04:00

fixed frequency_seconds to IntOpt

This commit is contained in:
Hemna 2024-02-27 15:53:03 -05:00
parent 7a5b55fa77
commit 6a7d7ad79b

View File

@ -253,7 +253,7 @@ registry_opts = [
default=None, default=None,
help="The website for your APRS service to send to the APRS registry.", help="The website for your APRS service to send to the APRS registry.",
), ),
cfg.StrOpt( cfg.IntOpt(
"frequency_seconds", "frequency_seconds",
default=900, default=900,
help="The frequency in seconds to send the APRS registry information.", help="The frequency in seconds to send the APRS registry information.",