fixed frequency_seconds to IntOpt

This commit is contained in:
Hemna 2024-02-27 15:53:03 -05:00
parent 7a5b55fa77
commit 6a7d7ad79b
1 changed files with 1 additions and 1 deletions

View File

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