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:
@@ -6,6 +6,7 @@ from oslo_config import cfg
|
|||||||
from ratelimiter import RateLimiter
|
from ratelimiter import RateLimiter
|
||||||
|
|
||||||
from aprsd import client
|
from aprsd import client
|
||||||
|
from aprsd import conf # noqa
|
||||||
from aprsd import threads as aprsd_threads
|
from aprsd import threads as aprsd_threads
|
||||||
from aprsd.packets import core, tracker
|
from aprsd.packets import core, tracker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user