1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-16 12:58:46 -04:00

Ensure conf is imported for threads/tx

Import the conf for threads/tx.py to ensure that the
msg_rate_limit_period is defined prior to the conf entry
being referenced.
This commit is contained in:
2023-05-05 11:06:00 -04:00
parent 00f1c3a2ba
commit 4e99e30f16
+1
View File
@@ -6,6 +6,7 @@ from oslo_config import cfg
from ratelimiter import RateLimiter
from aprsd import client
from aprsd import conf # noqa
from aprsd import threads as aprsd_threads
from aprsd.packets import core, tracker