mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 13:51:54 -05: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:
parent
00f1c3a2ba
commit
4e99e30f16
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user