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:
Hemna 2023-05-05 11:06:00 -04:00
parent 00f1c3a2ba
commit 4e99e30f16
1 changed files with 1 additions and 0 deletions

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