update to fix objectstore reference

This commit is contained in:
Hemna 2023-07-26 15:44:44 -04:00
parent 827832ae33
commit 9f87a8fec9
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ import threading
import time
from aprsd import conf # noqa
from aprsd import objectstore, packets, plugin, threads
from aprsd import packets, plugin, threads
from aprsd.utils import objectstore
from oslo_config import cfg
from telegram.ext import Filters, MessageHandler, Updater